treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated thereafter.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ stdenv, fetchgit, cmake
|
||||
, hostPlatform, buildPlatform
|
||||
}:
|
||||
|
||||
let
|
||||
nativeBuild = hostPlatform == buildPlatform;
|
||||
nativeBuild = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "microsoft_gsl-${version}";
|
||||
|
||||
Reference in New Issue
Block a user