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 @@
|
||||
{ fetchurl, stdenv, xorg, freetype, fontconfig, libGLU_combined, glibc, makeWrapper }:
|
||||
|
||||
let
|
||||
system = if stdenv.system == "x86_64-linux" then "linux64" else "linux32";
|
||||
system = if stdenv.hostPlatform.system == "x86_64-linux" then "linux64" else "linux32";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ocz-ssd-guru-${version}";
|
||||
|
||||
Reference in New Issue
Block a user