acpid: build on linux
This commit is contained in:
parent
1a23f715f4
commit
d7be74adc0
@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://tedfelix.com/linux/acpid-netlink.html;
|
homepage = http://tedfelix.com/linux/acpid-netlink.html;
|
||||||
description = "A daemon for delivering ACPI events to userspace programs";
|
description = "A daemon for delivering ACPI events to userspace programs";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user