treewide: remove platform assertions
linux: readd assertion
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ stdenv, systemd, cryptsetup }:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.lib.overrideDerivation systemd (p: {
|
||||
version = p.version;
|
||||
name = "systemd-cryptsetup-generator";
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
, withSelinux ? false, libselinux
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
let
|
||||
pythonLxmlEnv = buildPackages.python3Packages.python.withPackages ( ps: with ps; [ python3Packages.lxml ]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user