rtkit: cleanup

This commit is contained in:
Edmund Wu 2020-04-11 16:21:39 -04:00
parent bbdd169400
commit 363004c7eb
No known key found for this signature in database
GPG Key ID: 8AB0E99F622EC03E

View File

@ -1,7 +1,8 @@
{ stdenv, fetchurl, fetchpatch, pkgconfig, dbus, libcap }: { stdenv, fetchurl, fetchpatch, pkgconfig, dbus, libcap }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "rtkit-0.11"; pname = "rtkit";
version = "0.11";
src = fetchurl { src = fetchurl {
url = "http://0pointer.de/public/${name}.tar.xz"; url = "http://0pointer.de/public/${name}.tar.xz";