pdftk: mark unbroken on darwin

This commit is contained in:
Vincenzo Mantova 2021-04-24 19:02:37 +01:00
parent 118485230c
commit 2cc7846adf

View file

@ -91,6 +91,5 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ raskin averelld ];
platforms = platforms.unix;
broken = stdenv.isDarwin;
};
}