mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Upgrade of sdf to 2.3.3
svn path=/nixpkgs/trunk/; revision=4209
This commit is contained in:
parent
c2732d31c7
commit
9bdcac2fe9
@ -1 +1 @@
|
||||
import ./sdf2-bundle-2.3.2.nix
|
||||
import ./sdf2-bundle-2.3.3.nix
|
||||
|
12
pkgs/development/tools/parsing/sdf/sdf2-bundle-2.3.3.nix
Normal file
12
pkgs/development/tools/parsing/sdf/sdf2-bundle-2.3.3.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, aterm, getopt, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sdf2-bundle-2.3.3";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.3.3/sdf2-bundle-2.3.3.tar.gz;
|
||||
md5 = "62ecabe5fbb8bbe043ee18470107ef88";
|
||||
};
|
||||
|
||||
buildInputs = [aterm pkgconfig];
|
||||
propagatedBuildInputs = [getopt];
|
||||
}
|
Loading…
Reference in New Issue
Block a user