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
|
# OUT shouldn't be needed (and shouldn't have worked), but random
|
||||||
# developers have forgotten to use PREFIX everywhere,
|
# developers have forgotten to use PREFIX everywhere,
|
||||||
makeFlags = ''
|
makeFlags = ''
|
||||||
OUT=$(out)
|
PREFIX=$(out)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ gcc ];
|
buildInputs = [ gcc ];
|
||||||
|
|||||||
Reference in New Issue
Block a user