Skip to content

Commit 427e749

Browse files
committedMay 23, 2017
pythonPackages.pants: remove warning
this breaks evaluation of nixpkgs.tarball cc @copumpkin
1 parent 178a506 commit 427e749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/python-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8286,8 +8286,8 @@ in {
82868286
};
82878287

82888288
# These used to be here but were moved to all-packages, but I'll leave them around for a while.
8289-
pants = stdenv.lib.warn "Please refer to pants from the top level rather than from pythonPackages. This attribute will disappear by 2017-08-22." pkgs.pants;
8290-
pants13-pre = stdenv.lib.warn "Please refer to pants13-pre from the top level rather than from pythonPackages. This attribute will disappear by 2017-08-22." pkgs.pants13-pre;
8289+
pants = pkgs.pants;
8290+
pants13-pre = pkgs.pants13-pre;
82918291

82928292
paperwork-backend = buildPythonPackage rec {
82938293
name = "paperwork-backend-${version}";

0 commit comments

Comments
 (0)