Unverified Commit 95d3c493 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #175406 from SuperSandro2000/systemd-null

parents a00c8f26 0aed504d
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -113,18 +113,10 @@
, docbook_xml_dtd_45
}:

assert withResolved -> (libgcrypt != null && libgpg-error != null);
assert withImportd ->
(curl.dev != null && zlib != null && xz != null && libgcrypt != null
  && gnutar != null && gnupg != null && withCompression);

assert withEfi -> (gnu-efi != null);
assert withRemote -> lib.getDev curl != null;
assert withImportd -> withCompression;
assert withCoredump -> withCompression;

assert withHomed -> withCryptsetup;

assert withCryptsetup -> (cryptsetup != null);
let
  wantCurl = withRemote || withImportd;
  wantGcrypt = withResolved || withImportd;