mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Revert "pdfstudio2022, pdfstudioviewer: mark broken"
This reverts commit 756c5ea525
.
This commit is contained in:
parent
fb7988a55f
commit
89f9c06a88
@ -5,7 +5,6 @@
|
||||
, version
|
||||
, desktopName
|
||||
, longDescription
|
||||
, broken ? false
|
||||
, buildFHSEnv
|
||||
, extraBuildInputs ? [ ]
|
||||
, jdk
|
||||
@ -95,7 +94,6 @@ buildFHSEnv {
|
||||
];
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
inherit broken;
|
||||
mainProgram = pname;
|
||||
maintainers = [ maintainers.pwoelfel ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user