Remove illegal meta.src attributes

This commit is contained in:
Eelco Dolstra
2014-06-05 13:04:18 +02:00
parent 246edc3df2
commit 1da6a7d4a9
8 changed files with 11 additions and 29 deletions
-1
View File
@@ -31,6 +31,5 @@ stdenv.mkDerivation rec {
[ installPhase doForceShare doPropagate]);
meta = {
description = "XMPP server in Java";
inherit src;
};
}