14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 hash = "sha256-Z17YpdAAr2wvDFkrAosyCN6Y/wsFVkiB9IDvXuP9lYo=";
26 # gpick/cmake/Version.cmake
30 url = "https://raw.githubusercontent.com/archlinux/svntogit-community/1d53a9aace4bb60300e52458bb1577d248cb87cd/trunk/buildfix.diff";
31 hash = "sha256-DnRU90VPyFhLYTk4GPJoiVYadJgtYgjMS4MLgmpYLP0=";
35 nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ];
36 buildInputs = [ boost gtk3 ragel lua ];
39 description = "Advanced color picker written in C++ using GTK+ toolkit";
40 homepage = "http://www.gpick.org/";
41 license = licenses.bsd3;
42 maintainers = [ maintainers.vanilla ];
43 platforms = platforms.linux;
44 mainProgram = "gpick";