Skip to content

Commit

Permalink
fbida: cc-wrapper can be relied on to export these env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jun 28, 2017
1 parent a11426c commit c4443d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/applications/graphics/fbida/default.nix
Expand Up @@ -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/;
Expand Down

0 comments on commit c4443d7

Please sign in to comment.