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-29 16:48:24 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-08-02 15:01:58 -0400
commit34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5 (patch)
treec8745f7e51296fe44c6a04927c1c60b040bbab84 /pkgs/stdenv/generic
parent89a89ddfb3665561a3410420634ada773dfea691 (diff)
downloadnixlib-34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5.tar
nixlib-34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5.tar.gz
nixlib-34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5.tar.bz2
nixlib-34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5.tar.lz
nixlib-34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5.tar.xz
nixlib-34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5.tar.zst
nixlib-34da7e2ce2ca92bdeb73d8257e2ca145a0fc45a5.zip
treewide: Remove stdenv.isCross
I *want* cross-specific overrides to be verbose, so I rather not have
this shorthand. This makes the syntactic overhead more proportional to
the maintainence cost. Hopefully this pushes people towards fewer
conditionals and more abstractions.
Diffstat (limited to 'pkgs/stdenv/generic')
-rw-r--r--pkgs/stdenv/generic/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix
index 2eac9e58daa6..b3934c88ed27 100644
--- a/pkgs/stdenv/generic/default.nix
+++ b/pkgs/stdenv/generic/default.nix
@@ -141,8 +141,6 @@ let
       inherit overrides;
 
       inherit cc;
-
-      isCross = targetPlatform != buildPlatform;
     }
 
     # Propagate any extra attributes.  For instance, we use this to