Merge pull request #19250 from groxxda/rtkit
rtkit: add patch from debian to remove ControlGroup stanza
This commit is contained in:
commit
3a83caad0a
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, dbus, libcap }:
|
{ stdenv, fetchurl, fetchpatch, pkgconfig, dbus, libcap }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rtkit-0.11";
|
name = "rtkit-0.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://0pointer.de/public/${name}.tar.xz";
|
url = "http://0pointer.de/public/${name}.tar.xz";
|
||||||
sha256 = "1l5cb1gp6wgpc9vq6sx021qs6zb0nxg3cn1ba00hjhgnrw4931b8";
|
sha256 = "1l5cb1gp6wgpc9vq6sx021qs6zb0nxg3cn1ba00hjhgnrw4931b8";
|
||||||
@ -12,6 +12,13 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://anonscm.debian.org/cgit/pkg-multimedia/rtkit.git/plain/debian/patches/0002-Drop-Removed-ControlGroup-stanza.patch?id=21f2c6be6985c777cbf113c67043353406744050";
|
||||||
|
sha256 = "0lsxk5nv08i1wjb4xh20i5fcwg3x0qq0k4f8bc0r9cczph2sv7ck";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig dbus libcap ];
|
buildInputs = [ pkgconfig dbus libcap ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user