remove old aliases of some packages
This commit is contained in:
parent
540e3a63e4
commit
4b1a60b7b1
|
@ -9619,7 +9619,6 @@ let
|
||||||
stdenv = overrideCC stdenv gcc49;
|
stdenv = overrideCC stdenv gcc49;
|
||||||
pulseSupport = config.pulseaudio or false;
|
pulseSupport = config.pulseaudio or false;
|
||||||
};
|
};
|
||||||
cmplayer = bomi;
|
|
||||||
|
|
||||||
cmus = callPackage ../applications/audio/cmus { };
|
cmus = callPackage ../applications/audio/cmus { };
|
||||||
|
|
||||||
|
@ -12166,14 +12165,6 @@ let
|
||||||
|
|
||||||
steam = callPackage ../games/steam/chrootenv.nix { };
|
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 { };
|
stuntrally = callPackage ../games/stuntrally { };
|
||||||
|
|
||||||
superTux = callPackage ../games/super-tux { };
|
superTux = callPackage ../games/super-tux { };
|
||||||
|
|
Loading…
Reference in New Issue