summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-30 17:30:51 +0100
committerPeter Simons <simons@cryp.to>2013-01-30 17:30:51 +0100
commitf929eecfa7209638ef1d9d86cb26db188be069ca (patch)
tree83a8ed7974366c1703cd108ec9f9c152a2f7030c /pkgs
parent78487562836179a0d61eee26d44a921f0792c61b (diff)
ghc-7.6.2: cosmetic, no functional change
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ghc/7.6.2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/7.6.2.nix b/pkgs/development/compilers/ghc/7.6.2.nix
index e10dcf08b77c5..fd678d090a274 100644
--- a/pkgs/development/compilers/ghc/7.6.2.nix
+++ b/pkgs/development/compilers/ghc/7.6.2.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
   '';
 
-  configureFlags=[
+  configureFlags = [
     "--with-gcc=${stdenv.gcc}/bin/gcc"
   ];