Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pythonPackages.pants: remove warning
Browse files Browse the repository at this point in the history
this breaks evaluation of nixpkgs.tarball

cc @copumpkin
  • Loading branch information
globin committed May 23, 2017
1 parent 178a506 commit 427e749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -8286,8 +8286,8 @@ in {
};

# These used to be here but were moved to all-packages, but I'll leave them around for a while.
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;
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;
pants = pkgs.pants;
pants13-pre = pkgs.pants13-pre;

paperwork-backend = buildPythonPackage rec {
name = "paperwork-backend-${version}";
Expand Down

0 comments on commit 427e749

Please sign in to comment.