liblastfm-vambrose: rename from liblastfmSF (#488486)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "liblastfm-SF";
|
||||
pname = "liblastfm-vambrose";
|
||||
version = "0.5";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
@@ -20,7 +20,7 @@
|
||||
withGstPlugins ? true,
|
||||
glyr,
|
||||
withGlyr ? true,
|
||||
liblastfmSF,
|
||||
liblastfm-vambrose,
|
||||
withLastfm ? true,
|
||||
libcdio-paranoia,
|
||||
withCD ? true,
|
||||
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optional withGudev libgudev
|
||||
++ lib.optional withKeybinder keybinder3
|
||||
++ lib.optional withLibnotify libnotify
|
||||
++ lib.optional withLastfm liblastfmSF
|
||||
++ lib.optional withLastfm liblastfm-vambrose
|
||||
++ lib.optional withGlyr glyr
|
||||
++ lib.optional withLibsoup libsoup_2_4
|
||||
++ lib.optional withMtp libmtp
|
||||
|
||||
@@ -1037,6 +1037,7 @@ mapAliases {
|
||||
libkkc = throw "'libkkc' has been removed due to lack of maintenance. Consider using anthy instead"; # Added 2025-08-28
|
||||
libkkc-data = throw "'libkkc-data' has been removed as it depended on libkkc which was removed"; # Added 2025-08-28
|
||||
libLAS = liblas; # Added 2026-02-08
|
||||
liblastfmSF = warnAlias "'liblastfmSF' has been renamed to 'liblastfm-vambrose'" liblastfm-vambrose; # Added 2026-02-08
|
||||
liblinphone = throw "'liblinphone' has been moved to 'linphonePackages.liblinphone'"; # Added 2025-09-20
|
||||
libmesode = throw "'libmesode' has been removed because it was deprecated and archived upstream. Consider using 'libstrophe' instead"; # Added 2026-01-15
|
||||
libmp3splt = throw "'libmp3splt' has been removed due to lack of maintenance upstream."; # Added 2025-05-17
|
||||
|
||||
Reference in New Issue
Block a user