ode: add licenes

This commit is contained in:
Markus Kowalewski 2018-10-25 21:50:01 +02:00
parent b21b369c6d
commit 8e7f191c27
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -9,8 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "0l63ymlkgfp5cb0ggqwm386lxmc3al21nb7a07dd49f789d33ib5";
};
meta = {
meta = with stdenv.lib; {
description = "Open Dynamics Engine";
platforms = stdenv.lib.platforms.linux;
homepage = https://sourceforge.net/projects/opende;
platforms = platforms.linux;
license = with licenses; [ bsd3 lgpl21 lgpl3 zlib ];
};
}