mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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:
parent
0a55c5dada
commit
16a7ff5b86
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user