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,7 +1,7 @@
|
||||
{ stdenv, lib, fetchurl, alsaLib, libpulseaudio, undmg }:
|
||||
|
||||
let
|
||||
bits = stdenv.lib.optionalString (stdenv.system == "x86_64-linux") "64";
|
||||
bits = stdenv.lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux") "64";
|
||||
libPath = lib.makeLibraryPath [ stdenv.cc.cc alsaLib libpulseaudio ];
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user