mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ibus: 1.5.33 -> 1.5.34
Diff: https://github.com/ibus/ibus/compare/1.5.33...1.5.34 Changelog: https://github.com/ibus/ibus/releases/tag/1.5.34
This commit is contained in:
parent
501880c9da
commit
b68c3b9b4d
2 changed files with 2 additions and 17 deletions
|
|
@ -67,13 +67,13 @@ in
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ibus";
|
||||
version = "1.5.33";
|
||||
version = "1.5.34";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ibus";
|
||||
repo = "ibus";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-cpNZI6KbL9zUJHw1szpWl4lOEAvlBdd+FA6xGh1sYYY=";
|
||||
hash = "sha256-MCxzMnG+g2FC4pZtDOP2c7vSRG5Zk6EfrkGnEyFvBfQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
@ -88,8 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
PYTHON = null;
|
||||
})
|
||||
./build-without-dbus-launch.patch
|
||||
# https://github.com/NixOS/nixpkgs/issues/230290
|
||||
./vala-parallelism.patch
|
||||
];
|
||||
|
||||
outputs = [
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/ui/gtk3/Makefile.am b/ui/gtk3/Makefile.am
|
||||
index 3ada6501..2066a8f5 100644
|
||||
--- a/ui/gtk3/Makefile.am
|
||||
+++ b/ui/gtk3/Makefile.am
|
||||
@@ -304,6 +304,8 @@ panelbinding.o: $(srcdir)/panelbinding.c
|
||||
$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
|
||||
$(NULL)
|
||||
|
||||
+.NOTPARALLEL:
|
||||
+
|
||||
MAINTAINERCLEANFILES += extension.c panelbinding.c
|
||||
|
||||
man_seven_DATA = ibus-emoji.7
|
||||
Loading…
Add table
Add a link
Reference in a new issue