haskell-generic-builder: drop "haskell-" prefix from interactive environment's names

This commit is contained in:
Peter Simons 2015-09-10 19:07:52 +02:00
parent 3e03b921a1
commit a3540d9bb7

View File

@ -271,7 +271,7 @@ stdenv.mkDerivation ({
isHaskellLibrary = hasActiveLibrary;
env = stdenv.mkDerivation {
name = "interactive-${optionalString (hasActiveLibrary && pname != "ghcjs") "haskell-"}${pname}-${version}-environment";
name = "interactive-${pname}-${version}-environment";
nativeBuildInputs = [ ghcEnv systemBuildInputs ];
LANG = "en_US.UTF-8";
LOCALE_ARCHIVE = optionalString stdenv.isLinux "${glibcLocales}/lib/locale/locale-archive";