summary refs log tree commit diff
path: root/pkgs/applications/graphics/freecad
diff options
context:
space:
mode:
authorEric Seidel <gridaphobe@gmail.com>2015-01-14 20:59:10 -0800
committerEric Seidel <gridaphobe@gmail.com>2015-01-14 20:59:10 -0800
commitf27273039986dc634333b125aa975d3a7f812a3d (patch)
treedd2608a773d0c4b386c4cdc0de1baef4ae22ac91 /pkgs/applications/graphics/freecad
parentb070eacfcdc6be36b2d4aca7c8764cba34e7af58 (diff)
downloadnixpkgs-f27273039986dc634333b125aa975d3a7f812a3d.tar
nixpkgs-f27273039986dc634333b125aa975d3a7f812a3d.tar.gz
nixpkgs-f27273039986dc634333b125aa975d3a7f812a3d.tar.bz2
nixpkgs-f27273039986dc634333b125aa975d3a7f812a3d.tar.lz
nixpkgs-f27273039986dc634333b125aa975d3a7f812a3d.tar.xz
nixpkgs-f27273039986dc634333b125aa975d3a7f812a3d.tar.zst
nixpkgs-f27273039986dc634333b125aa975d3a7f812a3d.zip
rename <gcc-frontend>.gcc to <gcc-frontend>.cc
Diffstat (limited to 'pkgs/applications/graphics/freecad')
-rw-r--r--pkgs/applications/graphics/freecad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/freecad/default.nix b/pkgs/applications/graphics/freecad/default.nix
index a7665177046..57dd49f7eb7 100644
--- a/pkgs/applications/graphics/freecad/default.nix
+++ b/pkgs/applications/graphics/freecad/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   # This should work on both x86_64, and i686 linux
   preBuild = ''
-    export NIX_LDFLAGS="-L${gfortran.gcc}/lib64 -L${gfortran.gcc}/lib $NIX_LDFLAGS";
+    export NIX_LDFLAGS="-L${gfortran.cc}/lib64 -L${gfortran.cc}/lib $NIX_LDFLAGS";
   '';
 
   postInstall = ''