18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 sha256 = "sha256-E6rACj25rdV5dww91PzYEX1r2A9YLNgAVyiYceP1KI8=";
37 gnome3.adwaita-icon-theme
53 "-DCOG_USE_WEBKITGTK=ON"
56 # not ideal, see https://github.com/WebPlatformForEmbedded/libwpe/issues/59
58 wrapProgram $out/bin/cog \
59 --prefix LD_LIBRARY_PATH : ${libwpe-fdo}/lib
63 description = "A small single “window” launcher for the WebKit WPE port";
64 license = licenses.mit;
65 maintainers = [ maintainers.matthewbauer ];
66 platforms = platforms.linux;