links 2: Simplify cross, no crossAttrs or crossConfig
This commit is contained in:
@@ -30,12 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional enableFB "--with-fb"
|
++ stdenv.lib.optional enableFB "--with-fb"
|
||||||
++ stdenv.lib.optional enableDirectFB "--with-directfb";
|
++ stdenv.lib.optional enableDirectFB "--with-directfb";
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
preConfigure = ''
|
|
||||||
export CC=$crossConfig-gcc
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://links.twibright.com/;
|
homepage = http://links.twibright.com/;
|
||||||
description = "A small browser with some graphics support";
|
description = "A small browser with some graphics support";
|
||||||
|
|||||||
Reference in New Issue
Block a user