liferea: Do not set PYTHONPATH
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
This commit is contained in:
parent
8bb04333fa
commit
9172370874
1 changed files with 3 additions and 8 deletions
|
@ -73,14 +73,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
pythonPath = with python3Packages; [
|
||||
pygobject3
|
||||
pycairo
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
buildPythonPath "$out $pythonPath"
|
||||
gappsWrapperArgs+=(--prefix PYTHONPATH : "$program_PYTHONPATH")
|
||||
postFixup = ''
|
||||
buildPythonPath ${python3Packages.pycairo}
|
||||
patchPythonScript $out/lib/liferea/plugins/trayicon.py
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
|
|
Loading…
Reference in a new issue