aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/sysctl.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-11-18 09:58:23 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-18 10:58:41 +0100
commite526b8b11debb184929abd013b7d589c9db245fa (patch)
tree5d8d58d02d7536502994ae13f9e696fd32821677 /gnu/services/sysctl.scm
parentb0416b8503e38746717a2d1167f9d1410634981e (diff)
downloadguix-e526b8b11debb184929abd013b7d589c9db245fa.tar.gz
guix-e526b8b11debb184929abd013b7d589c9db245fa.zip
gnu: u-boot-tools: Fix segfault while running tests.
Fixes <https://issues.guix.gnu.org/74270>. * gnu/packages/patches/u-boot-calloc-visibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (u-boot): Use it. Reported-by: Jean-Francois GUILLAUME <Jean-Francois.Guillaume@univ-nantes.fr> Reported-by: Christopher Howard <christopher@librehacker.com> Change-Id: Id0023e17367a80a0d1abd4a80b7d8e3a0c3cc5bc
Diffstat (limited to 'gnu/services/sysctl.scm')
0 files changed, 0 insertions, 0 deletions
(string-append "https://people.freedesktop.org/~mccann/dist/" name "-" version ".tar.bz2")) (sha256 (base32 "054abv4gmfk9maw93fis0bf605rc56dah7ys5plc4pphxqh8nlfb")))) (build-system gnu-build-system) (native-inputs (list intltool)) (synopsis "Audio samples for use as a desktop sound theme") (description "This package provides audio samples that can be used by libcanberra as sounds for various system events.") ;; The license of the various sounds is given in the 'CREDITS' file. (license (list cc-by-sa4.0 cc-by3.0 gpl2 gpl2+)) (home-page "https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/"))) (define-public python-pycanberra (package (name "python-pycanberra") (version "0.1.1") (source (origin (method url-fetch) (uri (string-append "http://ftp.n0.is/pub/releases/" "pycanberra-" version ".tar.xz")) (sha256 (base32 "16jjf8fcgaprmz6jacsxrh17l1ad891fns38bxv49lg3s3mn1nj2")))) (build-system python-build-system) (arguments `(#:tests? #f)) ;No tests included. (propagated-inputs (list libcanberra)) (synopsis "Ctypes wrapper for the libcanberra API") (description "Pycanberra is a basic Python wrapper for libcanberra.") (home-page "http://c.n0.is/ng0/pycanberra/") (license lgpl2.1+)))