Skip to content

Commit

Permalink
Merge pull request #23440 from nico202/qnotero-fix
Browse files Browse the repository at this point in the history
qnotero: fix #23438
  • Loading branch information
bennofs authored Mar 7, 2017
2 parents 8e4513f + cb3bfc9 commit 264b69c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/applications/office/qnotero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ python3Packages.buildPythonPackage rec {

patchPhase = ''
substituteInPlace ./setup.py \
--replace "/usr/share" "$out/usr/share"
--replace "/usr/share" "usr/share"
substituteInPlace ./libqnotero/_themes/default.py \
--replace "/usr/share" "$out/usr/share"
'';

postInstall = ''
mkdir -p "$out/usr/share/qnotero"
mv resources "$out/usr/share/qnotero"
--replace "/usr/share" "$out/usr/share"
'';

meta = {
Expand Down

0 comments on commit 264b69c

Please sign in to comment.