mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
pdftk: mark broken on darwin
This commit is contained in:
parent
a760e6c8c6
commit
1c67400f72
@ -85,11 +85,12 @@ in stdenv.mkDerivation rec {
|
|||||||
cp ${src}/pdftk.1 $out/share/man/man1
|
cp ${src}/pdftk.1 $out/share/man/man1
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Command-line tool for working with PDFs";
|
description = "Command-line tool for working with PDFs";
|
||||||
homepage = "https://gitlab.com/pdftk-java/pdftk";
|
homepage = "https://gitlab.com/pdftk-java/pdftk";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ raskin averelld ];
|
maintainers = with maintainers; [ raskin averelld ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user