···1515 qmake PREFIX="$out"
1616 '';
17171818- meta = {
1818+ meta = with stdenv.lib; {
1919 description = "A mind-mapping software";
2020 longDescription = ''
2121 VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts.
···2828 vym offers much more features to work with such maps.
2929 '';
3030 homepage = http://www.insilmaril.de/vym/;
3131- license = stdenv.lib.licenses.gpl2;
3232- maintainer = [ stdenv.lib.maintainers.AndersonTorres ];
3333- platforms = stdenv.lib.platforms.linux;
3131+ license = licenses.gpl2;
3232+ maintainer = [ maintainers.AndersonTorres ];
3333+ platforms = platforms.linux;
3434 };
3535}
+9-9
pkgs/applications/misc/xiphos/default.nix
···77, libgsf, gconf
88, gtkhtml, libgtkhtml, libglade, scrollkeeper
99, webkitgtk
1010-, dbus_glib, enchant, isocodes, libuuid
1111-}:
1010+, dbus_glib, enchant, isocodes, libuuid }:
12111312stdenv.mkDerivation rec {
1413 name = "xiphos-${version}";
···4241 python waf install
4342 '';
44434545- meta = {
4444+ meta = with stdenv.lib; {
4645 description = "A GTK Bible study tool";
4746 longDescription = ''
4848- Xiphos (formerly known as GnomeSword) is a Bible study tool written for Linux, UNIX,
4949- and Windows using GTK, offering a rich and featureful environment for reading, study,
5050- and research using modules from The SWORD Project and elsewhere.
4747+ Xiphos (formerly known as GnomeSword) is a Bible study tool
4848+ written for Linux, UNIX, and Windows using GTK, offering a rich
4949+ and featureful environment for reading, study, and research using
5050+ modules from The SWORD Project and elsewhere.
5151 '';
5252 homepage = http://www.xiphos.org/;
5353- license = stdenv.lib.licenses.gpl2Plus;
5454- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
5555- platforms = stdenv.lib.platforms.linux;
5353+ license = licenses.gpl2Plus;
5454+ maintainers = [ maintainers.AndersonTorres ];
5555+ platforms = platforms.linux;
5656 };
5757}
···22, freetype, fribidi
33, libXext, libXft, libXpm, libXrandr, libXrender, xextproto
44, libXinerama
55-, imlib2
66-}:
55+, imlib2 }:
7687stdenv.mkDerivation rec {
98···1716 sha256 = "164dd7bf59791d09a1e729a4fcd5e7347a1004ba675629860a5cf1a271c32983";
1817 };
19182020- meta = {
1919+ meta = with stdenv.lib; {
2120 description = "Full-featured, light-resource X window manager";
2221 longDescription = ''
2323- Fluxbox is a X window manager based on Blackbox 0.61.1 window manager sources.
2424- It is very light on resources and easy to handle but yet full of features to make an easy,
2525- and extremely fast, desktop experience. It is written in C++ and licensed under MIT license.
2222+ Fluxbox is a X window manager based on Blackbox 0.61.1 window
2323+ manager sources. It is very light on resources and easy to
2424+ handle but yet full of features to make an easy, and extremely
2525+ fast, desktop experience. It is written in C++ and licensed
2626+ under MIT license.
2627 '';
2728 homepage = http://fluxbox.org/;
2828- license = stdenv.lib.licenses.mit;
2929- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
3030- platforms = stdenv.lib.platforms.linux;
2929+ license = licenses.mit;
3030+ maintainers = [ maintainers.AndersonTorres ];
3131+ platforms = platforms.linux;
3132 };
3233}
3334# Many thanks Jack Ryan from Nix-dev mailing list!