Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtwebkit marked as broken #105467

Closed
sjau opened this issue Nov 30, 2020 · 0 comments · Fixed by #104474
Closed

qtwebkit marked as broken #105467

sjau opened this issue Nov 30, 2020 · 0 comments · Fixed by #104474
Labels
0.kind: bug Something is broken

Comments

@sjau
Copy link

sjau commented Nov 30, 2020

Describe the bug
qtwebkit has been marked as broken for serveral weeks/months now.

To Reproduce
Steps to reproduce the behavior:

  1. Try to build qtwebkit on nixos-unstable
error: Package ‘qtwebkit-5.212.0-alpha4’ in /nix/store/dkknbjkiilpxbqysnnf8pyvdrcjb7hhm-nixos-21.03pre255513.8ee7c2505f9/nixos/pkgs/development/libraries/qt-5/qtModule.nix:54 is marked as broken, refusing to evaluate.

a) To temporarily allow broken packages, you can use an environment variable
   for a single invocation of the nix tools.

     $ export NIXPKGS_ALLOW_BROKEN=1

b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

c) 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)

Expected behavior
qtwebkit should build.

Notify maintainers
@abbradar
@periklis

Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

  • system: "x86_64-linux"
  • host os: Linux 5.4.62, NixOS, 20.09.git.61525137fd1 (Nightingale)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.3.7
  • channels(hyper): "nixos-20.09pre242769.61525137fd1"
  • channels(root): "nixos-21.03pre255513.8ee7c2505f9"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
@sjau sjau added the 0.kind: bug Something is broken label Nov 30, 2020
@veprbl veprbl linked a pull request Nov 30, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant