add git repositry and meta.branch

This commit is contained in:
Evgeny Egorochkin 2014-04-03 07:55:17 +03:00
parent 4bdf7f4bea
commit 3830fa8195
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://mupdf.com/;
repositories.git = git://git.ghostscript.com/mupdf.git;
description = "Lightweight PDF viewer and toolkit written in portable C";
license = "GPLv3+";
maintainers = with stdenv.lib.maintainers; [ viric ];

View File

@ -6,5 +6,8 @@ stdenv.mkDerivation {
url = mirror://sourceforge/giflib/giflib-4.1.6.tar.bz2;
sha256 = "1v9b7ywz7qg8hli0s9vv1b8q9xxb2xvqq2mg1zpr73xwqpcwxhg1";
};
meta = {
branch = "4.1";
};
}