mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
masterpdfeditor: fix platform (amd64 only)
This commit is contained in:
parent
8162e580f5
commit
e4913c2d30
|
@ -47,7 +47,7 @@
|
|||
description = "Master PDF Editor";
|
||||
homepage = "https://code-industry.net/free-pdf-editor/";
|
||||
license = licenses.unfreeRedistributable;
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ cmcdragonkai flokli ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue