ir-lv2: move to by-name
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user