From 4f62c426936a162b9bc34e300ba032823bda1bb8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 29 Apr 2015 08:23:56 +0200 Subject: nixops: Patch manual expression file as well. We could use find to recursively replace all references, but let's just do it one-by-one, because NixOps still has a few references that cannot be changed right now. Signed-off-by: aszlig --- pkgs/nixops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/nixops') diff --git a/pkgs/nixops/default.nix b/pkgs/nixops/default.nix index c2894823..9c3f4274 100644 --- a/pkgs/nixops/default.nix +++ b/pkgs/nixops/default.nix @@ -36,7 +36,7 @@ let postPatch = '' sed -i -re 's!]*)>!${import ../../nixpkgs-path.nix}\1!g' \ - release.nix + release.nix doc/manual/default.nix ''; installPhase = '' -- cgit 1.4.1