This commit is contained in:
Domen Kožar
2014-10-23 00:13:31 +02:00
parent 80585d4599
commit efea92de19
9 changed files with 9 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ interface to the Pango text rendering library";
homepage = http://www.pango.org/;
# TODO license = with licenses; [ lgpl2 lgpl21 ];
license = with licenses; [ lgpl2 lgpl21 ];
maintainers = with maintainers; [ lovek323 raskin ];
platforms = platforms.unix;