Unverified Commit 8a8ec371 authored by Dennis Gosnell's avatar Dennis Gosnell
Browse files

haskellPackages.gi-graphene: mark unbroken

parent 9cbe3360
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1855,7 +1855,6 @@ broken-packages:
  - gi-coglpango # failure in job https://hydra.nixos.org/build/233194401 at 2023-09-02
  - Gifcurry # failure in job https://hydra.nixos.org/build/233200204 at 2023-09-02
  - gi-gio-hs-list-model # failure in job https://hydra.nixos.org/build/233241640 at 2023-09-02
  - gi-graphene # failure in job https://hydra.nixos.org/build/233205231 at 2023-09-02
  - gi-gsttag # failure in job https://hydra.nixos.org/build/233197576 at 2023-09-02
  - gi-gtk-declarative # failure in job https://hydra.nixos.org/build/233217494 at 2023-09-02
  - gi-gtksheet # failure in job https://hydra.nixos.org/build/233211386 at 2023-09-02
+0 −2
Original line number Diff line number Diff line
@@ -1500,10 +1500,8 @@ dont-distribute-packages:
 - ght
 - gi-cairo-again
 - gi-ges
 - gi-gsk
 - gi-gstpbutils
 - gi-gtk-declarative-app-simple
 - gi-gtk_4_0_8
 - git-config
 - git-fmt
 - git-gpush
+0 −3
Original line number Diff line number Diff line
@@ -119376,8 +119376,6 @@ self: {
       libraryPkgconfigDepends = [ graphene ];
       description = "Graphene bindings";
       license = lib.licenses.lgpl21Only;
       hydraPlatforms = lib.platforms.none;
       broken = true;
     }) {inherit (pkgs) graphene;};
  "gi-gsk" = callPackage
@@ -119402,7 +119400,6 @@ self: {
       libraryPkgconfigDepends = [ gtk4 ];
       description = "Gsk bindings";
       license = lib.licenses.lgpl21Only;
       hydraPlatforms = lib.platforms.none;
     }) {inherit (pkgs) gtk4;};
  "gi-gst" = callPackage