From 5cf7bd7b43475453ba03b8ce2839eb0d671efd5a Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 3 Mar 2017 13:21:17 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'random.nix'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- random.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/random.nix b/random.nix index 5429ff0..2150fe2 100644 --- a/random.nix +++ b/random.nix @@ -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 ];