haskellPackages.cabal2nix-unstable: 2023-02-15 -> 2023-02-25
Correctly resolves gmodule pkg-config name now:
6c1dc8908b
This commit is contained in:
parent
359de95de5
commit
bb62d57a85
@ -8,10 +8,10 @@
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal2nix";
|
||||
version = "unstable-2023-02-15";
|
||||
version = "unstable-2023-02-25";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/NixOS/cabal2nix/archive/5cd07f1df825084fd47cf49cf49f14569859a51c.tar.gz";
|
||||
sha256 = "1zwl5h6xqadw7fw3mkr5jljczcyrbhvi6kas19mj1wiyx6bj34yw";
|
||||
url = "https://github.com/NixOS/cabal2nix/archive/6c1dc8908ba4d3c81549b3131539d0ce289cb92c.tar.gz";
|
||||
sha256 = "0b83phblqrw659n0bzf6z3255xlgf9yhl95axrsl3mlvhdjmv79b";
|
||||
};
|
||||
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
|
||||
isLibrary = true;
|
||||
|
@ -112895,9 +112895,9 @@ self: {
|
||||
}) {inherit (pkgs) glib;};
|
||||
|
||||
"gi-gmodule" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
|
||||
, gmodule, haskell-gi, haskell-gi-base, haskell-gi-overloading
|
||||
, text, transformers
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib
|
||||
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-gmodule";
|
||||
@ -112908,10 +112908,10 @@ self: {
|
||||
base bytestring containers gi-glib haskell-gi haskell-gi-base
|
||||
haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ gmodule ];
|
||||
libraryPkgconfigDepends = [ glib ];
|
||||
description = "GModule bindings";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
}) {gmodule = null;};
|
||||
}) {inherit (pkgs) glib;};
|
||||
|
||||
"gi-gobject" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib
|
||||
|
Loading…
Reference in New Issue
Block a user