summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-04-13 17:27:40 +0100
committerGitHub <noreply@github.com>2020-04-13 17:27:40 +0100
commit326756bbebf7114ea11b5db7d544a3b08d9c59c6 (patch)
tree3a2112b9c56479c27d5c555a77095dfe6dc8b7f2
parent4c3f1d321aa9292f59455099c7107f42ac9b3c47 (diff)
parentcdc110e6d1d937e51e97a3850e26de07affefa29 (diff)
downloadnixpkgs-326756bbebf7114ea11b5db7d544a3b08d9c59c6.tar
nixpkgs-326756bbebf7114ea11b5db7d544a3b08d9c59c6.tar.gz
nixpkgs-326756bbebf7114ea11b5db7d544a3b08d9c59c6.tar.bz2
nixpkgs-326756bbebf7114ea11b5db7d544a3b08d9c59c6.tar.lz
nixpkgs-326756bbebf7114ea11b5db7d544a3b08d9c59c6.tar.xz
nixpkgs-326756bbebf7114ea11b5db7d544a3b08d9c59c6.tar.zst
nixpkgs-326756bbebf7114ea11b5db7d544a3b08d9c59c6.zip
Merge pull request #85149 from snicket2100/bookworm-upgrade
bookworm: unstable-2018-11-19 -> 1.1.2
-rw-r--r--pkgs/applications/office/bookworm/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/applications/office/bookworm/default.nix b/pkgs/applications/office/bookworm/default.nix
index f7ec9bf5c60..90b6c2fefc5 100644
--- a/pkgs/applications/office/bookworm/default.nix
+++ b/pkgs/applications/office/bookworm/default.nix
@@ -1,15 +1,16 @@
 { stdenv, fetchFromGitHub, pantheon, vala, python3, python2, pkgconfig, libxml2, meson, ninja, gtk3, gnome3, glib, webkitgtk, libgee
-, gobject-introspection, sqlite, poppler, poppler_utils, html2text, curl, gnugrep, coreutils, bash, unzip, unar, wrapGAppsHook }:
+, gobject-introspection, sqlite, poppler, poppler_utils, html2text, curl, gnugrep, coreutils, bash, unzip, unar, wrapGAppsHook
+, appstream, desktop-file-utils }:
 
 stdenv.mkDerivation rec {
   pname = "bookworm";
-  version = "unstable-2018-11-19";
+  version = "1.1.2";
 
   src = fetchFromGitHub {
     owner = "babluboy";
     repo = pname;
-    rev = "4c3061784ff42151cac77d12bf2a28bf831fdfc5";
-    sha256 = "0yrqxa60xlvz249kx966z5krx8i7h17ac0hjgq9p8f0irzy5yp0n";
+    rev = version;
+    sha256 = "0w0rlyahpgx0l6inkbj106agbnr2czil0vdcy1zzv70apnjz488j";
   };
 
   nativeBuildInputs = [
@@ -35,6 +36,8 @@ stdenv.mkDerivation rec {
     python2
     sqlite
     webkitgtk
+    appstream
+    desktop-file-utils
   ];
 
   postPatch = ''