Taken from https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-devel/llvm-roc/files diff -Naur a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt --- a/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:49.119055933 +0100 +++ b/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:13.265056070 +0100 @@ -2,6 +2,7 @@ Core MC Support + Option ) find_first_existing_vc_file("${LLVM_MAIN_SRC_DIR}" llvm_vc) diff -Naur a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt --- a/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:41:39.521056199 +0100 +++ b/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:40:23.998056487 +0100 @@ -79,4 +79,5 @@ LINK_LIBS clangBasic ${system_libs} + pthread ) oszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/conky.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-05-07gnu: conky: Enable WLAN support....* gnu/packages/conky.scm (conky)[arguments]: Add "-DBUILD_WLAN=ON" to #:configure-flags. [inputs]: Add wireless-tools. Tobias Geerinckx-Rice
2021-05-06gnu: conky: Run tests....There were always tests. * gnu/packages/conky.scm (conky)[arguments]: Build and run tests. Tobias Geerinckx-Rice
2021-05-06gnu: conky: Update to 1.12.2....* gnu/packages/conky.scm (conky): Update to 1.12.2. Tobias Geerinckx-Rice