mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
haskellPackages.gi-soup_2_4_28: remove at 2.4.28
This commit is contained in:
parent
9afe73866e
commit
95bd0b4be1
@ -63,7 +63,6 @@ extra-packages:
|
||||
- ghc-lib-parser == 9.8.* # 2024-05-19: preserve for GHC 9.8
|
||||
- ghc-lib-parser-ex == 9.2.* # 2022-07-13: preserve for GHC 8.10, 9.0
|
||||
- ghc-lib-parser-ex == 9.8.* # 2024-05-19: preserve for GHC 9.8
|
||||
- gi-soup == 2.4.28 # 2023-04-05: the last version to support libsoup-2.4 (and thus be compatible with our other gi- packages)
|
||||
- haddock == 2.23.* # required on GHC < 8.10.x
|
||||
- haddock-api == 2.23.* # required on GHC < 8.10.x
|
||||
- haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0
|
||||
|
@ -124256,28 +124256,6 @@ self: {
|
||||
license = lib.licenses.lgpl21Only;
|
||||
}) {inherit (pkgs) libsecret;};
|
||||
|
||||
"gi-soup_2_4_28" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-gio
|
||||
, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
|
||||
, haskell-gi-overloading, libsoup, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-soup";
|
||||
version = "2.4.28";
|
||||
sha256 = "157yvfwhyvl58va533n0hz509204aszxqspd62x92b6mlf5fxyqk";
|
||||
setupHaskellDepends = [
|
||||
base Cabal gi-gio gi-glib gi-gobject haskell-gi
|
||||
];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
|
||||
haskell-gi-base haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ libsoup ];
|
||||
description = "Libsoup bindings";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) libsoup;};
|
||||
|
||||
"gi-soup" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-gio
|
||||
, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
|
||||
|
Loading…
Reference in New Issue
Block a user