haskellPackages.greenclip: unmark as broken

libXScrnSaver is passed correctly now, so greenclip builds again.
This commit is contained in:
sternenseemann 2021-06-03 00:38:33 +02:00
parent 29a8095f13
commit ca783d93bb
2 changed files with 0 additions and 3 deletions

View File

@ -1675,7 +1675,6 @@ broken-packages:
- grasp
- gray-code
- greencard
- greenclip
- greg-client
- gremlin-haskell
- Grempa

View File

@ -110771,8 +110771,6 @@ self: {
];
description = "Simple clipboard manager to be integrated with rofi";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs.xorg) libXScrnSaver; inherit (pkgs.xorg) libXau;
xcb = null; xdmcp = null; inherit (pkgs) xlibsWrapper;};