haskellPackages.cabal2nix-unstable: 2022-10-22 -> 2022-12-08
This commit is contained in:
parent
7d9a258576
commit
5bc95ac1b5
@ -8,10 +8,10 @@
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cabal2nix";
|
pname = "cabal2nix";
|
||||||
version = "unstable-2022-10-22";
|
version = "unstable-2022-12-08";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/NixOS/cabal2nix/archive/bf7cc8f202e332953f7fbfc1d90490e4c197d287.tar.gz";
|
url = "https://github.com/NixOS/cabal2nix/archive/021a48f4b4942462154b06fd81429a248638f87f.tar.gz";
|
||||||
sha256 = "0fmpfl2nl215aids9yxdmdik77w7cppk900rnx23m07rmwg4xa4f";
|
sha256 = "1is1q5mqi86vzy3ni2959hr95gs9hwd5wiz92hanfli3infg00xc";
|
||||||
};
|
};
|
||||||
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
|
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* hackage-packages.nix is an auto-generated file -- DO NOT EDIT! */
|
/* hackage-packages.nix is auto-generated by hackage2nix -- DO NOT EDIT MANUALLY! */
|
||||||
|
|
||||||
{ pkgs, lib, callPackage }:
|
{ pkgs, lib, callPackage }:
|
||||||
|
|
||||||
@ -112146,8 +112146,8 @@ self: {
|
|||||||
|
|
||||||
"gi-xlib" = callPackage
|
"gi-xlib" = callPackage
|
||||||
({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi
|
({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi
|
||||||
, haskell-gi-base, haskell-gi-overloading, text, transformers
|
, haskell-gi-base, haskell-gi-overloading, libX11, text
|
||||||
, xlibsWrapper
|
, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "gi-xlib";
|
pname = "gi-xlib";
|
||||||
@ -112158,10 +112158,10 @@ self: {
|
|||||||
base bytestring containers haskell-gi haskell-gi-base
|
base bytestring containers haskell-gi haskell-gi-base
|
||||||
haskell-gi-overloading text transformers
|
haskell-gi-overloading text transformers
|
||||||
];
|
];
|
||||||
libraryPkgconfigDepends = [ xlibsWrapper ];
|
libraryPkgconfigDepends = [ libX11 ];
|
||||||
description = "xlib bindings";
|
description = "xlib bindings";
|
||||||
license = lib.licenses.lgpl21Only;
|
license = lib.licenses.lgpl21Only;
|
||||||
}) {inherit (pkgs) xlibsWrapper;};
|
}) {inherit (pkgs.xorg) libX11;};
|
||||||
|
|
||||||
"giak" = callPackage
|
"giak" = callPackage
|
||||||
({ mkDerivation, async, base, bytestring, Cabal, containers
|
({ mkDerivation, async, base, bytestring, Cabal, containers
|
||||||
@ -119428,9 +119428,8 @@ self: {
|
|||||||
|
|
||||||
"greenclip" = callPackage
|
"greenclip" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, directory, exceptions
|
({ mkDerivation, base, binary, bytestring, directory, exceptions
|
||||||
, hashable, libXau, libXScrnSaver, microlens, microlens-mtl
|
, hashable, libX11, libXau, libXScrnSaver, microlens, microlens-mtl
|
||||||
, protolude, text, tomland, unix, vector, wordexp, X11, xcb, xdmcp
|
, protolude, text, tomland, unix, vector, wordexp, X11, xcb, xdmcp
|
||||||
, xlibsWrapper
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "greenclip";
|
pname = "greenclip";
|
||||||
@ -119443,13 +119442,13 @@ self: {
|
|||||||
microlens-mtl protolude text tomland unix vector wordexp X11
|
microlens-mtl protolude text tomland unix vector wordexp X11
|
||||||
];
|
];
|
||||||
executablePkgconfigDepends = [
|
executablePkgconfigDepends = [
|
||||||
libXau libXScrnSaver xcb xdmcp xlibsWrapper
|
libX11 libXau libXScrnSaver xcb xdmcp
|
||||||
];
|
];
|
||||||
description = "Simple clipboard manager to be integrated with rofi";
|
description = "Simple clipboard manager to be integrated with rofi";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
mainProgram = "greenclip";
|
mainProgram = "greenclip";
|
||||||
}) {inherit (pkgs.xorg) libXScrnSaver; inherit (pkgs.xorg) libXau;
|
}) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXScrnSaver;
|
||||||
xcb = null; xdmcp = null; inherit (pkgs) xlibsWrapper;};
|
inherit (pkgs.xorg) libXau; xcb = null; xdmcp = null;};
|
||||||
|
|
||||||
"greg-client" = callPackage
|
"greg-client" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, clock, hostname, network
|
({ mkDerivation, base, binary, bytestring, clock, hostname, network
|
||||||
@ -120695,16 +120694,16 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"gtk-traymanager" = callPackage
|
"gtk-traymanager" = callPackage
|
||||||
({ mkDerivation, base, glib, gtk3, xlibsWrapper }:
|
({ mkDerivation, base, glib, gtk3, libX11 }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "gtk-traymanager";
|
pname = "gtk-traymanager";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
sha256 = "0vc1gwhg5l7l5iqb1i3zwd1bsy8fxsiwkwzza7j15zi07f97k7di";
|
sha256 = "0vc1gwhg5l7l5iqb1i3zwd1bsy8fxsiwkwzza7j15zi07f97k7di";
|
||||||
libraryHaskellDepends = [ base glib gtk3 ];
|
libraryHaskellDepends = [ base glib gtk3 ];
|
||||||
libraryPkgconfigDepends = [ xlibsWrapper ];
|
libraryPkgconfigDepends = [ libX11 ];
|
||||||
description = "A wrapper around the eggtraymanager library for Linux system trays";
|
description = "A wrapper around the eggtraymanager library for Linux system trays";
|
||||||
license = lib.licenses.lgpl21Only;
|
license = lib.licenses.lgpl21Only;
|
||||||
}) {inherit (pkgs) xlibsWrapper;};
|
}) {inherit (pkgs.xorg) libX11;};
|
||||||
|
|
||||||
"gtk2hs-buildtools" = callPackage
|
"gtk2hs-buildtools" = callPackage
|
||||||
({ mkDerivation, alex, array, base, Cabal, containers, directory
|
({ mkDerivation, alex, array, base, Cabal, containers, directory
|
||||||
|
Loading…
Reference in New Issue
Block a user