diff --git a/pkgs/development/compilers/ghc/wrapper.nix b/pkgs/development/compilers/ghc/wrapper.nix index e0b70526501..932cf634301 100644 --- a/pkgs/development/compilers/ghc/wrapper.nix +++ b/pkgs/development/compilers/ghc/wrapper.nix @@ -1,7 +1,7 @@ {stdenv, ghc}: stdenv.mkDerivation { - name = "${ghc.name}-wrapper"; + name = "ghc-wrapper-${ghc.version}"; propagatedBuildInputs = [ghc];