summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-05-09 17:28:52 +0200
committerzimbatm <zimbatm@zimbatm.com>2016-05-10 22:16:11 +0100
commit988b151fa1c04183f6ff0b01e47e0da24fdd870b (patch)
treecf9ffe9eb254d1b1f1fab4067f55816399b04e47 /pkgs/top-level/python-packages.nix
parent9adb332c6d6d14470061e3c08e7662dc71d78c33 (diff)
letsencrypt: 0.4.0 -> 0.5.0
seems like the dependency on gnureadline is more or less optional for
letsencrypt itself but the tests will not pass without it
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index d3ff56d5c9f7f..f5840461b80d2 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -267,8 +267,7 @@ in modules // {
     ];
 
     buildInputs = with self; [ nose ];
-
-    sourceRoot = "letsencrypt-v${version}-src/acme";
+    postUnpack = "sourceRoot=\${sourceRoot}/acme";
   };
 
   # Maintained for simp_le compatibility