ir-lv2: move to by-name

This commit is contained in:
jopejoe1
2025-09-27 10:47:25 +02:00
parent 153729ed23
commit b6b1c049ef
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -1195,6 +1195,7 @@ mapAliases {
ipfs-migrator-unwrapped = kubo-migrator-unwrapped; # Added 2022-09-27
ipfs-migrator = kubo-migrator; # Added 2022-09-27
iproute = throw "'iproute' has been renamed to/replaced by 'iproute2'"; # Converted to throw 2024-10-17
ir.lv2 = ir-lv2; # Added 2025-09-37
irrlichtmt = throw "irrlichtmt has been removed because it was moved into the Minetest repo"; # Added 2024-08-12
isl_0_11 = throw "isl_0_11 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2024-09-13
isl_0_14 = throw "isl_0_14 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2024-09-13
-2
View File
@@ -11931,8 +11931,6 @@ with pkgs;
lua = lua5_1;
};
ir.lv2 = callPackage ../applications/audio/ir.lv2 { };
jabcode = callPackage ../development/libraries/jabcode { };
jabcode-writer = callPackage ../development/libraries/jabcode {