-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
haskellPackages.hocker marked as broken #95517
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language6.topic: testingTooling for automated testing of packages and modulesTooling for automated testing of packages and modules
Description
Describe the bug
error: Package ‘hocker-1.0.5’ in /path/to/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix:127808 is marked as broken, refusing to evaluate.
a) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
(use '--show-trace' to show detailed location information)
This currently breaks the fetchdocker tooling, which breaks the nixosTests.hocker-fetchdocker, which is a problem for #72828
We should either try to fix hocker, or migrate fetchdocker to something like skopeo if possible.
cc @maralorn
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language6.topic: testingTooling for automated testing of packages and modulesTooling for automated testing of packages and modules