pdfcrack: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent a3cce97946
commit 4ab35bcda6
  1. 2
      pkgs/tools/security/pdfcrack/default.nix

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = "http://pdfcrack.sourceforge.net/";
description = "Small command line driven tool for recovering passwords and content from PDF files";
license = with licenses; [ gpl2 ];
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ qoelet ];
};
}

Loading…
Cancel
Save