mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
qtile: fix wrapProgram quotation
This commit is contained in:
parent
fb703ad117
commit
eb3d207611
@ -36,9 +36,9 @@ python27Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/qtile \
|
wrapProgram $out/bin/qtile \
|
||||||
--run "export QTILE_WRAPPER=$0" \
|
--run 'export QTILE_WRAPPER=$0' \
|
||||||
--run "export QTILE_SAVED_PYTHONPATH=$PYTHONPATH" \
|
--run 'export QTILE_SAVED_PYTHONPATH=$PYTHONPATH' \
|
||||||
--run "export QTILE_SAVED_PATH=$PATH"
|
--run 'export QTILE_SAVED_PATH=$PATH'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user