forked from mirrors/nixpkgs
hackage-packages.nix: Regenerate based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
cd36dc4d98
commit
99e97c88f0
|
@ -110881,9 +110881,9 @@ self: {
|
|||
|
||||
"greenclip" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, directory, exceptions
|
||||
, hashable, libXau, microlens, microlens-mtl, protolude, text
|
||||
, tomland, unix, vector, wordexp, X11, xcb, xdmcp, xlibsWrapper
|
||||
, xscrnsaver
|
||||
, hashable, libXau, libXScrnSaver, microlens, microlens-mtl
|
||||
, protolude, text, tomland, unix, vector, wordexp, X11, xcb, xdmcp
|
||||
, xlibsWrapper
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "greenclip";
|
||||
|
@ -110896,14 +110896,12 @@ self: {
|
|||
microlens-mtl protolude text tomland unix vector wordexp X11
|
||||
];
|
||||
executablePkgconfigDepends = [
|
||||
libXau xcb xdmcp xlibsWrapper xscrnsaver
|
||||
libXau libXScrnSaver xcb xdmcp xlibsWrapper
|
||||
];
|
||||
description = "Simple clipboard manager to be integrated with rofi";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs.xorg) libXau; xcb = null; xdmcp = null;
|
||||
inherit (pkgs) xlibsWrapper; xscrnsaver = null;};
|
||||
}) {inherit (pkgs.xorg) libXScrnSaver; inherit (pkgs.xorg) libXau;
|
||||
xcb = null; xdmcp = null; inherit (pkgs) xlibsWrapper;};
|
||||
|
||||
"greg-client" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, clock, hostname, network
|
||||
|
|
Loading…
Reference in a new issue