commit
264b69c973
pkgs/applications/office/qnotero
|
@ -18,17 +18,12 @@ python3Packages.buildPythonPackage rec {
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace ./setup.py \
|
substituteInPlace ./setup.py \
|
||||||
--replace "/usr/share" "$out/usr/share"
|
--replace "/usr/share" "usr/share"
|
||||||
|
|
||||||
substituteInPlace ./libqnotero/_themes/default.py \
|
substituteInPlace ./libqnotero/_themes/default.py \
|
||||||
--replace "/usr/share" "$out/usr/share"
|
--replace "/usr/share" "$out/usr/share"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
mkdir -p "$out/usr/share/qnotero"
|
|
||||||
mv resources "$out/usr/share/qnotero"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Quick access to Zotero references";
|
description = "Quick access to Zotero references";
|
||||||
homepage = http://www.cogsci.nl/software/qnotero;
|
homepage = http://www.cogsci.nl/software/qnotero;
|
||||||
|
|
Loading…
Reference in New Issue