]> git.pld-linux.org Git - packages/polybar.git/blob - polybar-consistent_python.patch
- release 2 (by relup.sh)
[packages/polybar.git] / polybar-consistent_python.patch
1 diff -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.062331 seconds and 3 git commands to generate.