Even more mirror:// fixes

This commit is contained in:
Evgeny Egorochkin
2013-07-14 04:17:07 +03:00
parent cea107c07f
commit b084b29d26
27 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
src = fetchurl {
url = http://sourceforge.net/projects/partimage/files/stable/0.6.9/partimage-0.6.9.tar.bz2;
url = mirror://sourceforge/partimage/partimage-0.6.9.tar.bz2;
sha256 = "0db6xiphk6xnlpbxraiy31c5xzj0ql6k4rfkmqzh665yyj0nqfkm";
};
configureFlags = "--with-ssl-headers=${openssl}/include/openssl";