aboutsummaryrefslogtreecommitdiff
(use-modules (guix)
             (gnu packages gdb)
             (gnu packages autotools)
             (gnu packages texinfo))

;; Augment the package definition of GDB with the build tools
;; needed when developing GDB (and which are not needed when
;; simply installing it.)
(package
  (inherit gdb)
  (native-inputs (modify-inputs (package-native-inputs gdb)
                   (prepend autoconf-2.69 automake texinfo))))
t message (Collapse)Author 2024-11-29gnu: xorgxrdp: Switch to git source.Zheng Junjie * gnu/packages/rdesktop.scm (xorgxrdp)[source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake and libtool. Change-Id: I6ff0b7f76c750ab932aa3ffd5997c70479644b8d 2024-11-29gnu: xorgxrdp: Update to 0.10.2.Andy Tai * gnu/packages/rdesktop.scm (xorgxrdp): Update to 0.10.2. Change-Id: I7b25ac3b5aba0ae44729db5d83b7280f2ae33c55 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> 2024-11-29gnu: xrdp: Update to 0.10.1.Andy Tai * gnu/packages/rdesktop.scm (xrdp): Update to 0.10.1. Change-Id: I876d2ba9deeaed721c7300537221848f4392b2d0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> 2024-07-11gnu: xrdp: update to 0.10.0.Andy Tai * gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0. [native-inputs]: Add cmocka. Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958 Signed-off-by: jgart <jgart@dismail.de> 2024-04-26gnu: freerdp: Update to 2.11.7.Andy Tai * gnu/packages/rdesktop.scm (freerdp): Update to 2.11.7. Change-Id: I41385d4db719e950438c07d2149c845ee28cabce Signed-off-by: Christopher Baines <mail@cbaines.net>