lol

gimpPlugins.fourier: fix build on clang

authored by

Robert Scott and committed by
tomberek
a66592d7 a88446e3

+2
+2
pkgs/applications/graphics/gimp/plugins/default.nix
··· 125 125 buildInputs = with pkgs; [ fftw ]; 126 126 127 127 postPatch = '' 128 + substituteInPlace Makefile --replace '$(GCC)' '$(CC)' 129 + 128 130 # The tarball contains a prebuilt binary. 129 131 make clean 130 132 '';