diff --git a/pkgs/development/python-modules/blivet/default.nix b/pkgs/development/python-modules/blivet/default.nix index aef2b36214fa2..26b1886e4c3ed 100644 --- a/pkgs/development/python-modules/blivet/default.nix +++ b/pkgs/development/python-modules/blivet/default.nix @@ -19,7 +19,9 @@ buildPythonPackage rec { # Only works with Python 3! disabled = !isPy3k; - patches = [ ./no-hawkey.patch ./test-fixes.patch ./uuids.patch ]; + patches = [ + ./no-hawkey.patch ./test-fixes.patch ./uuids.patch ./ntfs-formattable.patch + ]; postPatch = '' cat > blivet/kickstart_stubs.py <