Skip to content

Commit

Permalink
luaPackages.pulseaudio: remove (#94939)
Browse files Browse the repository at this point in the history
It's not maintained any more by upstream (by @doronbehar) and it doesn't
build correctly with `buildLuarocksPackage` (see #89767).
  • Loading branch information
doronbehar committed Aug 8, 2020
1 parent 5e7d581 commit 0390563
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion maintainers/scripts/luarocks-packages.csv
Expand Up @@ -79,5 +79,4 @@ say,,,,,
std__debug,std._debug,,,,
std_normalize,std.normalize,,,,
stdlib,,,,,vyp
pulseaudio,,,,,doronbehar
vstruct,,,,,
18 changes: 0 additions & 18 deletions pkgs/development/lua-modules/generated-packages.nix
Expand Up @@ -1499,24 +1499,6 @@ stdlib = buildLuarocksPackage {
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 {
pname = "vstruct";
version = "2.0.2-1";
Expand Down
9 changes: 0 additions & 9 deletions pkgs/development/lua-modules/overrides.nix
Expand Up @@ -344,13 +344,4 @@ with super;
sourceRoot=./readline-2.6
'';
});

pulseaudio = super.pulseaudio.override({
buildInputs = [
pkgs.libpulseaudio
];
nativeBuildInputs = [
pkgs.pulseaudio pkgs.pkgconfig
];
});
}

0 comments on commit 0390563

Please sign in to comment.