hackage-packages.nix: Regenerate based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh

Main point here is to apply the new cabal2nix-unstable generation with
a libNixName entry for libXScrnSaver, so greenclip builds again.
This commit is contained in:
sternenseemann 2021-06-03 00:33:11 +02:00
parent 7c53004026
commit 29a8095f13

View File

@ -41557,7 +41557,7 @@ self: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none; hydraPlatforms = lib.platforms.none;
broken = true; broken = true;
}) {wlc = null;}; }) {inherit (pkgs) wlc;};
"bindings-yices" = callPackage "bindings-yices" = callPackage
({ mkDerivation, base, gmp, yices }: ({ mkDerivation, base, gmp, yices }:
@ -110752,9 +110752,9 @@ self: {
"greenclip" = callPackage "greenclip" = callPackage
({ mkDerivation, base, binary, bytestring, directory, exceptions ({ mkDerivation, base, binary, bytestring, directory, exceptions
, hashable, libXau, microlens, microlens-mtl, protolude, text , hashable, libXau, libXScrnSaver, microlens, microlens-mtl
, tomland, unix, vector, wordexp, X11, xcb, xdmcp, xlibsWrapper , protolude, text, tomland, unix, vector, wordexp, X11, xcb, xdmcp
, xscrnsaver , xlibsWrapper
}: }:
mkDerivation { mkDerivation {
pname = "greenclip"; pname = "greenclip";
@ -110767,14 +110767,14 @@ self: {
microlens-mtl protolude text tomland unix vector wordexp X11 microlens-mtl protolude text tomland unix vector wordexp X11
]; ];
executablePkgconfigDepends = [ executablePkgconfigDepends = [
libXau xcb xdmcp xlibsWrapper xscrnsaver libXau libXScrnSaver xcb xdmcp xlibsWrapper
]; ];
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;
hydraPlatforms = lib.platforms.none; hydraPlatforms = lib.platforms.none;
broken = true; broken = true;
}) {inherit (pkgs.xorg) libXau; xcb = null; xdmcp = null; }) {inherit (pkgs.xorg) libXScrnSaver; inherit (pkgs.xorg) libXau;
inherit (pkgs) xlibsWrapper; xscrnsaver = null;}; xcb = null; xdmcp = null; inherit (pkgs) xlibsWrapper;};
"greg-client" = callPackage "greg-client" = callPackage
({ mkDerivation, base, binary, bytestring, clock, hostname, network ({ mkDerivation, base, binary, bytestring, clock, hostname, network
@ -280222,7 +280222,7 @@ self: {
description = "Haskell bindings for the wlc library"; description = "Haskell bindings for the wlc library";
license = lib.licenses.isc; license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none; hydraPlatforms = lib.platforms.none;
}) {wlc = null;}; }) {inherit (pkgs) wlc;};
"wobsurv" = callPackage "wobsurv" = callPackage
({ mkDerivation, aeson, attoparsec, base-prelude, bytestring ({ mkDerivation, aeson, attoparsec, base-prelude, bytestring