···3940 #doCheck = false;
4142- meta = {
43 description = "A 3D editor with support for procedural editing";
44 homepage = http://www.k-3d.org/;
45- platforms = with stdenv.lib.platforms;
46- linux;
47- maintainers = with stdenv.lib.maintainers;
48- [raskin];
49 };
50}
···3940 #doCheck = false;
4142+ meta = with stdenv.lib; {
43 description = "A 3D editor with support for procedural editing";
44 homepage = http://www.k-3d.org/;
45+ platforms = platforms.linux;
46+ maintainers = [ maintainers.raskin ];
47+ license = licenses.gpl2;
048 };
49}