Loading pkgs/development/haskell-modules/configuration-common.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1002,6 +1002,7 @@ with haskellLib; lvmrun = disableHardening [ "format" ] (dontCheck super.lvmrun); matplotlib = dontCheck super.matplotlib; milena = dontCheck super.milena; MIP = dontCheck super.MIP; # https://github.com/msakai/haskell-MIP/issues/87 modular-arithmetic = dontCheck super.modular-arithmetic; # tests require a very old Glob (0.7.*) nats-queue = dontCheck super.nats-queue; network-dbus = dontCheck super.network-dbus; Loading pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -4061,7 +4061,7 @@ broken-packages: - minizinc-process # failure in job https://hydra.nixos.org/build/233211497 at 2023-09-02 - minst-idx # failure in job https://hydra.nixos.org/build/233259901 at 2023-09-02 - mios # failure in job https://hydra.nixos.org/build/233251863 at 2023-09-02 - MIP # failure in job https://hydra.nixos.org/build/233199688 at 2023-09-02 - MIP-glpk # incompatible with extended-reals >=0.2.7.0, https://github.com/msakai/haskell-MIP/commit/60a5ee234fc6667d2c34152761fa5a54a6f6e533 - mirror-tweet # failure in job https://hydra.nixos.org/build/233216951 at 2023-09-02 - mismi-p # failure in job https://hydra.nixos.org/build/233257227 at 2023-09-02 - mit-3qvpPyAi6mH # failure in job https://hydra.nixos.org/build/233229967 at 2023-09-02 Loading pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -2263,7 +2263,6 @@ dont-distribute-packages: - minimung - minioperational - minirotate - MIP-glpk - mismi-kernel - mismi-s3-core - miss Loading pkgs/development/haskell-modules/hackage-packages.nix +1 −2 Original line number Diff line number Diff line Loading @@ -29283,8 +29283,6 @@ self: { ]; description = "Library for using Mixed Integer Programming (MIP)"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; broken = true; } ) { }; Loading Loading @@ -29345,6 +29343,7 @@ self: { description = "A GLPK backend to the MIP library"; license = lib.licenses.gpl3Only; hydraPlatforms = lib.platforms.none; broken = true; } ) { inherit (pkgs) glpk; }; Loading
pkgs/development/haskell-modules/configuration-common.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1002,6 +1002,7 @@ with haskellLib; lvmrun = disableHardening [ "format" ] (dontCheck super.lvmrun); matplotlib = dontCheck super.matplotlib; milena = dontCheck super.milena; MIP = dontCheck super.MIP; # https://github.com/msakai/haskell-MIP/issues/87 modular-arithmetic = dontCheck super.modular-arithmetic; # tests require a very old Glob (0.7.*) nats-queue = dontCheck super.nats-queue; network-dbus = dontCheck super.network-dbus; Loading
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -4061,7 +4061,7 @@ broken-packages: - minizinc-process # failure in job https://hydra.nixos.org/build/233211497 at 2023-09-02 - minst-idx # failure in job https://hydra.nixos.org/build/233259901 at 2023-09-02 - mios # failure in job https://hydra.nixos.org/build/233251863 at 2023-09-02 - MIP # failure in job https://hydra.nixos.org/build/233199688 at 2023-09-02 - MIP-glpk # incompatible with extended-reals >=0.2.7.0, https://github.com/msakai/haskell-MIP/commit/60a5ee234fc6667d2c34152761fa5a54a6f6e533 - mirror-tweet # failure in job https://hydra.nixos.org/build/233216951 at 2023-09-02 - mismi-p # failure in job https://hydra.nixos.org/build/233257227 at 2023-09-02 - mit-3qvpPyAi6mH # failure in job https://hydra.nixos.org/build/233229967 at 2023-09-02 Loading
pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -2263,7 +2263,6 @@ dont-distribute-packages: - minimung - minioperational - minirotate - MIP-glpk - mismi-kernel - mismi-s3-core - miss Loading
pkgs/development/haskell-modules/hackage-packages.nix +1 −2 Original line number Diff line number Diff line Loading @@ -29283,8 +29283,6 @@ self: { ]; description = "Library for using Mixed Integer Programming (MIP)"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; broken = true; } ) { }; Loading Loading @@ -29345,6 +29343,7 @@ self: { description = "A GLPK backend to the MIP library"; license = lib.licenses.gpl3Only; hydraPlatforms = lib.platforms.none; broken = true; } ) { inherit (pkgs) glpk; };