From a66592d763bff6da755495e18d1f1dc68508c44e Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sat, 20 Nov 2021 18:11:50 +0000 Subject: gimpPlugins.fourier: fix build on clang --- pkgs/applications/graphics/gimp/plugins/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix index 1715542adce4..17d87b60fece 100644 --- a/pkgs/applications/graphics/gimp/plugins/default.nix +++ b/pkgs/applications/graphics/gimp/plugins/default.nix @@ -125,6 +125,8 @@ in buildInputs = with pkgs; [ fftw ]; postPatch = '' + substituteInPlace Makefile --replace '$(GCC)' '$(CC)' + # The tarball contains a prebuilt binary. make clean ''; -- cgit v1.2.3