;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020-2022, 2024 Ludovic Courtès ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2023 Andreas Enge ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . ;;; This file returns a manifest containing release-critical bit, for all the ;;; supported architectures and cross-com
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosha <Sughosha@proton.me>2023-06-10 08:28:15 +0000
committerChristopher Baines <mail@cbaines.net>2023-06-12 19:51:39 +0100
commita44cd79545cd520c5bd0bcc0c399bb83709fe891 (patch)
treeb1ac21aefe92bea15c25357350705d7479a0b639 /gnu/system/accounts.scm
parent86d7c5730cd63406690ae71a19930bc8c74db4be (diff)
downloadguix-a44cd79545cd520c5bd0bcc0c399bb83709fe891.tar.gz
guix-a44cd79545cd520c5bd0bcc0c399bb83709fe891.zip
gnu: musikcube: Update to 3.0.1.
* gnu/packages/music.scm (musikcube): Update to 3.0.1. [arguments]<#:configure-flags>: Remove "-DENABLE_BUNDLED_TAGLIB=false". [native-inputs]: Add "asio". [inputs]: Replace "ncurses" with "ncurses/tinfo" and add "libgme", "libogg", "libvorbis" and "pipewire". Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/system/accounts.scm')
0 files changed, 0 insertions, 0 deletions
;; support. "riscv64-linux-gnu"))))) (define %cross-bootstrap-manifest (manifest (map (lambda (target) (package->manifest-entry* (specification->package "bootstrap-tarballs") "x86_64-linux" #:target target)) %cross-bootstrap-targets))) ;; Return the union of all three manifests. (concatenate-manifests (list %base-manifest %system-manifest %cross-manifest %cross-bootstrap-manifest))