]> git.pld-linux.org Git - packages/polybar.git/blame - polybar-consistent_python.patch
BR: i3, pulseaudio (for moronic support detection mechanism)
[packages/polybar.git] / polybar-consistent_python.patch
CommitLineData
3d06777a
JP
1diff -urN polybar.orig/lib/xpp/CMakeLists.txt polybar/lib/xpp/CMakeLists.txt
2--- polybar.orig/lib/xpp/CMakeLists.txt 2019-12-27 15:16:12.000000000 +0100
3+++ polybar/lib/xpp/CMakeLists.txt 2020-04-07 01:47:29.960140194 +0200
4@@ -48,7 +48,7 @@
5 #
6 # Loop through a hardcoded list of python executables to locate the python module "xcbgen"
7 #
8-foreach(CURRENT_EXECUTABLE python python3 python2 python2.7)
9+foreach(CURRENT_EXECUTABLE python3)
10 message(STATUS "Searching for xcbgen with " ${CURRENT_EXECUTABLE})
11
12 execute_process(COMMAND "${CURRENT_EXECUTABLE}" "-c"
This page took 0.099192 seconds and 4 git commands to generate.