alsa-lib: provide update script

This commit is contained in:
Mikael Voss
2025-07-24 16:26:44 +02:00
parent 7f1ff6b976
commit beba2af482
+7 -1
View File
@@ -5,6 +5,7 @@
alsa-topology-conf,
alsa-ucm-conf,
testers,
directoryListingUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -36,7 +37,12 @@ stdenv.mkDerivation (finalAttrs: {
"dev"
];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
passthru = {
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
updateScript = directoryListingUpdater {
url = "https://www.alsa-project.org/files/pub/lib/";
};
};
meta = {
homepage = "http://www.alsa-project.org/";