From a6ace123be89d0b0e3f739663152a2ae858d2fc8 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 3 Mar 2017 13:30:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/random.nix b/random.nix index 2150fe2..c7f41e7 100644 --- a/random.nix +++ b/random.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { src = fetchgit { url = "https://gogs.prunetwork.fr/jpierre03/random.git"; - sha256 = "1mfvn8iwznwlxxm89lkb1z6yxig1na5gjyh658v2drn5ic23zcxg"; + sha256 = "1ymdix2vps4shzzaixgxvwpyi2y9fiq5fvh8a3xs5niq4xiz9yai"; }; # OUT shouldn't be needed (and shouldn't have worked), but random @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { buildInputs = [ gcc ]; buildPhase = "make build"; - installPhase = "make install"; + installPhase = "make install PREFIX=\$out"; meta = with stdenv.lib; { description = "Program thas exit with 0 or 1 randomly";