remove old aliases of some packages
This commit is contained in:
@@ -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 { };
|
||||||
|
|||||||
Reference in New Issue
Block a user