9 stdenv.mkDerivation rec {
10 pname = "ibus-bamboo";
11 version = "0.8.4-rc6";
13 src = fetchFromGitHub {
14 owner = "BambooEngine";
16 rev = "v" + lib.toUpper version;
17 sha256 = "sha256-8eBrgUlzrfQkgzr0/Nz/0FQ98UBdV0GQcZhJVbmyOg0=";
31 export GOCACHE="$TMPDIR/go-cache"
32 sed -i "s,/usr,$out," data/bamboo.xml
36 "PREFIX=${placeholder "out"}"
42 description = "Vietnamese IME for IBus";
43 homepage = "https://github.com/BambooEngine/ibus-bamboo";
44 license = licenses.gpl3;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ astronaut0212 ];