ghc-wrapper.nix: cosmetic

This commit is contained in:
Peter Simons 2012-09-13 14:50:38 +02:00
parent da6db0dc19
commit 13be1ff86e

View file

@ -1,4 +1,4 @@
{stdenv, ghc, makeWrapper, coreutils}:
{ stdenv, ghc, makeWrapper, coreutils }:
stdenv.mkDerivation {
name = "ghc-${ghc.version}-wrapper";