mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
haskellPackages.cabal2nix-unstable: 2021-07-08 -> 2021-07-21
* Regenerate hackage-packages.nix * Remove now unnecessary workaround for pam
This commit is contained in:
parent
6e72470ed2
commit
2eb7828b36
@ -8,10 +8,10 @@
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal2nix";
|
||||
version = "unstable-2021-07-08";
|
||||
version = "unstable-2021-07-21";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/NixOS/cabal2nix/archive/b28902718d89f6a14a836d95a7093bc46e4f8bb5.tar.gz";
|
||||
sha256 = "1jdbz0krwzzsl3vb10xgman642v49bbgwyl6dw3p9aw6s7a8nfgk";
|
||||
url = "https://github.com/NixOS/cabal2nix/archive/b5b8981921771af9c592cd48631b7f8f21745dff.tar.gz";
|
||||
sha256 = "1r2rkqq0knnn4m8xhjmnkl07mv4cb13adf88y2qq69zpxkb24frn";
|
||||
};
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
@ -1711,14 +1711,13 @@ self: super: {
|
||||
excludes = ["test/buildtest"];
|
||||
});
|
||||
|
||||
# workaround for https://github.com/peti/distribution-nixpkgs/issues/9
|
||||
pam = super.pam.override { inherit (pkgs) pam; };
|
||||
|
||||
# Too strict version bounds on base:
|
||||
# https://github.com/obsidiansystems/database-id/issues/1
|
||||
database-id-class = doJailbreak super.database-id-class;
|
||||
|
||||
cabal2nix-unstable = overrideCabal super.cabal2nix-unstable {
|
||||
cabal2nix-unstable = overrideCabal (super.cabal2nix-unstable.override {
|
||||
distribution-nixpkgs = self.distribution-nixpkgs_1_6_0;
|
||||
}) {
|
||||
passthru.updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-unstable.sh;
|
||||
};
|
||||
|
||||
|
@ -12818,7 +12818,7 @@ self: {
|
||||
description = "an adapter for LogicGrowsOnTrees that uses MPI";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {openmpi = null;};
|
||||
}) {inherit (pkgs) openmpi;};
|
||||
|
||||
"LogicGrowsOnTrees-network" = callPackage
|
||||
({ mkDerivation, base, cereal, cmdtheline, composition, containers
|
||||
@ -41515,7 +41515,7 @@ self: {
|
||||
license = "unknown";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) blas; liblapack = null;};
|
||||
}) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
|
||||
|
||||
"bindings-libcddb" = callPackage
|
||||
({ mkDerivation, base, bindings-DSL, libcddb }:
|
||||
@ -64912,7 +64912,7 @@ self: {
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {python3 = null;};
|
||||
}) {inherit (pkgs) python3;};
|
||||
|
||||
"cql" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, Decimal
|
||||
@ -103926,7 +103926,7 @@ self: {
|
||||
license = lib.licenses.lgpl21Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {gtk-mac-integration-gtk3 = null;};
|
||||
}) {inherit (pkgs) gtk-mac-integration-gtk3;};
|
||||
|
||||
"gi-gtksheet" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
|
||||
@ -112798,7 +112798,7 @@ self: {
|
||||
license = lib.licenses.lgpl21Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {gtk-mac-integration-gtk3 = null;};
|
||||
}) {inherit (pkgs) gtk-mac-integration-gtk3;};
|
||||
|
||||
"gtkglext" = callPackage
|
||||
({ mkDerivation, base, Cabal, glib, gtk, gtk2, gtk2hs-buildtools
|
||||
@ -113588,7 +113588,7 @@ self: {
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) blas; liblapack = null;};
|
||||
}) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
|
||||
|
||||
"hXmixer" = callPackage
|
||||
({ mkDerivation, base, directory, gtk3, process, split, text }:
|
||||
@ -119514,7 +119514,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {open-pal = null; open-rte = null; openmpi = null;};
|
||||
}) {open-pal = null; open-rte = null; inherit (pkgs) openmpi;};
|
||||
|
||||
"haskell-names" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers
|
||||
@ -123719,7 +123719,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) blas; liblapack = null;};
|
||||
}) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
|
||||
|
||||
"hblock" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-markup, bytestring, cereal
|
||||
@ -131224,7 +131224,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {liblapack = null;};
|
||||
}) {inherit (pkgs) liblapack;};
|
||||
|
||||
"hmatrix-csv" = callPackage
|
||||
({ mkDerivation, base, bytestring, cassava, hmatrix, vector }:
|
||||
@ -131311,7 +131311,7 @@ self: {
|
||||
benchmarkHaskellDepends = [ base criterion hmatrix ];
|
||||
description = "Low-level machine learning auxiliary functions";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) blas; liblapack = null;};
|
||||
}) {inherit (pkgs) blas; inherit (pkgs) liblapack;};
|
||||
|
||||
"hmatrix-nipals" = callPackage
|
||||
({ mkDerivation, base, hmatrix }:
|
||||
@ -137301,7 +137301,8 @@ self: {
|
||||
libraryPkgconfigDepends = [ gsl ];
|
||||
description = "Signal processing and EEG data analysis";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) blas; inherit (pkgs) gsl; liblapack = null;};
|
||||
}) {inherit (pkgs) blas; inherit (pkgs) gsl;
|
||||
inherit (pkgs) liblapack;};
|
||||
|
||||
"hsilop" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, haskeline, xdg-basedir
|
||||
@ -153490,7 +153491,7 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {python = null;};
|
||||
}) {inherit (pkgs) python;};
|
||||
|
||||
"json-qq" = callPackage
|
||||
({ mkDerivation, base, haskell-src-meta, parsec, template-haskell
|
||||
@ -159883,7 +159884,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {liblapack = null;};
|
||||
}) {inherit (pkgs) liblapack;};
|
||||
|
||||
"lapack-ffi-tools" = callPackage
|
||||
({ mkDerivation, base, bytestring, cassava, containers
|
||||
@ -195086,7 +195087,7 @@ self: {
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {pam = null;};
|
||||
}) {inherit (pkgs) pam;};
|
||||
|
||||
"pan-os-syslog" = callPackage
|
||||
({ mkDerivation, base, byteslice, bytesmith, chronos, gauge, ip
|
||||
@ -214011,7 +214012,7 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {python = null;};
|
||||
}) {inherit (pkgs) python;};
|
||||
|
||||
"pyfi" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, pureMD5
|
||||
@ -214029,7 +214030,7 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {python = null;};
|
||||
}) {inherit (pkgs) python;};
|
||||
|
||||
"python-pickle" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs
|
||||
@ -219431,7 +219432,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {raptor2 = null; redland = null;};
|
||||
}) {raptor2 = null; inherit (pkgs) redland;};
|
||||
|
||||
"redo" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, filepath
|
||||
|
Loading…
Reference in New Issue
Block a user