mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
recoll: Disable --install-layout
This commit is contained in:
parent
316406269d
commit
98d1abd46b
2 changed files with 14 additions and 0 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0ympk2w21cxfvysyx96p0npsa54csfc84cicpi8nsj1qp824zxwq";
|
||||
};
|
||||
|
||||
patches = [ ./nodeblayout.patch ];
|
||||
|
||||
configureFlags = [ "--with-inotify" ];
|
||||
|
||||
buildInputs = [ qt4 xapian file python ];
|
||||
|
|
12
pkgs/applications/search/recoll/nodeblayout.patch
Normal file
12
pkgs/applications/search/recoll/nodeblayout.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -ru recoll-1.21.3-orig/recollinstall.in recoll-1.21.3/recollinstall.in
|
||||
--- recoll-1.21.3-orig/recollinstall.in 2015-09-28 08:08:42.000000000 +0100
|
||||
+++ recoll-1.21.3/recollinstall.in 2015-12-13 22:48:30.361776374 +0000
|
||||
@@ -45,9 +45,6 @@
|
||||
mandir=$DESTDIR/$mandir
|
||||
ROOTFORPYTHON="--root=${DESTDIR}"
|
||||
fi
|
||||
-if test -f /etc/debian_version ; then
|
||||
- OPTSFORPYTHON=--install-layout=deb
|
||||
-fi
|
||||
|
||||
echo "Installing to $PREFIX"
|
Loading…
Reference in a new issue