This commit is contained in:
Rob Vermaas
2013-07-24 12:27:58 +02:00
parent 58c08fdefb
commit 850f20567e
2 changed files with 46 additions and 4 deletions
+2 -4
View File
@@ -8,10 +8,8 @@ stdenv.mkDerivation rec {
configurePhase = ''
substituteInPlace Makefile --replace /usr/local "$out"
'';
preInstall = ''
export CHOWNPROG=true
export CHGRPPROG=true
'';
patches = [ ./apg.patch ];
meta = {
description = "A tool set for random password generation.";