Added the packages that constitute the sdf2 distribution 2.1 as separate packages, collected in a Nix attribute set
svn path=/nixpkgs/trunk/; revision=1020
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
buildInputs="$aterm $sdf"
|
||||
. $stdenv/setup
|
||||
|
||||
configureFlags="--with-aterm=$aterm --with-sdf=$sdf"
|
||||
|
||||
@@ -8,4 +8,5 @@ stdenv.mkDerivation {
|
||||
md5 = "526a28e84248b649bb098b22d227cd26";
|
||||
};
|
||||
inherit aterm sdf;
|
||||
buildInputs = [aterm sdf];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user