mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pdf-parser: expand platforms to all
This commit is contained in:
parent
55ce4c9b03
commit
8e86eec6de
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ python3Packages.buildPythonApplication {
|
|||
homepage = "https://blog.didierstevens.com/programs/pdf-tools/";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = [ maintainers.lightdiscord ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue