systemd: nixpkgs-fmt
This commit is contained in:
parent
1f42117e03
commit
c5f0c9273b
1 changed files with 51 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue