cgui: add license
This commit is contained in:
parent
3ddeb521d8
commit
859de17f15
1 changed files with 1 additions and 0 deletions
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A multiplatform basic GUI library";
|
||||
maintainers = [ maintainers.raskin ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.free;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue