Merge pull request #262952 from JulienMalka/systemd-options
systemd: add withLogTrace option
This commit is contained in:
commit
927a9655a2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue