* Need to specify a dummy unpacker.

svn path=/nixpkgs/trunk/; revision=862
This commit is contained in:
Eelco Dolstra 2004-03-27 23:39:02 +00:00
parent f45695f7fa
commit 3c699fe619

View file

@ -2,4 +2,8 @@
. $stdenv/setup
dontMake=1
dontMakeInstall=1
nop() {
sourceRoot=.
}
unpackPhase=nop
genericBuild