Revert "python-packages.nix: updated 'disabled' attributes to reduce the number of evaluation errors in http://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors"

This reverts commit a250e9b908.

See 71a9aa10ca25f5659a657d8910e11f36c3439a36
This commit is contained in:
Domen Kožar
2015-02-25 09:22:23 +01:00
parent b653e3f661
commit 67f9edc98e
2 changed files with 5 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, buildPythonPackage, pykickstart, pyparted, pyblock
, pyudev, six, libselinux, cryptsetup, multipath_tools, lsof, utillinux, isPy3k
, pyudev, six, libselinux, cryptsetup, multipath_tools, lsof, utillinux
}:
let
@@ -9,7 +9,6 @@ let
in buildPythonPackage rec {
name = "blivet-${version}";
version = "0.67";
disabled = isPy3k; # for urlgrabber
src = fetchFromGitHub {
owner = "dwlehman";