forked from mirrors/nixpkgs
gimpPlugins.fourier: fix build on clang
This commit is contained in:
parent
a88446e324
commit
a66592d763
|
@ -125,6 +125,8 @@ in
|
|||
buildInputs = with pkgs; [ fftw ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile --replace '$(GCC)' '$(CC)'
|
||||
|
||||
# The tarball contains a prebuilt binary.
|
||||
make clean
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue