tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
recoll: Disable --install-layout
Bojan Nikolic
10 years ago
98d1abd4
31640626
+14
2 changed files
expand all
collapse all
unified
split
pkgs
applications
search
recoll
default.nix
nodeblayout.patch
+2
pkgs/applications/search/recoll/default.nix
···
15
15
sha256 = "0ympk2w21cxfvysyx96p0npsa54csfc84cicpi8nsj1qp824zxwq";
16
16
};
17
17
18
18
+
patches = [ ./nodeblayout.patch ];
19
19
+
18
20
configureFlags = [ "--with-inotify" ];
19
21
20
22
buildInputs = [ qt4 xapian file python ];
+12
pkgs/applications/search/recoll/nodeblayout.patch
···
1
1
+
diff -ru recoll-1.21.3-orig/recollinstall.in recoll-1.21.3/recollinstall.in
2
2
+
--- recoll-1.21.3-orig/recollinstall.in 2015-09-28 08:08:42.000000000 +0100
3
3
+
+++ recoll-1.21.3/recollinstall.in 2015-12-13 22:48:30.361776374 +0000
4
4
+
@@ -45,9 +45,6 @@
5
5
+
mandir=$DESTDIR/$mandir
6
6
+
ROOTFORPYTHON="--root=${DESTDIR}"
7
7
+
fi
8
8
+
-if test -f /etc/debian_version ; then
9
9
+
- OPTSFORPYTHON=--install-layout=deb
10
10
+
-fi
11
11
+
12
12
+
echo "Installing to $PREFIX"