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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user