forked from mirrors/nixpkgs
pkgs/top-level/all-packages.nix: removed obsolete sonicVisualiser attribute
I'm getting a trace message from this attribute every time I run nix-env. The warning appears to be superfluous, though, because there is no reference to sonicVisualiser in all of nixpkgs. svn path=/nixpkgs/trunk/; revision=28486
This commit is contained in:
parent
b58bb45206
commit
7616f36ebf
|
@ -7142,8 +7142,6 @@ let
|
|||
guile = guile_1_8;
|
||||
};
|
||||
|
||||
sonicVisualiser = builtins.trace "Use sonic_visualiser instead of sonicVisualiser" pkgs.sonic_visualiser;
|
||||
|
||||
sonic_visualiser = callPackage ../applications/audio/sonic-visualiser {
|
||||
inherit (pkgs.vamp) vampSDK;
|
||||
inherit (pkgs.xlibs) libX11;
|
||||
|
|
Loading…
Reference in a new issue