monotone: add license
This commit is contained in:
parent
edb1bfcd32
commit
ae795a6acd
1 changed files with 5 additions and 4 deletions
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
patches = [ ./monotone-1.1-Adapt-to-changes-in-pcre-8.42.patch ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ boost zlib botan libidn lua pcre sqlite expect
|
||||
buildInputs = [ boost zlib botan libidn lua pcre sqlite expect
|
||||
openssl gmp bzip2 ];
|
||||
|
||||
postInstall = ''
|
||||
|
@ -33,9 +33,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
#doCheck = true; # some tests fail (and they take VERY long)
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free distributed version control system";
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ maintainers.raskin ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue