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:
Doron Behar
2020-08-08 15:43:13 +02:00
committed by GitHub
parent 5e7d581ffd
commit 039056386d
3 changed files with 0 additions and 28 deletions
@@ -344,13 +344,4 @@ with super;
sourceRoot=./readline-2.6
'';
});
pulseaudio = super.pulseaudio.override({
buildInputs = [
pkgs.libpulseaudio
];
nativeBuildInputs = [
pkgs.pulseaudio pkgs.pkgconfig
];
});
}