summary refs log tree commit diff
path: root/pkgs/tools/security/ssss/0.5.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
commit52647ea3b08e24623ef32b303a4815467e1144e3 (patch)
tree94635a356ecae478695d3c25fc0416db92bad54d /pkgs/tools/security/ssss/0.5.nix
parent1500252e6fa30fc8b615587bc13a8f470b071586 (diff)
downloadnixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.gz
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.bz2
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.lz
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.xz
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.zst
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.zip
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
Diffstat (limited to 'pkgs/tools/security/ssss/0.5.nix')
-rw-r--r--pkgs/tools/security/ssss/0.5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ssss/0.5.nix b/pkgs/tools/security/ssss/0.5.nix
index a6e8429a9df..9b460d0226c 100644
--- a/pkgs/tools/security/ssss/0.5.nix
+++ b/pkgs/tools/security/ssss/0.5.nix
@@ -8,7 +8,7 @@ args : with args; with builderDefs;
 
 		buildInputs = [gmp];
 		configureFlags = [];
-		doPatch = FullDepEntry (''
+		doPatch = fullDepEntry (''
 			sed -e s@/usr/@$out/@g -i Makefile
 			cp ssss.manpage.xml ssss.1
 			cp ssss.manpage.xml ssss.1.html