about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-07-24 16:27:06 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-07-24 20:01:43 -0400
commit87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919 (patch)
treeda0be7c97016bd1ba6f57a252e7f48a6d86ba046 /pkgs/stdenv/generic
parent6bee6b8f4b60a320c23aa221ffad18506984b280 (diff)
downloadnixlib-87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919.tar
nixlib-87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919.tar.gz
nixlib-87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919.tar.bz2
nixlib-87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919.tar.lz
nixlib-87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919.tar.xz
nixlib-87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919.tar.zst
nixlib-87b4a5d6a70dc08168edf81f4cbcfccc2c1dd919.zip
stdenv: Remove crossAttrs, now that it is no longer used
Fix #33302
Diffstat (limited to 'pkgs/stdenv/generic')
-rw-r--r--pkgs/stdenv/generic/make-derivation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/generic/make-derivation.nix b/pkgs/stdenv/generic/make-derivation.nix
index 778f107f71e1..6afd4e3a05eb 100644
--- a/pkgs/stdenv/generic/make-derivation.nix
+++ b/pkgs/stdenv/generic/make-derivation.nix
@@ -164,7 +164,7 @@ rec {
 
       derivationArg =
         (removeAttrs attrs
-          ["meta" "passthru" "crossAttrs" "pos"
+          ["meta" "passthru" "pos"
            "doCheck" "doInstallCheck"
            "checkInputs" "installCheckInputs"
            "__impureHostDeps" "__propagatedImpureHostDeps"