From 5024e035428960b6177ab9c90879eb648f41ffa2 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 1 Apr 2016 16:48:11 -0500 Subject: [PATCH] pythonPackages.pyramid_beaker: 0.7 -> 0.8, mark as broken Beaker was updated to 1.8.0 which caused pyramid_beaker to fail tests. 0.8 was released in 2013. --- pkgs/top-level/python-packages.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index e3b90347114..f55d60a21ba 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -7099,11 +7099,11 @@ in modules // { pyramid_beaker = buildPythonPackage rec { - name = "pyramid_beaker-0.7"; + name = "pyramid_beaker-0.8"; src = pkgs.fetchurl { url = "http://pypi.python.org/packages/source/p/pyramid_beaker/${name}.tar.gz"; - sha256 = "c76578dac3ea717e9ca89c327daf13975987d0b8827d15157319c20614fab74a"; + sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p"; }; propagatedBuildInputs = with self; [ beaker pyramid ]; @@ -7111,6 +7111,7 @@ in modules // { meta = { maintainers = with maintainers; [ iElectric ]; platforms = platforms.all; + broken = true; }; };