about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-11-03 09:58:33 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-11-03 09:58:33 +0900
commit8a8ec371fe6bd092d180e12a0112a37448b4cb30 (patch)
treefb090f10aa675592d8713d8ae475a6a7ed35a35c /pkgs/development/haskell-modules/hackage-packages.nix
parent9cbe3360fbbb57e54d922fec7e5a80f9453a91d6 (diff)
haskellPackages.gi-graphene: mark unbroken
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 0bc7436d3a6b8..0bdcbbee9393c 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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