libndctl: clarify that it needs udev not systemd

While (currently) it is the same package it carries more information if
we explicitly state that we want udev.
This commit is contained in:
Andreas Rammhold 2020-10-19 23:11:28 +02:00
parent 0a55c5dada
commit 16a7ff5b86
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, autoreconfHook
, asciidoctor, pkgconfig, xmlto, docbook_xsl, docbook_xml_dtd_45, libxslt
, json_c, kmod, which, utillinux, systemd, keyutils
, json_c, kmod, which, utillinux, udev, keyutils
}:
stdenv.mkDerivation rec {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
];
buildInputs =
[ json_c kmod utillinux systemd keyutils
[ json_c kmod utillinux udev keyutils
];
configureFlags =