We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56abb9c commit 58592f8Copy full SHA for 58592f8
1 file changed
default.nix
@@ -10,7 +10,7 @@
10
doCheck ? true,
11
buildGitHubPages ? true,
12
}:
13
-pkgs.stdenv.mkDerivation rec {
+pkgs.stdenvNoCC.mkDerivation rec {
14
pname = "DiffDetective";
15
version = "2.2.0";
16
src = with pkgs.lib.fileset;
0 commit comments