From b43e94ff38dc2db9c6a97ee36ef08c1b881725c0 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 20 Jun 2022 13:32:44 +0200 Subject: [PATCH] haskellPackages.cabal2nix-unstable: 2022-06-16 -> 2022-06-20 --- pkgs/development/haskell-modules/cabal2nix-unstable.nix | 6 +++--- pkgs/development/haskell-modules/hackage-packages.nix | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/cabal2nix-unstable.nix b/pkgs/development/haskell-modules/cabal2nix-unstable.nix index 595d5ce26e3..8e9ec97be0c 100644 --- a/pkgs/development/haskell-modules/cabal2nix-unstable.nix +++ b/pkgs/development/haskell-modules/cabal2nix-unstable.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; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 58f770c82c1..b820fbac18d 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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; }) {};