Skip to content

Commit

Permalink
far2l: fix clang build
Browse files Browse the repository at this point in the history
/cc ZHF #36454
  • Loading branch information
LnL7 committed Mar 17, 2018
1 parent f54cd16 commit 879f144
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8655,7 +8655,9 @@ with pkgs;
inherit (pkgs.gnome2) gtkglext;
};

far2l = callPackage ../applications/misc/far2l { };
far2l = callPackage ../applications/misc/far2l {
stdenv = if stdenv.cc.isClang then llvmPackages_4.stdenv else stdenv;
};

farbfeld = callPackage ../development/libraries/farbfeld { };

Expand Down

0 comments on commit 879f144

Please sign in to comment.