about summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-12-28 21:21:24 +0100
committerLluís Batlle i Rossell <viric@viric.name>2012-12-28 21:21:24 +0100
commitc4cc88aca248edc50710e8ae21f0c7cb5f95fa03 (patch)
treeed4112c50a04b2d2cbf5eab6d942ab0b3df61ee0 /pkgs/development/libraries/glibc
parent4485ee59166a25106136b3e77f6e731fd39d82fd (diff)
parent719ba63004b54d67b3c0362efe02568acb42965c (diff)
downloadnixlib-c4cc88aca248edc50710e8ae21f0c7cb5f95fa03.tar
nixlib-c4cc88aca248edc50710e8ae21f0c7cb5f95fa03.tar.gz
nixlib-c4cc88aca248edc50710e8ae21f0c7cb5f95fa03.tar.bz2
nixlib-c4cc88aca248edc50710e8ae21f0c7cb5f95fa03.tar.lz
nixlib-c4cc88aca248edc50710e8ae21f0c7cb5f95fa03.tar.xz
nixlib-c4cc88aca248edc50710e8ae21f0c7cb5f95fa03.tar.zst
nixlib-c4cc88aca248edc50710e8ae21f0c7cb5f95fa03.zip
Merge branch 'pi-stdenv-updates' of https://github.com/viric/nixpkgs into pi-stdenv-updates
Diffstat (limited to 'pkgs/development/libraries/glibc')
-rw-r--r--pkgs/development/libraries/glibc/2.13/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/glibc/2.13/common.nix b/pkgs/development/libraries/glibc/2.13/common.nix
index 10ce4f459e6f..8be076f335c0 100644
--- a/pkgs/development/libraries/glibc/2.13/common.nix
+++ b/pkgs/development/libraries/glibc/2.13/common.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation ({
   inherit kernelHeaders installLocales;
 
   # The host/target system.
-  crossConfig = if (cross != null) then cross.config else null;
+  crossConfig = if cross != null then cross.config else null;
 
   inherit (stdenv) is64bit;