gimpPlugins.fourier: fix build on clang

This commit is contained in:
Robert Scott 2021-11-20 18:11:50 +00:00 committed by tomberek
parent a88446e324
commit a66592d763

View File

@ -125,6 +125,8 @@ in
buildInputs = with pkgs; [ fftw ];
postPatch = ''
substituteInPlace Makefile --replace '$(GCC)' '$(CC)'
# The tarball contains a prebuilt binary.
make clean
'';