17 stdenv.mkDerivation rec {
18 pname = "emulsion-palette";
21 src = fetchFromGitHub {
25 sha256 = "sha256-xG7yZKbbNao/pzFhdTMof/lw9K12NKZi47YRaEd65ok=";
38 gtk3 # We're only using it for the gtk-update-icon-cache utility.
45 ln -s $out/bin/io.github.lainsce.Emulsion $out/bin/emulsion-palette
49 description = "Store your color palettes in an easy way";
50 homepage = "https://github.com/lainsce/emulsion";
51 license = licenses.gpl3Only;
52 platforms = platforms.linux;
53 maintainers = with maintainers; [ foo-dogsquared ];