forked from mirrors/nixpkgs
* Add a meta attribute.
svn path=/nixpkgs/trunk/; revision=12415
This commit is contained in:
parent
0d7a514a68
commit
8f309bc83e
|
@ -2,6 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnumake-3.81";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/make/make-3.81.tar.bz2;
|
||||
md5 = "354853e0b2da90c527e35aabb8d6f1e6";
|
||||
|
@ -21,4 +22,10 @@ stdenv.mkDerivation {
|
|||
# /usr/include and friends.
|
||||
./impure-dirs.patch
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A program for automatically building non-source files from sources";
|
||||
homepage = http://www.gnu.org/software/make/;
|
||||
license = "GPL";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue