reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
This commit is contained in:
@@ -15,8 +15,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
spec = allSpecs."${stdenv.system}"
|
||||
or (throw "missing chromedriver binary for ${stdenv.system}");
|
||||
spec = allSpecs."${stdenv.hostPlatform.system}"
|
||||
or (throw "missing chromedriver binary for ${stdenv.hostPlatform.system}");
|
||||
|
||||
libs = stdenv.lib.makeLibraryPath [
|
||||
stdenv.cc.cc.lib
|
||||
|
||||
Reference in New Issue
Block a user