FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
This commit is contained in:
@@ -2,7 +2,7 @@ args :
|
||||
let
|
||||
lib = args.lib;
|
||||
fetchurl = args.fetchurl;
|
||||
FullDepEntry = args.FullDepEntry;
|
||||
fullDepEntry = args.fullDepEntry;
|
||||
|
||||
version = lib.getAttr ["version"] "" args;
|
||||
buildInputs = with args; [
|
||||
@@ -21,7 +21,7 @@ rec {
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["doMakeInstall"];
|
||||
|
||||
doUnpack = FullDepEntry (''
|
||||
doUnpack = fullDepEntry (''
|
||||
mkdir bmrsa
|
||||
cd bmrsa
|
||||
unzip ${src}
|
||||
|
||||
@@ -8,7 +8,7 @@ rec {
|
||||
buildInputs = [makeWrapper];
|
||||
configureFlags = [];
|
||||
|
||||
doInstall = FullDepEntry(''
|
||||
doInstall = fullDepEntry(''
|
||||
ensureDir $out/share/msf
|
||||
ensureDir $out/bin
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user