summary refs log tree commit diff
path: root/pkgs/servers/xmpp
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2020-12-12 18:02:10 +0100
committertomberek <tomberek@users.noreply.github.com>2021-02-25 06:25:56 -0500
commita98ed9ee685453ae44617d7e3680bd86e1a234fb (patch)
treea7856d39e88e27cf2366450da07e679354c4177f /pkgs/servers/xmpp
parent43d0a79e78d3c05060f361582b85719b82b0cedf (diff)
downloadnixpkgs-a98ed9ee685453ae44617d7e3680bd86e1a234fb.tar
nixpkgs-a98ed9ee685453ae44617d7e3680bd86e1a234fb.tar.gz
nixpkgs-a98ed9ee685453ae44617d7e3680bd86e1a234fb.tar.bz2
nixpkgs-a98ed9ee685453ae44617d7e3680bd86e1a234fb.tar.lz
nixpkgs-a98ed9ee685453ae44617d7e3680bd86e1a234fb.tar.xz
nixpkgs-a98ed9ee685453ae44617d7e3680bd86e1a234fb.tar.zst
nixpkgs-a98ed9ee685453ae44617d7e3680bd86e1a234fb.zip
biboumi: 8.5 -> 9.0
Diffstat (limited to 'pkgs/servers/xmpp')
-rw-r--r--pkgs/servers/xmpp/biboumi/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/servers/xmpp/biboumi/default.nix b/pkgs/servers/xmpp/biboumi/default.nix
index 762154f018c..74d8d9ae520 100644
--- a/pkgs/servers/xmpp/biboumi/default.nix
+++ b/pkgs/servers/xmpp/biboumi/default.nix
@@ -1,13 +1,13 @@
 { lib, stdenv, fetchurl, fetchgit, cmake, libuuid, expat, sqlite, libidn,
-  libiconv, botan2, systemd, pkg-config, udns, pandoc, coreutils } :
+  libiconv, botan2, systemd, pkg-config, udns, coreutils, python3Packages } :
 
 stdenv.mkDerivation rec {
   pname = "biboumi";
-  version = "8.5";
+  version = "9.0";
 
   src = fetchurl {
     url = "https://git.louiz.org/biboumi/snapshot/biboumi-${version}.tar.xz";
-    sha256 = "0rn9p99iqdyvxjzjq9w0ra7pkk0mngjy65nlg3hqfdw8kq9mv5qf";
+    sha256 = "1jvygri165aknmvlinx3jb8cclny6cxdykjf8dp0a3l3228rmzqy";
   };
 
   louiz_catch = fetchgit {
@@ -18,9 +18,10 @@ stdenv.mkDerivation rec {
 
   patches = [ ./catch.patch ];
 
-  nativeBuildInputs = [ cmake pkg-config pandoc ];
+  nativeBuildInputs = [ cmake pkg-config python3Packages.sphinx ];
   buildInputs = [ libuuid expat sqlite libiconv libidn botan2 systemd
     udns ];
+  buildFlags = [ "all" "man" ];
 
   preConfigure = ''
     substituteInPlace CMakeLists.txt --replace /etc/biboumi $out/etc/biboumi