Commit e5d6c617 authored by Emily's avatar Emily
Browse files

libmusicbrainz5: move to aliases

parent bb35c2a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1315,6 +1315,7 @@ mapAliases {
  liblastfm = throw "'liblastfm' has been renamed to/replaced by 'libsForQt5.liblastfm'"; # Converted to throw 2024-10-17
  libmp3splt = throw "'libmp3splt' has been removed due to lack of maintenance upstream."; # Added 2025-05-17
  libmusicbrainz3 = throw "libmusicbrainz3 has been removed as it was obsolete and unused"; # Added 2025-09-16
  libmusicbrainz5 = libmusicbrainz; # Added 2025-09-16
  libmx = throw "'libmx' has been removed due to lack of maintenance upstream."; # Added 2024-12-04
  liboop = throw "liboop has been removed as it is unmaintained upstream."; # Added 2024-08-14
  libosmo-sccp = libosmo-sigtran; # Added 2024-12-20
+1 −3
Original line number Diff line number Diff line
@@ -8183,9 +8183,7 @@ with pkgs;

  libmicrohttpd = libmicrohttpd_1_0;

  libmusicbrainz5 = callPackage ../development/libraries/libmusicbrainz/5.x.nix { };

  libmusicbrainz = libmusicbrainz5;
  libmusicbrainz = callPackage ../development/libraries/libmusicbrainz/5.x.nix { };

  libosmscout = libsForQt5.callPackage ../development/libraries/libosmscout { };