Mettre à jour 'random.nix'
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
# OUT shouldn't be needed (and shouldn't have worked), but random
|
||||
# developers have forgotten to use PREFIX everywhere,
|
||||
makeFlags = ''
|
||||
OUT=$(out)
|
||||
PREFIX=$(out)
|
||||
'';
|
||||
|
||||
buildInputs = [ gcc ];
|
||||
|
||||
Reference in New Issue
Block a user