pdfcrack: expand platforms to all
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://pdfcrack.sourceforge.net/";
|
homepage = "http://pdfcrack.sourceforge.net/";
|
||||||
description = "Small command line driven tool for recovering passwords and content from PDF files";
|
description = "Small command line driven tool for recovering passwords and content from PDF files";
|
||||||
license = with licenses; [ gpl2 ];
|
license = with licenses; [ gpl2 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ qoelet ];
|
maintainers = with maintainers; [ qoelet ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user