remove old aliases of some packages

This commit is contained in:
Nikolay Amiantov 2015-02-06 01:42:50 +03:00
parent 540e3a63e4
commit 4b1a60b7b1

View file

@ -9619,7 +9619,6 @@ let
stdenv = overrideCC stdenv gcc49;
pulseSupport = config.pulseaudio or false;
};
cmplayer = bomi;
cmus = callPackage ../applications/audio/cmus { };
@ -12166,14 +12165,6 @@ let
steam = callPackage ../games/steam/chrootenv.nix { };
steamChrootEnv = steam.overrideDerivation (args: {
buildCommand = ''
${args.buildCommand}
echo >&2 "'steamChrootEnv' is replaced with 'steam' now"
echo >&2 "You now need just to run 'steam' without root rights"
'';
});
stuntrally = callPackage ../games/stuntrally { };
superTux = callPackage ../games/super-tux { };