From b6ac1dedf50af4cc70b9c0ce7e774fe20896c1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 26 Jul 2021 13:18:24 +0200 Subject: [PATCH] systemd: remove patchelf, coreutils from nativeBuildInputs as it is part of the stdenv --- pkgs/os-specific/linux/systemd/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 45786151aa8b..fc4c6c872b49 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -12,7 +12,6 @@ , coreutils , gperf , getent -, patchelf , glibcLocales , glib , substituteAll @@ -271,9 +270,7 @@ stdenv.mkDerivation rec { gperf ninja meson - coreutils # meson calls date, stat etc. glibcLocales - patchelf getent m4