forked from mirrors/nixpkgs
links 2: Simplify cross, no crossAttrs
or crossConfig
This commit is contained in:
parent
8babcd4d2b
commit
5de3b11960
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue