all-packages.nix: don't print a message every time 'cmplayer' is evaluated
This commit is contained in:
parent
e01997e1ef
commit
1f25998a60
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user