Skip to content

Commit 58592f8

Browse files
committed
nix: Use stdenvNoCC to avoid the dependency on GCC
1 parent 56abb9c commit 58592f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
doCheck ? true,
1111
buildGitHubPages ? true,
1212
}:
13-
pkgs.stdenv.mkDerivation rec {
13+
pkgs.stdenvNoCC.mkDerivation rec {
1414
pname = "DiffDetective";
1515
version = "2.2.0";
1616
src = with pkgs.lib.fileset;

0 commit comments

Comments
 (0)