1 { lib, mkDerivation, fetchFromGitHub, cmake, qtbase }:
4 pname = "kcolorpicker";
7 src = fetchFromGitHub {
11 sha256 = "sha256-ahmMj/yzQiRP9oJwDuhJGxe849kxNsoGFDZ2CGQNhKs=";
14 nativeBuildInputs = [ cmake ];
15 buildInputs = [ qtbase ];
18 description = "Qt based Color Picker with popup menu";
19 homepage = "https://github.com/ksnip/kColorPicker";
20 license = licenses.lgpl3Plus;
21 maintainers = with maintainers; [ fliegendewurst ];
22 platforms = platforms.linux;