about summary refs log tree commit diff
path: root/nixpkgs/lib/tests/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lib/tests/release.nix')
-rw-r--r--nixpkgs/lib/tests/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/lib/tests/release.nix b/nixpkgs/lib/tests/release.nix
index c3b05251f709..77e0e1af7555 100644
--- a/nixpkgs/lib/tests/release.nix
+++ b/nixpkgs/lib/tests/release.nix
@@ -3,7 +3,7 @@
   pkgs ? import ../.. {} // { lib = throw "pkgs.lib accessed, but the lib tests should use nixpkgs' lib path directly!"; }
 }:
 
-pkgs.runCommandNoCC "nixpkgs-lib-tests" {
+pkgs.runCommand "nixpkgs-lib-tests" {
   buildInputs = [
     pkgs.nix
     (import ./check-eval.nix)