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:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
install -Dt $out/share common.sh
|
||||
|
||||
# probes
|
||||
case "${stdenv.system}" in
|
||||
case "${stdenv.hostPlatform.system}" in
|
||||
i686*|x86_64*) ARCH=x86;;
|
||||
powerpc*) ARCH=powerpc;;
|
||||
arm*) ARCH=arm;;
|
||||
|
||||
Reference in New Issue
Block a user