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:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, requireFile, unzip, rlwrap, bash }:
|
||||
|
||||
assert (stdenv.system == "i686-linux");
|
||||
assert (stdenv.hostPlatform.system == "i686-linux");
|
||||
|
||||
let
|
||||
libPath = stdenv.lib.makeLibraryPath
|
||||
|
||||
Reference in New Issue
Block a user