1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00
This commit is contained in:
Eelco Dolstra 2016-05-31 13:38:36 +02:00
parent 88b79cd55c
commit 0a9d627e50

View file

@ -99,8 +99,6 @@ let
doInstallCheck = true; doInstallCheck = true;
installCheckFlags = "sysconfdir=$(out)/etc"; installCheckFlags = "sysconfdir=$(out)/etc";
stdenv = clangStdenv;
}); });