sndio: 1.7.0 -> 1.8.0 (#122352)
This commit is contained in:
parent
8a32c47586
commit
92a2e684bc
@ -2,16 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sndio";
|
pname = "sndio";
|
||||||
version = "1.7.0";
|
version = "1.8.0";
|
||||||
enableParallelBuilding = true;
|
|
||||||
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;
|
|
||||||
buildInputs = lib.optional stdenv.hostPlatform.isLinux alsaLib;
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.sndio.org/sndio-${version}.tar.gz";
|
url = "http://www.sndio.org/sndio-${version}.tar.gz";
|
||||||
sha256 = "0ljmac0lnjn61admgbcwjfcr5fwccrsblx9rj9bys8wlhz8f796x";
|
sha256 = "027hlqji0h2cm96rb8qvkdmwxl56l59bgn828nvmwak2c2i5k703";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;
|
||||||
|
buildInputs = lib.optional stdenv.hostPlatform.isLinux alsaLib;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.sndio.org";
|
homepage = "http://www.sndio.org";
|
||||||
description = "Small audio and MIDI framework part of the OpenBSD project";
|
description = "Small audio and MIDI framework part of the OpenBSD project";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user