pdfcrack: expand platforms to all
This commit is contained in:
parent
a3cce97946
commit
4ab35bcda6
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user