cjdns: Don't include "-git" in the package name

This commit is contained in:
Eelco Dolstra 2014-02-18 19:05:59 +01:00
parent ca70ccb5c1
commit 3c7aa5aa8f

View File

@ -4,7 +4,7 @@ let
rev = "f7b02ac0cc";
in
stdenv.mkDerivation {
name = "cjdns-git-20130620-${stdenv.lib.strings.substring 0 7 rev}";
name = "cjdns-20130620-${stdenv.lib.strings.substring 0 7 rev}";
src = fetchgit {
url = "https://github.com/cjdelisle/cjdns.git";