From 427e749217c487b76cb9bbede9b8d63e54333a39 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Tue, 23 May 2017 02:27:35 +0200 Subject: [PATCH] pythonPackages.pants: remove warning this breaks evaluation of nixpkgs.tarball cc @copumpkin --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index e6bd20ba2b7..f40f60c6294 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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}";