You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
qtwebkit has been marked as broken for serveral weeks/months now.
To Reproduce
Steps to reproduce the behavior:
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)
Describe the bug
qtwebkit has been marked as broken for serveral weeks/months now.
To Reproduce
Steps to reproduce the behavior:
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."x86_64-linux"
Linux 5.4.62, NixOS, 20.09.git.61525137fd1 (Nightingale)
yes
yes
nix-env (Nix) 2.3.7
"nixos-20.09pre242769.61525137fd1"
"nixos-21.03pre255513.8ee7c2505f9"
/nix/var/nix/profiles/per-user/root/channels/nixos
Maintainer information:
The text was updated successfully, but these errors were encountered: