mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
gnome-2/audiofile-0.3.2
svn path=/nixpkgs/trunk/; revision=31331
This commit is contained in:
parent
3d0f767b91
commit
6a27a67605
@ -1,9 +1,14 @@
|
||||
{stdenv, fetchurl}:
|
||||
{stdenv, fetchurl, xz, alsaLib}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "audiofile-0.2.6";
|
||||
name = "audiofile-0.3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/audiofile/0.2/audiofile-0.2.6.tar.bz2;
|
||||
sha256 = "1d00w9hxx3flfs6cjyja99y8vpj1qwa34zfdj96dpa54drd9da62";
|
||||
url = mirror://gnome/sources/audiofile/0.3/audiofile-0.3.2.tar.xz;
|
||||
sha256 = "185j69j6b0vp6h6bb4j4ipvcyysxf63ghxnvdhh8kbc7ixm71hgs";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ xz ];
|
||||
|
||||
buildInputs = [ alsaLib ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user