systemd: remove patchelf, coreutils from nativeBuildInputs as it is part of the stdenv

This commit is contained in:
Sandro Jäckel 2021-07-26 13:18:24 +02:00 committed by Florian Klink
parent 444292aae8
commit b6ac1dedf5

View file

@ -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