Update default.nix
This commit is contained in:
parent
9e9e628417
commit
682f215084
1 changed files with 2 additions and 0 deletions
|
@ -25,5 +25,7 @@ buildInputs = [ gtk perl perlXMLParser pkgconfig ];
|
|||
meta = {
|
||||
description = "Simple GTK+2 color selector";
|
||||
homepage = http://gcolor2.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [ notthemessiah ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue