mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Update of sdf2-bundle to 2.3.2
svn path=/nixpkgs/trunk/; revision=3714
This commit is contained in:
parent
fb7710c197
commit
a0da6723f3
@ -1 +1 @@
|
||||
import ./sdf2-bundle-2.3.1.nix
|
||||
import ./sdf2-bundle-2.3.2.nix
|
12
pkgs/development/tools/parsing/sdf/sdf2-bundle-2.3.2.nix
Normal file
12
pkgs/development/tools/parsing/sdf/sdf2-bundle-2.3.2.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, aterm, getopt, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sdf2-bundle-2.3.2";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.3.2/sdf2-bundle-2.3.2.tar.gz;
|
||||
md5 = "f548251570a903a7d26de50533ff0c9c";
|
||||
};
|
||||
|
||||
buildInputs = [aterm pkgconfig];
|
||||
propagatedBuildInputs = [getopt];
|
||||
}
|
Loading…
Reference in New Issue
Block a user