mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* alsa-plugins 1.0.24 seems to break the PulseAudio plugin (playback
in Audacious and Spotify stops after a second or so), so revert to 1.0.23. svn path=/nixpkgs/branches/kde-4.7/; revision=27957
This commit is contained in:
parent
a8dc106b71
commit
65be4d7202
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, lib, pkgconfig, alsaLib, pulseaudio ? null, jackaudio ? null }:
|
{ stdenv, fetchurl, lib, pkgconfig, alsaLib, pulseaudio ? null, jackaudio ? null }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "alsa-plugins-1.0.24";
|
name = "alsa-plugins-1.0.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.alsa-project.org/pub/plugins/${name}.tar.bz2";
|
url = "ftp://ftp.alsa-project.org/pub/plugins/${name}.tar.bz2";
|
||||||
sha256 = "0qqjhqviv07456kshhm5dd132x81i9qb60vw24zhib7y5pmi53ps";
|
sha256 = "10ri5dpmhk028r0qvajswh2xl40kjd600h7hykq03vrkmn8jf6sw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
Reference in New Issue
Block a user