fixup "git-export" directory names

All tested to build.
For freetalk the hash change seems unrelated to fetchgit changes.

FIXME: it might be suitable to adapt nix-prefetch-git.
This commit is contained in:
Vladimír Čunát
2015-01-13 17:46:09 +01:00
parent 664d0fbbba
commit 3dfd87d7af
6 changed files with 9 additions and 14 deletions
+1 -4
View File
@@ -12,11 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ openldap openssl popt glib ncurses readline pkgconfig cyrus_sasl autoconf automake ];
setSourceRoot = ''
sourceRoot=git-export/ldapvi
'';
preConfigure = ''
cd ldapvi
./autogen.sh
'';