alsa-plugins: provide update script
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
libogg,
|
||||
libpulseaudio,
|
||||
speexdsp,
|
||||
directoryListingUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -31,6 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
speexdsp
|
||||
];
|
||||
|
||||
passthru.updateScript = directoryListingUpdater {
|
||||
url = "https://alsa-project.org/files/pub/plugins/";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Various plugins for ALSA";
|
||||
homepage = "http://alsa-project.org/";
|
||||
|
||||
Reference in New Issue
Block a user