13 stdenv.mkDerivation rec {
14 pname = "ibus-bamboo";
17 src = fetchFromGitHub {
18 owner = "BambooEngine";
21 sha256 = "sha256-H7me34KfhDD7BNEEKkhYXo9DLeclO7N19e961BOh1Ho=";
41 export GOCACHE="$TMPDIR/go-cache"
42 sed -i "s,/usr,$out," bamboo.xml
46 "PREFIX=${placeholder "out"}"
52 description = "A Vietnamese IME for IBus";
53 homepage = "https://github.com/BambooEngine/ibus-bamboo";
54 license = licenses.gpl3;
55 platforms = platforms.linux;
56 maintainers = with maintainers; [ superbo ];