-33
pkgs/build-support/substitute-files/substitute-all-files.nix
-33
pkgs/build-support/substitute-files/substitute-all-files.nix
···-"substituteAllFiles is deprecated and will be removed in 25.11. Use replaceVars for each file instead."-echo -ne "${lib.concatStringsSep "\\0" args.files}" | xargs -0 -n1 -I {} -- find {} -type f -print0 | while read -d "" line; do
-29
pkgs/build-support/substitute/substitute-all.nix
-29
pkgs/build-support/substitute/substitute-all.nix
···-lib.warn "substituteAll is deprecated and will be removed in 25.11. Use replaceVars instead." (
+2
pkgs/top-level/aliases.nix
+2
pkgs/top-level/aliases.nix
···strawberry-qt5 = throw "strawberry-qt5 has been replaced by strawberry-qt6"; # Added 2024-11-22strelka = throw "strelka depends on Python 2.6+, and does not support Python 3."; # Added 2025-03-17subberthehut = throw "'subberthehut' has been removed as it was unmaintained upstream"; # Added 2025-05-17+substituteAll = throw "`substituteAll` has been removed. Use `replaceVars` instead."; # Added 2025-05-23+substituteAllFiles = throw "`substituteAllFiles` has been removed. Use `replaceVars` for each file instead."; # Added 2025-05-23suidChroot = throw "'suidChroot' has been dropped as it was unmaintained, failed to build and had questionable security considerations"; # Added 2025-05-17suitesparse_4_2 = throw "'suitesparse_4_2' has been removed as it was unmaintained upstream"; # Added 2025-05-17
-4
pkgs/top-level/all-packages.nix
-4
pkgs/top-level/all-packages.nix
···-substituteAllFiles = callPackage ../build-support/substitute-files/substitute-all-files.nix { };