ghc-wrapper.nix: cosmetic
This commit is contained in:
parent
da6db0dc19
commit
13be1ff86e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{stdenv, ghc, makeWrapper, coreutils}:
|
||||
{ stdenv, ghc, makeWrapper, coreutils }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ghc-${ghc.version}-wrapper";
|
||||
|
|
Loading…
Reference in a new issue