3
0
Fork 0
forked from mirrors/nixpkgs

links 2: Simplify cross, no crossAttrs or crossConfig

This commit is contained in:
John Ericson 2017-09-05 13:12:23 -04:00
parent 8babcd4d2b
commit 5de3b11960

View file

@ -30,12 +30,6 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional enableFB "--with-fb"
++ stdenv.lib.optional enableDirectFB "--with-directfb";
crossAttrs = {
preConfigure = ''
export CC=$crossConfig-gcc
'';
};
meta = with stdenv.lib; {
homepage = http://links.twibright.com/;
description = "A small browser with some graphics support";