1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

haskellPackages.gi-wnck: broken -> unbroken

It now links against correct version of libwnck.
This commit is contained in:
Olli Helenius 2021-06-27 12:33:01 +03:00 committed by sternenseemann
parent 3e61745b53
commit fd6e91c0c7
2 changed files with 0 additions and 3 deletions

View file

@ -1640,7 +1640,6 @@ broken-packages:
- gitter
- git-vogue
- gi-vips
- gi-wnck
- glade
- glapp
- Gleam

View file

@ -104129,8 +104129,6 @@ self: {
libraryPkgconfigDepends = [ libwnck ];
description = "Wnck bindings";
license = lib.licenses.lgpl21Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) libwnck;};
"gi-xlib" = callPackage