Unverified Commit 927a9655 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

Merge pull request #262952 from JulienMalka/systemd-options

systemd: add withLogTrace option
parents bcc23ba4 258d76f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@
, docbook_xsl
, docbook_xml_dtd_42
, docbook_xml_dtd_45
, withLogTrace ? false
}:

assert withImportd -> withCompression;
@@ -568,6 +569,8 @@ stdenv.mkDerivation (finalAttrs: {
  ] ++ lib.optionals withKmod [
    "-Dkmod=true"
    "-Dkmod-path=${kmod}/bin/kmod"
  ] ++ lib.optionals withLogTrace [
    "-Dlog-trace=true"
  ];
  preConfigure =
    let