summary refs log tree commit diff
path: root/pkgs/development/python-modules/blivet
diff options
context:
space:
mode:
authorAlexey Lebedeff <alebedev@mirantis.com>2016-11-24 14:10:51 +0300
committerAlexey Lebedeff <alebedev@mirantis.com>2016-11-24 14:13:26 +0300
commit7e3176bca231912e8c11c279a9a99bf6a67a55df (patch)
tree8a4c3692c235329dfffaae657f61be13bab1debc /pkgs/development/python-modules/blivet
parentf9d787c67b5c8c5375cf11fb36869bb9479d2f2f (diff)
downloadnixpkgs-7e3176bca231912e8c11c279a9a99bf6a67a55df.tar
nixpkgs-7e3176bca231912e8c11c279a9a99bf6a67a55df.tar.gz
nixpkgs-7e3176bca231912e8c11c279a9a99bf6a67a55df.tar.bz2
nixpkgs-7e3176bca231912e8c11c279a9a99bf6a67a55df.tar.lz
nixpkgs-7e3176bca231912e8c11c279a9a99bf6a67a55df.tar.xz
nixpkgs-7e3176bca231912e8c11c279a9a99bf6a67a55df.tar.zst
nixpkgs-7e3176bca231912e8c11c279a9a99bf6a67a55df.zip
blivet: Remove unneccesary patching
Fixes https://github.com/NixOS/nixops/issues/552

`--cache` argument is now mandatory for `pvscan` both from hetzner rescue
system and from nixpkgs.
Diffstat (limited to 'pkgs/development/python-modules/blivet')
-rw-r--r--pkgs/development/python-modules/blivet/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/blivet/default.nix b/pkgs/development/python-modules/blivet/default.nix
index a55e1993ac3..42a7401b09d 100644
--- a/pkgs/development/python-modules/blivet/default.nix
+++ b/pkgs/development/python-modules/blivet/default.nix
@@ -28,7 +28,6 @@ in buildPythonPackage rec {
     }' blivet/formats/__init__.py
     sed -i -e 's|"lsof"|"${lsof}/bin/lsof"|' blivet/formats/fs.py
     sed -i -r -e 's|"(u?mount)"|"${utillinux}/bin/\1"|' blivet/util.py
-    sed -i -e '/pvscan/s/, *"--cache"//' blivet/devicelibs/lvm.py
   '';
 
   propagatedBuildInputs = [