systemd: nixpkgs-fmt

This commit is contained in:
Florian Klink 2021-07-26 13:12:36 +02:00
parent 1f42117e03
commit c5f0c9273b

View file

@ -90,7 +90,6 @@
# name argument
, pname ? "systemd"
, libxslt
, docbook_xsl
, docbook_xml_dtd_42
@ -267,8 +266,7 @@ stdenv.mkDerivation {
outputs = [ "out" "man" "dev" ];
nativeBuildInputs =
[
nativeBuildInputs = [
pkg-config
gperf
ninja
@ -289,8 +287,7 @@ stdenv.mkDerivation {
(buildPackages.python3Packages.python.withPackages (ps: with ps; [ python3Packages.lxml ]))
];
buildInputs =
[
buildInputs = [
acl
audit
glib