nixnote2 2.0.2 -> 2.1.10 https://repology.org/project/nixnote2/versions attrpath: nixnote2 Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/a333gz7hxgr0a7j9bhn9a3mblpj0ckjl-source.drv building '/nix/store/a333gz7hxgr0a7j9bhn9a3mblpj0ckjl-source.drv'... trying https://github.com/baumgarr/nixnote2/archive/v2.1.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/a333gz7hxgr0a7j9bhn9a3mblpj0ckjl-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/baumgarr/nixnote2/archive/v2.1.10.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/a333gz7hxgr0a7j9bhn9a3mblpj0ckjl-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'nixnote2.originalSrc' not found stderr did not split as expected full stderr was: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'nixnote2-2.1.10' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/nixnote2/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'nixnote2-2.1.10' at /var/cache/nixpkgs-update/worker/worktree/nixnote2/pkgs/stdenv/generic/make-derivation.nix:378:7: 377| depsHostHost = elemAt (elemAt dependencies 1) 0; 378| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 379| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: Package ‘qtwebkit-5.212.0-alpha4’ in /var/cache/nixpkgs-update/worker/worktree/nixnote2/pkgs/development/libraries/qt-5/qtModule.nix:89 is marked as insecure, refusing to evaluate. Known issues: - QtWebkit upstream is unmaintained and receives no security updates, see https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/ You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘qtwebkit-5.212.0-alpha4’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘qtwebkit-5.212.0-alpha4’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" ]; }