3
0
Fork 0
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:
Peter Simons 2011-08-11 10:44:58 +00:00
parent b58bb45206
commit 7616f36ebf

View file

@ -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;