16 stdenv.mkDerivation rec {
17 pname = "emulsion-palette";
20 src = fetchFromGitHub {
24 sha256 = "sha256-xG7yZKbbNao/pzFhdTMof/lw9K12NKZi47YRaEd65ok=";
27 nativeBuildInputs = [ meson ninja pkg-config vala wrapGAppsHook4 ];
31 gtk3 # We're only using it for the gtk-update-icon-cache utility.
38 ln -s $out/bin/io.github.lainsce.Emulsion $out/bin/emulsion-palette
42 description = "Store your color palettes in an easy way";
43 homepage = "https://github.com/lainsce/emulsion";
44 license = licenses.gpl3Only;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ foo-dogsquared ];