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:
@@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
installPhase = with stdenv.lib; let
|
||||
sys = last (splitString "-" stdenv.system);
|
||||
arch = head (splitString "-" stdenv.system);
|
||||
sys = last (splitString "-" stdenv.hostPlatform.system);
|
||||
arch = head (splitString "-" stdenv.hostPlatform.system);
|
||||
in ''
|
||||
mkdir -p $out/bin
|
||||
find .
|
||||
|
||||
Reference in New Issue
Block a user