Fixed several "package has no version" warnings

This commit is contained in:
Pascal Wittmann
2015-05-14 17:19:41 +02:00
parent 1103392dd9
commit 9c9c586534
11 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ debianPatch = fetchurl {
};
in
stdenv.mkDerivation {
name = "atftp";
name = "atftp-${version}";
inherit version;
src = fetchurl {
url = "mirror://debian/pool/main/a/atftp/atftp_${version}.dfsg.orig.tar.gz";