mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Backport fix for empty bus name to glibmm patch.
This commit is contained in:
parent
09bed4989b
commit
bd0e4c0075
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ RUN ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
|
|||
RUN rm $CMAKE_FILE
|
||||
|
||||
FROM builder AS patches
|
||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 4c21dfa0db
|
||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 19e5e028c7
|
||||
|
||||
FROM builder AS extra-cmake-modules
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue