1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Upgraded sdf2-bundle to 2.3.1

svn path=/nixpkgs/trunk/; revision=3627
This commit is contained in:
Martin Bravenboer 2005-08-17 18:27:05 +00:00
parent e5db73bd73
commit 5d98173434
3 changed files with 14 additions and 5 deletions

View file

@ -1 +1 @@
import ./sdf2-bundle-2.3.nix
import ./sdf2-bundle-2.3.1.nix

View file

@ -0,0 +1,12 @@
{stdenv, fetchurl, aterm, getopt}:
stdenv.mkDerivation {
name = "sdf2-bundle-2.3";
src = fetchurl {
url = ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.3.1/sdf2-bundle-2.3.1.tar.gz;
md5 = "4576b0b5315dccae8b038c53305c6979";
};
buildInputs = [aterm];
propagatedBuildInputs = [getopt];
}

View file

@ -619,10 +619,7 @@ rec {
};
sdf = (import ../development/tools/parsing/sdf) {
inherit fetchurl stdenv getopt;
aterm = (import ../development/libraries/aterm/aterm-2.3.1.nix) {
inherit fetchurl stdenv;
};
inherit fetchurl stdenv aterm getopt;
};
expat = (import ../development/libraries/expat) {