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:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=728129#c15
|
||||
doCheck = stdenv.system != "i686-linux"; # not sure about cross-compiling
|
||||
doCheck = stdenv.hostPlatform.system != "i686-linux"; # not sure about cross-compiling
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The Oil Runtime Compiler";
|
||||
|
||||
Reference in New Issue
Block a user