mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Added aterm 2.5
svn path=/nixpkgs/trunk/; revision=10370
This commit is contained in:
parent
eb1c82d901
commit
87ff8a8869
14
pkgs/development/libraries/aterm/2.5.nix
Normal file
14
pkgs/development/libraries/aterm/2.5.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "aterm-2.5";
|
||||
src = fetchurl {
|
||||
url = http://buildfarm.st.ewi.tudelft.nl/releases/meta-environment/aterm-2.5pre21238-l2q7rg38/aterm-2.5.tar.gz;
|
||||
md5 = "33ddcb1a229baf406ad1f603eb1d5995";
|
||||
};
|
||||
meta = {
|
||||
homepage = http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATerm;
|
||||
license = "LGPL";
|
||||
description = "Library for manipulation of term data structures in C";
|
||||
};
|
||||
}
|
@ -1729,6 +1729,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
aterm25 = import ../development/libraries/aterm/2.5.nix {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
attr = import ../development/libraries/attr {
|
||||
inherit stdenv fetchurl autoconf libtool gettext;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user