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

View File

@@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
(textClosure localDefs [allBuild doForceShare doPropagate]);
meta = {
description = "Qi - next generation on top of Common Lisp";
inherit src;
};
}