djvulibre: Refactor
This commit is contained in:
parent
4631afc21e
commit
e632b7a0c9
@ -12,10 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A library and viewer for the DJVU file format for scanned images";
|
description = "A library and viewer for the DJVU file format for scanned images";
|
||||||
homepage = http://djvu.sourceforge.net;
|
homepage = http://djvu.sourceforge.net;
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
maintainers = with maintainers; [ urkud ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user