mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
commit
264b69c973
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user