mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
Do not record store file name in cpp.scm.
* gnu/packages/cpp.scm (abseil-cpp): Replace full store file name with '...'
This commit is contained in:
parent
1ab58a3d90
commit
87bf568022
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ (define-public abseil-cpp
|
|||
;;
|
||||
;; ld: CMakeFiles/absl_periodic_sampler_test.dir/internal/periodic_sampler_test.cc.o:
|
||||
;; undefined reference to symbol '_ZN7testing4Mock16UnregisterLockedEPNS_8internal25UntypedFunctionMockerBaseE'
|
||||
;; ld: /gnu/store/bxapb1f1l8frjpbjckk3zdxhmcig3xzk-googletest-1.10.0/lib/libgmock.so:
|
||||
;; ld: /gnu/store/...-googletest-1.10.0/lib/libgmock.so:
|
||||
;; error adding symbols: DSO missing from command line
|
||||
;; collect2: error: ld returned 1 exit status
|
||||
"-DCMAKE_EXE_LINKER_FLAGS=-lgtest -lpthread -lgmock")
|
||||
|
|
Loading…
Reference in a new issue