all-packages.nix: don't print a message every time 'cmplayer' is evaluated

This commit is contained in:
Peter Simons 2015-02-03 20:24:52 +01:00
parent e01997e1ef
commit 1f25998a60

View file

@ -9631,8 +9631,7 @@ let
stdenv = overrideCC stdenv gcc49;
pulseSupport = config.pulseaudio or false;
};
cmplayer = builtins.trace "cmplayer is renamed to bomi" bomi;
cmplayer = bomi;
cmus = callPackage ../applications/audio/cmus { };