Skip to content

haskellPackages.hocker marked as broken #95517

@flokli

Description

@flokli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken6.topic: haskellGeneral-purpose, statically typed, purely functional programming language6.topic: testingTooling for automated testing of packages and modules

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions