snapper: fix build with new boost

wip/yesman
Nikolay Amiantov 7 years ago
parent 593c6a8ba3
commit cb744d55c5
  1. 10
      pkgs/tools/misc/snapper/default.nix

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ stdenv, fetchFromGitHub, fetchpatch
, autoreconfHook, pkgconfig, docbook_xsl, libxslt, docbook_xml_dtd_45
, acl, attr, boost, btrfs-progs, dbus_libs, diffutils, e2fsprogs, libxml2
, lvm2, pam, python, utillinux }:
@ -14,6 +14,14 @@ stdenv.mkDerivation rec {
sha256 = "14hrv23film4iihyclcvc2r2dgxl8w3as50r81xjjc85iyp6yxkm";
};
patches = [
# Fix build with new Boost
(fetchpatch {
url = "https://github.com/openSUSE/snapper/commit/2e3812d2c1d1f54861fb79f5c2b0197de96a00a3.patch";
sha256 = "0yrzss1v7lmcvkajmchz917yqsvlsdfz871szzw790v6pql1322s";
})
];
nativeBuildInputs = [
autoreconfHook pkgconfig
docbook_xsl libxslt docbook_xml_dtd_45

Loading…
Cancel
Save