lol

recoll: Disable --install-layout

+14
+2
pkgs/applications/search/recoll/default.nix
··· 15 15 sha256 = "0ympk2w21cxfvysyx96p0npsa54csfc84cicpi8nsj1qp824zxwq"; 16 16 }; 17 17 18 + patches = [ ./nodeblayout.patch ]; 19 + 18 20 configureFlags = [ "--with-inotify" ]; 19 21 20 22 buildInputs = [ qt4 xapian file python ];
+12
pkgs/applications/search/recoll/nodeblayout.patch
··· 1 + diff -ru recoll-1.21.3-orig/recollinstall.in recoll-1.21.3/recollinstall.in 2 + --- recoll-1.21.3-orig/recollinstall.in 2015-09-28 08:08:42.000000000 +0100 3 + +++ recoll-1.21.3/recollinstall.in 2015-12-13 22:48:30.361776374 +0000 4 + @@ -45,9 +45,6 @@ 5 + mandir=$DESTDIR/$mandir 6 + ROOTFORPYTHON="--root=${DESTDIR}" 7 + fi 8 + -if test -f /etc/debian_version ; then 9 + - OPTSFORPYTHON=--install-layout=deb 10 + -fi 11 + 12 + echo "Installing to $PREFIX"