systemd: cleanup unused variable and containing 'let' (NFCI)
This seems to be inlined directly later, FWIW.
This commit is contained in:
parent
a412701c8d
commit
5f269cd4f9
1 changed files with 1 additions and 4 deletions
|
@ -15,10 +15,7 @@
|
|||
, withKexectools ? lib.any (lib.meta.platformMatch stdenv.hostPlatform) kexectools.meta.platforms, kexectools
|
||||
}:
|
||||
|
||||
let
|
||||
pythonLxmlEnv = buildPackages.python3Packages.python.withPackages ( ps: with ps; [ python3Packages.lxml ]);
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
stdenv.mkDerivation {
|
||||
version = "243";
|
||||
pname = "systemd";
|
||||
|
||||
|
|
Loading…
Reference in a new issue