Mettre à jour 'random.nix'

This commit is contained in:
2017-03-03 13:21:17 +00:00
parent 95f7963cc2
commit 5cf7bd7b43

View File

@@ -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 ];