mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
Merge branch 'master' into core-updates
Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solvingcaf4a7a277and12964df69arespectively.4604d43c0e(gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
("libusb" ,libusb)
|
||||
("qtbase" ,qtbase)
|
||||
("qtbase" ,qtbase-5)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("which" ,which)
|
||||
@@ -207,7 +207,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
|
||||
(string-append "PREFIX="
|
||||
(assoc-ref outputs "out"))))))))
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase)))
|
||||
`(("qtbase" ,qtbase-5)))
|
||||
(native-inputs
|
||||
`(("qttools" ,qttools)))
|
||||
(home-page "https://www.gpxsee.org")
|
||||
@@ -246,7 +246,7 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("python-pyserial" ,python-pyserial)
|
||||
("python-wrapper" ,python-wrapper)
|
||||
("qtbase" ,qtbase)))
|
||||
("qtbase" ,qtbase-5)))
|
||||
(arguments
|
||||
`(#:scons-flags
|
||||
(list (string-append "prefix=" %output)
|
||||
|
||||
Reference in New Issue
Block a user