summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-05 13:12:23 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-05 13:25:35 -0400
commit5de3b11960467aa2f26556ee5922a657bdd9852e (patch)
treea63215fa4a519d3494da7b3c03f86f3356b1feb7 /pkgs
parent8babcd4d2b7ccf3c78d2f0db524307e6cccd900d (diff)
downloadnixpkgs-5de3b11960467aa2f26556ee5922a657bdd9852e.tar
nixpkgs-5de3b11960467aa2f26556ee5922a657bdd9852e.tar.gz
nixpkgs-5de3b11960467aa2f26556ee5922a657bdd9852e.tar.bz2
nixpkgs-5de3b11960467aa2f26556ee5922a657bdd9852e.tar.lz
nixpkgs-5de3b11960467aa2f26556ee5922a657bdd9852e.tar.xz
nixpkgs-5de3b11960467aa2f26556ee5922a657bdd9852e.tar.zst
nixpkgs-5de3b11960467aa2f26556ee5922a657bdd9852e.zip
links 2: Simplify cross, no `crossAttrs` or `crossConfig`
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/links2/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/networking/browsers/links2/default.nix b/pkgs/applications/networking/browsers/links2/default.nix
index f504c3c2b33..f097d748d48 100644
--- a/pkgs/applications/networking/browsers/links2/default.nix
+++ b/pkgs/applications/networking/browsers/links2/default.nix
@@ -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";