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