dumb-init: fix musl

This commit is contained in:
superherointj 2022-12-16 14:29:30 -03:00 committed by Rick van Schijndel
parent 8a3c6a836c
commit 36f2ac4895

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-aRh0xfmp+ToXIYjYaducTpZUHndZ5HlFZpFhzJ3yKgs=";
};
buildInputs = [ glibc.static ];
buildInputs = lib.optionals (!stdenv.hostPlatform.isMusl) [ glibc.static ];
installPhase = ''
runHook preInstall