1 { fetchFromGitHub, lib, stdenv }:
3 stdenv.mkDerivation rec {
4 pname = "glowing-bear";
7 src = fetchFromGitHub {
9 owner = "glowing-bear";
10 repo = "glowing-bear";
11 sha256 = "0lf0j72m6rwlgqssdxf0m9si99lah08lww7q7i08p5i5lpv6zh2s";
16 cp index.html serviceworker.js webapp.manifest.json $out
17 cp -R 3rdparty assets css directives js $out
21 description = "Web client for Weechat";
22 homepage = "https://github.com/glowing-bear/glowing-bear";
23 license = licenses.gpl3Plus;
25 platforms = platforms.unix;