ii: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy 2021-11-13 15:33:31 +03:00
parent 72dbc9005e
commit 396b3fc00b
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "1lk8vjl7i8dcjh4jkg8h8bkapcbs465sy8g9c0chfqsywbmf3ndr";
};
installPhase = ''
make install PREFIX=$out
'';
makeFlags = [ "CC:=$(CC)" ];
installFlags = [ "PREFIX=$(out)" ];
meta = {
homepage = "https://tools.suckless.org/ii/";