luaPackages.pulseaudio: remove (#94939)
It's not maintained any more by upstream (by @doronbehar) and it doesn't build correctly with `buildLuarocksPackage` (see #89767).
This commit is contained in:
parent
5e7d581ffd
commit
039056386d
@ -79,5 +79,4 @@ say,,,,,
|
|||||||
std__debug,std._debug,,,,
|
std__debug,std._debug,,,,
|
||||||
std_normalize,std.normalize,,,,
|
std_normalize,std.normalize,,,,
|
||||||
stdlib,,,,,vyp
|
stdlib,,,,,vyp
|
||||||
pulseaudio,,,,,doronbehar
|
|
||||||
vstruct,,,,,
|
vstruct,,,,,
|
||||||
|
|
@ -1499,24 +1499,6 @@ stdlib = buildLuarocksPackage {
|
|||||||
license.fullName = "MIT/X11";
|
license.fullName = "MIT/X11";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pulseaudio = buildLuarocksPackage {
|
|
||||||
pname = "pulseaudio";
|
|
||||||
version = "0.2-1";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://luarocks/pulseaudio-0.2-1.src.rock";
|
|
||||||
sha256 = "06w8fmwddrpm02yam818yi30gghw4ckb18zljjncy3x0zfijyhz7";
|
|
||||||
};
|
|
||||||
disabled = (luaOlder "5.1");
|
|
||||||
propagatedBuildInputs = [ lua ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = "https://github.com/doronbehar/lua-pulseaudio";
|
|
||||||
description = "Bindings to libpulse";
|
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
|
||||||
license.fullName = "Apache v2.0";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
vstruct = buildLuarocksPackage {
|
vstruct = buildLuarocksPackage {
|
||||||
pname = "vstruct";
|
pname = "vstruct";
|
||||||
version = "2.0.2-1";
|
version = "2.0.2-1";
|
||||||
|
@ -344,13 +344,4 @@ with super;
|
|||||||
sourceRoot=./readline-2.6
|
sourceRoot=./readline-2.6
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
pulseaudio = super.pulseaudio.override({
|
|
||||||
buildInputs = [
|
|
||||||
pkgs.libpulseaudio
|
|
||||||
];
|
|
||||||
nativeBuildInputs = [
|
|
||||||
pkgs.pulseaudio pkgs.pkgconfig
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user