mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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
|
||||
'';
|
||||
|
||||
crossAttrs = {
|
||||
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP=" ];
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Image viewing and manipulation programs";
|
||||
homepage = https://www.kraxel.org/blog/linux/fbida/;
|
||||
|
Loading…
Reference in New Issue
Block a user