ghc-wrapper.nix: cosmetic

This commit is contained in:
Peter Simons
2012-09-13 15:12:43 +02:00
parent da6db0dc19
commit 13be1ff86e
+1 -1
View File
@@ -1,4 +1,4 @@
{stdenv, ghc, makeWrapper, coreutils}:
{ stdenv, ghc, makeWrapper, coreutils }:
stdenv.mkDerivation {
name = "ghc-${ghc.version}-wrapper";