fbida: cc-wrapper can be relied on to export these env vars
This commit is contained in:
parent
a11426c523
commit
c4443d70df
@ -21,10 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
sed -e 's@ cpp\>@ gcc -E -@' -i GNUmakefile
|
sed -e 's@ cpp\>@ gcc -E -@' -i GNUmakefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP=" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Image viewing and manipulation programs";
|
description = "Image viewing and manipulation programs";
|
||||||
homepage = https://www.kraxel.org/blog/linux/fbida/;
|
homepage = https://www.kraxel.org/blog/linux/fbida/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user