logtop: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-17 21:05:00 +02:00 committed by Jonathan Ringer
parent 45e19f23d3
commit aba67c5de5

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ncurses uthash ];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installFlags = [ "DESTDIR=$(out)" ];
postConfigure = ''