haskellPackages.cabal2nix-unstable: 2022-06-16 -> 2022-06-20

main
sternenseemann 2 years ago
parent fe2a5e2ebb
commit b43e94ff38
  1. 6
      pkgs/development/haskell-modules/cabal2nix-unstable.nix
  2. 7
      pkgs/development/haskell-modules/hackage-packages.nix

@ -8,10 +8,10 @@
}:
mkDerivation {
pname = "cabal2nix";
version = "unstable-2022-06-16";
version = "unstable-2022-06-20";
src = fetchzip {
url = "https://github.com/NixOS/cabal2nix/archive/d3f5bcc7f32da62563242af6345c9621531344ea.tar.gz";
sha256 = "1s4b8k79prvwrz6n5ygv4dybinxmaz6nb9lv064iglvn37zvcva2";
url = "https://github.com/NixOS/cabal2nix/archive/9d18320d76e3f29f1787a8377125812150c59021.tar.gz";
sha256 = "1gykznb1fl9d9cqksbxc4qsyspp9xazamv57hmv3jpljzl8lq2aq";
};
isLibrary = true;
isExecutable = true;

@ -21936,6 +21936,7 @@ self: {
librarySystemDepends = [ libossp_uuid ole32 ];
description = "Support for manipulating shortcuts (.lnk files) on Windows";
license = lib.licenses.bsd3;
platforms = lib.platforms.windows;
}) {inherit (pkgs) libossp_uuid; ole32 = null;};
"Wired" = callPackage
@ -27794,6 +27795,7 @@ self: {
libraryPkgconfigDepends = [ alsa-lib ];
description = "Binding to the ALSA Library API (Exceptions)";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
}) {inherit (pkgs) alsa-lib;};
"alsa-gui" = callPackage
@ -43535,6 +43537,7 @@ self: {
librarySystemDepends = [ lxc ];
description = "Direct Haskell bindings to LXC (Linux containers) C API";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
}) {inherit (pkgs) lxc;};
"bindings-mmap" = callPackage
@ -91972,6 +91975,7 @@ self: {
];
description = "EventStore TCP Client";
license = lib.licenses.bsd3;
platforms = lib.platforms.x86_64;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
@ -134740,6 +134744,7 @@ self: {
libraryToolDepends = [ CoreServices ];
description = "File/folder watching for OS X";
license = lib.licenses.bsd3;
platforms = lib.platforms.darwin;
}) {inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;};
@ -180041,6 +180046,7 @@ self: {
doHaddock = false;
description = "liblzma C library and headers for use by LZMA bindings";
license = lib.licenses.publicDomain;
platforms = lib.platforms.windows;
}) {};
"lzma-conduit" = callPackage
@ -246099,6 +246105,7 @@ self: {
];
description = "A software defined radio library";
license = lib.licenses.bsd3;
platforms = lib.platforms.x86_64;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};

Loading…
Cancel
Save