trenchbroom 2023.1 -> 2024.1 https://repology.org/project/trenchbroom/versions attrpath: trenchbroom 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/1h1pb213rnq0z83xrd7v4yvck1al01xp-source.drv building '/nix/store/1h1pb213rnq0z83xrd7v4yvck1al01xp-source.drv'... exporting https://github.com/TrenchBroom/TrenchBroom.git (rev v2024.1) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v2024.1 remote: Enumerating objects: 1949, done. remote: Counting objects: 100% (1949/1949), done. remote: Compressing objects: 100% (1573/1573), done. remote: Total 1949 (delta 617), reused 831 (delta 315), pack-reused 0 Receiving objects: 100% (1949/1949), 20.18 MiB | 9.88 MiB/s, done. Resolving deltas: 100% (617/617), done. From https://github.com/TrenchBroom/TrenchBroom * branch b6ba476112fb74c038cdf329a1c7661bd9ff2dfc -> FETCH_HEAD Unrecognized git object type: tag Unable to checkout refs/tags/v2024.1 from https://github.com/TrenchBroom/TrenchBroom.git. error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'trenchbroom.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 'TrenchBroom-2024.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/trenchbroom/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'buildInputs' of derivation 'TrenchBroom-2024.1' at /var/cache/nixpkgs-update/worker/worktree/trenchbroom/pkgs/stdenv/generic/make-derivation.nix:400:7: 399| depsHostHost = elemAt (elemAt dependencies 1) 0; 400| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 401| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: Package ‘freeimage-unstable-2021-11-01’ in /var/cache/nixpkgs-update/worker/worktree/trenchbroom/pkgs/development/libraries/freeimage/default.nix:72 is marked as insecure, refusing to evaluate. Known issues: - CVE-2021-33367 - CVE-2021-40262 - CVE-2021-40263 - CVE-2021-40264 - CVE-2021-40265 - CVE-2021-40266 - CVE-2023-47992 - CVE-2023-47993 - CVE-2023-47994 - CVE-2023-47995 - CVE-2023-47996 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 ‘freeimage-unstable-2021-11-01’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘freeimage-unstable-2021-11-01’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; }