mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
biboumi: 8.5 -> 9.0
This commit is contained in:
parent
43d0a79e78
commit
a98ed9ee68
@ -1,13 +1,13 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchgit, cmake, libuuid, expat, sqlite, libidn,
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "biboumi";
|
pname = "biboumi";
|
||||||
version = "8.5";
|
version = "9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://git.louiz.org/biboumi/snapshot/biboumi-${version}.tar.xz";
|
url = "https://git.louiz.org/biboumi/snapshot/biboumi-${version}.tar.xz";
|
||||||
sha256 = "0rn9p99iqdyvxjzjq9w0ra7pkk0mngjy65nlg3hqfdw8kq9mv5qf";
|
sha256 = "1jvygri165aknmvlinx3jb8cclny6cxdykjf8dp0a3l3228rmzqy";
|
||||||
};
|
};
|
||||||
|
|
||||||
louiz_catch = fetchgit {
|
louiz_catch = fetchgit {
|
||||||
@ -18,9 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./catch.patch ];
|
patches = [ ./catch.patch ];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config pandoc ];
|
nativeBuildInputs = [ cmake pkg-config python3Packages.sphinx ];
|
||||||
buildInputs = [ libuuid expat sqlite libiconv libidn botan2 systemd
|
buildInputs = [ libuuid expat sqlite libiconv libidn botan2 systemd
|
||||||
udns ];
|
udns ];
|
||||||
|
buildFlags = [ "all" "man" ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace CMakeLists.txt --replace /etc/biboumi $out/etc/biboumi
|
substituteInPlace CMakeLists.txt --replace /etc/biboumi $out/etc/biboumi
|
||||||
|
Loading…
Reference in New Issue
Block a user