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
@@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
(textClosure localDefs ["preConfigure" "doConfigure" "doMakeInstall" "doForceShare" "doPropagate"]);
meta = {
description = "Construo masses and springs simulation";
inherit src;
};
}