From ef0ec8656729ad9bb1a4ade77551d4076383884a Mon Sep 17 00:00:00 2001 From: Adrian PK Date: Sun, 15 Jan 2017 03:48:31 +0100 Subject: [PATCH] blivet: Add patch to set NTFS formattable Even though the ntfs3g utilities are available inside our test environment, the format didn't get advertised as formattable because the _formattable attribute wasn't set to True. Submitted upstream at: https://github.com/rhinstaller/blivet/pull/536 Signed-off-by: aszlig --- .../python-modules/blivet/default.nix | 4 +++- .../python-modules/blivet/ntfs-formattable.patch | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 pkgs/development/python-modules/blivet/ntfs-formattable.patch 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 <