alsaPlugins: 1.1.8 -> 1.1.9

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alsa-plugins/versions

The alsalconfdir has been fixed upstream in:
https://git.alsa-project.org/?p=alsa-plugins.git;a=blobdiff;f=configure.ac;h=1be4a70c803c367528aaf07839430801bc7f0c78;hp=5b80585fa54257266de4c59adcfd7858156f9abd;hb=2d9f140caa63fbf79d6a0823e293110b97229895;hpb=613ac0c3483fb9bc0d010e8ed4ad50191500d641

Co-authored-by: Robin Gloster <mail@glob.in>
This commit is contained in:
Robin Gloster 2019-05-18 10:56:19 +02:00
parent 9cc417ac9d
commit 381964e9a3
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
++ lib.optional (libpulseaudio != null) libpulseaudio
++ lib.optional (libjack2 != null) libjack2;
configureFlags = [
"--with-alsalconfdir=${placeholder "out"}/etc/alsa/conf.d"
];
meta = with lib; {
description = "Various plugins for ALSA";
homepage = http://alsa-project.org/;