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:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
then "WorldOfGooDemo-1.41"
|
||||
else "WorldofGoo-1.41";
|
||||
|
||||
arch = if stdenv.system == "x86_64-linux" then "supported"
|
||||
arch = if stdenv.hostPlatform.system == "x86_64-linux" then "supported"
|
||||
else throw "Sorry. World of Goo only is only supported on x86_64 now.";
|
||||
|
||||
goBuyItNow = ''
|
||||
|
||||
Reference in New Issue
Block a user