tabbed: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy 2022-01-16 23:53:36 +03:00
parent baf11b26b2
commit e2e011e803
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -18,9 +18,9 @@ stdenv.mkDerivation {
buildInputs = [ xorgproto libX11 libXft ];
makeFlags = [
"PREFIX=$(out)"
];
makeFlags = [ "CC:=$(CC)" ];
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
homepage = "https://tools.suckless.org/tabbed";