add git repositry and meta.branch
This commit is contained in:
parent
4bdf7f4bea
commit
3830fa8195
@ -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 ];
|
||||
|
@ -6,5 +6,8 @@ stdenv.mkDerivation {
|
||||
url = mirror://sourceforge/giflib/giflib-4.1.6.tar.bz2;
|
||||
sha256 = "1v9b7ywz7qg8hli0s9vv1b8q9xxb2xvqq2mg1zpr73xwqpcwxhg1";
|
||||
};
|
||||
meta = {
|
||||
branch = "4.1";
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user