diff --git a/pkgs/applications/graphics/sane/backends/default.nix b/pkgs/applications/graphics/sane/backends/default.nix index 0288e4c28650..a473613ad5e7 100644 --- a/pkgs/applications/graphics/sane/backends/default.nix +++ b/pkgs/applications/graphics/sane/backends/default.nix @@ -17,8 +17,8 @@ libv4l, net-snmp, curl, - systemd, - withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, + systemdLibs, + withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdLibs, libxml2, poppler, gawk, @@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: { net-snmp ] ++ lib.optionals withSystemd [ - systemd + systemdLibs ]; enableParallelBuilding = true;