psutils: fix build on Darwin

This commit is contained in:
Alexis Hildebrandt 2023-07-06 10:55:57 +02:00
parent 53f2c9f152
commit 19af5d54d1

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
Makefile.unix > Makefile
'';
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
preInstall = ''
mkdir -p $out/bin $out/share/man/man1
'';