Merge pull request #68745 from dtzWill/fix/systemd-unused-lxml
systemd: cleanup unused variable and containing 'let' (NFCI)
This commit is contained in:
commit
a1d557a1da
@ -15,10 +15,7 @@
|
|||||||
, withKexectools ? lib.any (lib.meta.platformMatch stdenv.hostPlatform) kexectools.meta.platforms, kexectools
|
, withKexectools ? lib.any (lib.meta.platformMatch stdenv.hostPlatform) kexectools.meta.platforms, kexectools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation {
|
||||||
pythonLxmlEnv = buildPackages.python3Packages.python.withPackages ( ps: with ps; [ python3Packages.lxml ]);
|
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
|
||||||
version = "243";
|
version = "243";
|
||||||
pname = "systemd";
|
pname = "systemd";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user