about summary refs log tree commit diff
path: root/pkgs/tools/misc/snapper
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-18 19:45:04 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-19 02:04:18 +0100
commit593489b1446e8b526dab2e360bd3c419f1e119c1 (patch)
treee2c8a9202f265ccaf066b523aff500f1534475e9 /pkgs/tools/misc/snapper
parent3b381d37ee7d9a70e6e5f668966b7927353091f6 (diff)
snapper: remove outdated (no-op) substitution
Diffstat (limited to 'pkgs/tools/misc/snapper')
-rw-r--r--pkgs/tools/misc/snapper/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/tools/misc/snapper/default.nix b/pkgs/tools/misc/snapper/default.nix
index 111cf1b75d280..4f66a7b23813c 100644
--- a/pkgs/tools/misc/snapper/default.nix
+++ b/pkgs/tools/misc/snapper/default.nix
@@ -24,11 +24,7 @@ stdenv.mkDerivation rec {
   patchPhase = ''
     # work around missing btrfs/version.h; otherwise, use "-DHAVE_BTRFS_VERSION_H"
     substituteInPlace snapper/Btrfs.cc --replace "define BTRFS_LIB_VERSION (100)" "define BTRFS_LIB_VERSION (200)";
-    # fix strange SuSE boost naming
-    substituteInPlace snapper/Makefile.am --replace \
-      "libsnapper_la_LIBADD = -lboost_thread-mt -lboost_system-mt -lxml2 -lacl -lz -lm" \
-      "libsnapper_la_LIBADD = -lboost_thread -lboost_system -lxml2 -lacl -lz -lm";
-    '';
+  '';
 
   configurePhase = ''
     ./configure --disable-silent-rules --disable-ext4 --disable-btrfs-quota --prefix=$out