summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2026-03-24Add (guix amd-gpu).Ludovic Courtès
Moving these definitions to a separate module is necessary to avoid circular references at the top-level among package modules. * gnu/packages/rocm.scm (%default-amd-gpu-targets, current-amd-gpu-targets) (current-amd-gpu-targets-string): Move to… * guix/amd-gpu.scm: … here. New file. * Makefile.am (MODULES): Add it. Merges guix/guix!7251 Change-Id: I60496fb4d81ea0445ec176add7afc388f6790bd3 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-05gnu: Remove linux-libre 5.4.Vagrant Cascadian
gnu/packages/linux.scm (linux-libre-5.4-version, linux-libre-5.4-gnu-revision, deblob-scripts-5.4, linux-libre-5.4-pristine-source, linux-libre-5.4-source, linux-libre-headers-5.4, linux-libre-5.4, linux-libre-headers-5.4, linux-libre-arm-generic-5.4, linux-libre-arm64-generic-5.4): Remove variables. * gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch: Delete file. * gnu/local.mk [dist_patch_DATA]: Deregister patch. * gnu/packages/aux-files/linux-libre/5.4-arm.conf, gnu/packages/aux-files/linux-libre/5.4-arm64.conf, gnu/packages/aux-files/linux-libre/5.4-i686.conf, gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Delete files. * Makefile.am [AUX_FILES]: Deregister them. * gnu/packages/android.scm (adb)[native-inputs]: Use linux-libre-headers-5.15. * gnu/packages/vpn.scm (wireguard-linux-compat): Remove variable. * gnu/tests/base.scm (%test-linux-libre-5.4): Remove variable.
2026-02-22gnu: Add linux-libre 6.19.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.19-version, linux-libre-6.19-gnu-revision, deblob-scripts-6.19, linux-libre-6.19-pristine-source, linux-libre-6.19-source, linux-libre-headers-6.19, linux-libre-6.19): New variables. * gnu/packages/aux-files/linux-libre/6.19-i686.conf, gnu/packages/aux-files/linux-libre/6.19-arm64.conf, gnu/packages/aux-files/linux-libre/6.19-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add it. Change-Id: I7df1a4438ad26d85ec34560779047fe626d7859e Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2026-02-22guix: Remove (guix build json) module.Nicolas Graves
This fixes guix/guix#4365. Merges guix/guix!6609 * guix/build/json.scm: Delete file. * Makefile.am: Unregister file. Change-Id: Iea07523afc8fe6752cecee15892d349cba299476 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-02-17system: Remove asus-c201.tmp.Andreas Enge
The file transitively depends on vboot-utils, which does not build and which depends on python2. This effectively reverts commit df2a96167fd97b1b2013813127e44b0bd5ca7469 . * gnu/system/examples/asus-c201.tmpl: Remove file. * Makefile.am (EXAMPLES): Unregister file. Change-Id: I90683a01fc53c0491a77670c850c7afe6026c878
2026-02-14gnu: Remove linux-libre 6.17.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.17-version, linux-libre-6.17-gnu-revision, deblob-scripts-6.17, linux-libre-6.17-pristine-source, linux-libre-6.17-source, linux-libre-headers-6.17, linux-libre-6.17, linux-libre-arm64-mnt-reform-6.17, reform-debian-packages-for-6.17): Remove variables. * gnu/packages/aux-files/linux-libre/6.17-arm64.conf, gnu/packages/aux-files/linux-libre/6.17-i686.conf, gnu/packages/aux-files/linux-libre/6.17-riscv.conf, gnu/packages/aux-files/linux-libre/6.17-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2026-02-14make: Improve handling of git configuration.Maxim Cournoyer
Commit 427b8f960ec introduced a regression that broke building Guix in an isolated container. * configure.ac ($(GIT_HOOKS_DIR), $(GIT_HOOKS_DIR)/%) ($(GIT_CONFIG_FILE), $(GIT_HOOKS_DIR)/commit-msg): Guard against the cases where GIT_HOOKS_DIR or GIT_CONFIG_FILE variables are empty. Fixes: <https://issues.guix.gnu.org/80388>. Reported-by: Tomas Volf <~@wolfsden.cz> Change-Id: I68645f93d9e1088902f6e0d2c8f97fe969d741c0
2026-02-13Makefile.am: Add git-config and git-hooks convenience targets.Hartmut Goebel
* Makefile.am (git-config, git-hooks): New phony targets. Change-Id: Ia241300194fbc1ea1d691e867b5dccd8e75077f4 Co-authored-by: Maxim Cournoyer <maxim@guixotic.coop>
2026-02-13Makefile.am: Update hooks even when working from a git worktree.Maxim Cournoyer
Also simplify recipes by enclosing in the 'in_git_p' Automake conditional. * Makefile.am (GIT_HOOKS_DIR, GIT_CONFIG_FILE): New variables. (.git/hooks/, .git/hooks/%, .git/config, .git/hooks/commit-msg): Rewrite in terms of the above. (nodist_no_inst_DATA): Likewise. Change-Id: I8fba6a1923bae5f54253ef6aa529bf68e01678ef
2026-01-29gnu: Add linux-libre 6.18.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.18-version, linux-libre-6.18-gnu-revision, deblob-scripts-6.18, linux-libre-6.18-pristine-source, linux-libre-6.18-source, linux-libre-headers-6.18, linux-libre-6.18): New variables. * gnu/packages/aux-files/linux-libre/6.18-i686.conf, gnu/packages/aux-files/linux-libre/6.18-arm64.conf, gnu/packages/aux-files/linux-libre/6.18-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add it. Co-authored-by: Dariqq <dariqq@posteo.net> Co-authored-by: Vagrant Cascadian <vagrant@debian.org> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2026-01-27Define remote procedure interface in (guix remote-procedures).Ludovic Courtès
* guix/store.scm (define-enumerate-type, operation-id) (hash-algo, build-mode, gc-action): Remove. (operation, define-operation): Remove. (client-stub, define-client-stubs): New macros. (%client-stubs): New variable. <top level>: Call ‘visit-remote-procedures’. (define-top-level-client-procedures): New macro. <top level>: Call ‘define-top-level-client-procedures’. (valid-path?, query-path-hash, query-path-info, ensure-path) (find-roots, add-temp-root, add-indirect-root) (references, referrers, valid-derivers, query-derivation-outputs) (has-substitutes, substitutable-paths, substitutable-path-info) (optimize-store, import-paths, query-failed-paths) (clear-failed-paths, hash-path->path): Remove. (set-build-options): Rewrite in terms of ‘set-options’. (add-data-to-store): Rewrite in terms of ‘add-data-to-store/direct’. (add-to-store, add-file-tree-to-store): Use ‘remote-procedure-id’ instead of ‘operation-id’. (build-things): Rewrite in terms of ‘build-things/direct’. (%built-in-builders): Rewrite in terms of ‘built-in-builders/direct’. (verify-store): Rewrite in terms of ‘verify-store/direct’. (run-gc): Rewrite in terms of ‘run-gc/direct’. (export-path): Rewrite in terms of ‘export-path/direct’. (substitute-urls): Rewrite in terms of ’substitute-urls/direct’. * guix/remote-procedures.scm: New file. * Makefile.am (MODULES): Add it. Change-Id: I78b3d47e34205e8f8b93a51b273f56edc46e3902 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-01-25import: Add 'apache' updater.Hartmut Goebel
* guix/import/apache.scm: New file. * Makefile.am: Add it. Change-Id: I36c4b2ff4f466d64f6c7af010640a44a336799d5
2026-01-22Merge branch 'version-1.5.0'Rutherther
Change-Id: Id73c0c74600a3da3373b3a37236b505af65bfe31
2026-01-19import: nuget: Add tests and documentation.Danny Milosavljevic
* guix/import/nuget.scm: Prevent optimizing small functions away completely. * tests/import/nuget.scm: New file. * doc/guix.texi (nuget): Document it. * Makefile.am (SCM_TESTS): Add reference to it. Fixes: guix/guix#5483 Change-Id: Id58932fe404a11a03e61a91d3b6177b39548f1bc
2026-01-18maint: Add missing build-aux files to EXTRA_DIST.Rutherther
* Makefile.am (EXTRA_DIST): Add missing build-aux files. Change-Id: I4b186985029b963110feffc3463952b0521023fc
2026-01-18maint: Register files for dist tarballs.Rutherther
* Makefile.am: Register missing dist files. * gnu/local.mk: Register all used patches. * gnu/packages/patches/emacs-gnus-desktop-notify-fix-notifications.patch: Remove unregistered patch. * gnu/packages/patches/emacs-gnus-desktop-notify-rescan.patch: Remove unregistered patch. * gnu/packages/patches/libjami-ac-config-files.patch: Remove unregistered patch. * gnu/packages/patches/libjami-sdbus-cpp-v2.patch: Remove unregistered patch. Fixes: #5691 Merges: #5709 Reported-By: Vagrant Cascadian <vagrant@debian.org> Change-Id: Ifa05b163b3ad362c5a07efdfd2dac6af88bac18e
2026-01-04Make sure only Guix channel is used to produce release artifacts.Rutherther
This ensures that only Guix channel is used, with the default url. * Makefile.am (release): Add "-q" to time-machine. Change-Id: I3102660919e946a7df4620318d11599cdbde7ad8 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-12-23etc: release: Switch to Guile declaration of artifacts.Rutherther
This is a rewrite of the bash commands for generation of guix binary tarballs and system images to Guile. I am expecting this will help us significantly with getting the same derivations locally and from Cuirass, instead of relying on images/tarball job specifications and trying to tweak it locally to have the same ones. Implements: #4347, #4348. * etc/teams/release/artifacts-manifest.scm: Make a manifest with release artifacts for all supported systems. * etc/teams/release/artifacts.scm: Collect artifacts for all supported systems into a union with proper names for the release artifacts. * Makefile.am (release): Use time-machine instead of pre-inst-env; Switch to building new artifacts.scm Change-Id: I71a6a27e6f315dd31b91c49e71dff2d09695c0dc Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-12-22Split release Makefile target to two.Rutherther
Due to recent changes, the commit has to be published to create the artifacts. Because of that, split the target to two. * Makefile.am (release): Move first steps to prepare-release (prepare-release): New target; Beginning of release. Change-Id: I325c6dc36f7298482de7797c1e01fdaa70ef80c5 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-12-22etc: Add AppArmor profile for the guix command.Noé Lopez
* etc/apparmor.d/guix: New file. * Makefile.am (nodist_apparmor_profile_DATA): Add it. Change-Id: I3d61238203d7663ce582717f8e4eac4c6f679928 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-12-22etc: Add AppArmor profile for the daemon.Noé Lopez
* .gitignore: Add etc/apparmor.d/tunables/guix. * Makefile.am (nodist_apparmor_profile_DATA) (nodist_apparmor_profile_tunables_DATA): Define it. * configure.ac: Generate etc/apparmor.d/tunables/guix. Add --with-apparmor-profile-dir option. * etc/apparmor.d/guix-daemon: New file. * etc/apparmor.d/tunables/guix.in: New file. * doc/guix.texi: Document AppArmor profiles. * gnu/packages/package-management.scm (guix): Add future changes commented. Change-Id: Iac7df9d642383cc46a2d450c3badef31199ab041 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-12-10etc: manifests: Add important packages manifest for release.Noé Lopez
For now, the packages are from the online form sent in <https://lists.gnu.org/archive/html/guix-devel/2025-10/msg00091.html>. Going forwards, more packages can be added manually or if there are more answers to the form. * etc/manifests/release-user-packages.scm: New file. * Makefile.am: Add it. Change-Id: I2d619ab9d307a6ea216310d1c86a1dc71feb1523 Signed-off-by: Rutherther <rutherther@ditigal.xyz> Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04gnu: Remove linux-libre 6.16.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.16-version, linux-libre-6.16-gnu-revision, deblob-scripts-6.16, linux-libre-6.16-pristine-source, linux-libre-6.16-source, linux-libre-headers-6.16, linux-libre-6.16, linux-libre-arm64-mnt-reform-6.16): Remove variables. * gnu/packages/aux-files/linux-libre/6.16-arm.conf, gnu/packages/aux-files/linux-libre/6.16-arm64.conf, gnu/packages/aux-files/linux-libre/6.16-i686.conf, gnu/packages/aux-files/linux-libre/6.16-riscv.conf, gnu/packages/aux-files/linux-libre/6.16-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Change-Id: I20755e7f0622211879db0f6aa8f9d11cea0ba28c
2025-11-23manifests: Split release manifest to two.Rutherther
As stated in the manifest, use two release manifests: 1. Minimal one 2. Full one with all the desktop services enabled. * etc/manifests/release.scm: Move to etc/manifests/release-minimal.scm. * etc/manifests/release-minimal.scm (%system-packages): Add packages from default privileged-programs. Add %base-firmware. Add %base-packages. Remove desktops. Remove xorg modules. * etc/teams.scm (release): Add new splitted manifests. * Makefile.am (EXTRA_DIST): Remove release manifest; Add manifests release-minimal and release-desktop. (assert-binaries-available): Use new splitted release manifest. * etc/manifests/release-desktop.scm (%system-packages): Add desktops. Add xorg modules. * CODEOWNERS: Regenerate file. Change-Id: I40de8b5d0f9c8b630e8af7969d4c195dd9e2c3e2 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-10-31guix: build-system: Add hare-build-system.Lilah Tascheter
* guix/build-system/hare.scm: New file. * guix/build/hare-build-system.scm: New file. * Makefile.am (MODULES): Add above new files. Change-Id: I5b760410f6cd2ede28b84e8d2db363ff968f16f6 Signed-off-by: jgart <jgart@dismail.de>
2025-10-30Revert "syscalls: Add mmap support."Maxim Cournoyer
This reverts commit e1994a021437b3fd73089c08d7e8db876fad698d.
2025-10-30Revert "elf: Remove bundled Guile source."Maxim Cournoyer
This reverts commit 11cf5b2fe4882f123cd5e9eb385a773703dfe872.
2025-10-30elf: Remove bundled Guile source.Maxim Cournoyer
This module has been included in Guile as (system vm elf) since around version 2.1. * guix/elf.scm: Delete file. * CODEOWNERS: De-register module. * Makefile.am (MODULES): Likewise. * etc/teams.scm (core): Likewise. * gnu/build/linux-modules.scm: Adjust imports. * gnu/packages/gnuzilla.scm (icecat-minimal) [modules]: Likewise. * gnu/packages/librewolf.scm (librewolf): Likewise. * gnu/packages/sequoia.scm (sequoia): Likewise. * gnu/packages/tor-browsers.scm (make-torbrowser): Likewise. * gnu/packages/version-control.scm (hg-commitsigs): Likewise. * guix/build/debug-link.scm: Likewise. * guix/build/gnu-build-system.scm: Likewise. * guix/build/gremlin.scm: Likewise. * guix/build/meson-build-system.scm: Likewise. * guix/grafts.scm (graft-derivation/shallow): Likewise. * guix/scripts/pack.scm (wrapped-package): Likewise. * tests/debug-link.scm: ("elf-debuglink", "set-debuglink-crc"): Likewise. * tests/gremlin.scm: Likewise. * guix/build-system/gnu.scm (%default-gnu-imported-modules): Remove (guix elf). Change-Id: I86ac4237fdd820a6b54dc0fe7a7d10403a290ef9
2025-10-30syscalls: Add mmap support.Maxim Cournoyer
* guix/build/syscalls.scm (PROT_NONE, PROT_READ, PROT_WRITE, PROT_EXEC) (PROT_SEM, MAP_SHARED, MAP_PRIVATE, MAP_FAILED) (MS_ASYNC, MS_INVALIDATE, MS_SYNC) (%mmap-guardian, %unmapped-bytevectors): New variables. (unmapped-bytevector?, pump-mmap-guardian, %mmap, mmap, %munmap, munmap) (%msync, msync): New procedures. * guix/build/io.scm: New file. * Makefile.am: Register it. * tests/syscalls.scm (strace-output): New variable. ("mmap and munmap", "file->bytevector, reading", "file->bytevector, writing") ("manual munmap does not lead to double free"): New tests. Change-Id: I19ec687899eda635559e91200dd8d98669b0e35f
2025-10-29tests: New ld-wrapper test.Maxim Cournoyer
* tests/ld-wrapper.scm: New file. * Makefile.am (SCM_TESTS): Register it. Change-Id: I3cef5ff363226a3ceee2599d4906f107d6ae7151 Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2025-10-28gnu: Add linux-libre 6.17.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.17-version, linux-libre-6.17-gnu-revision, deblob-scripts-6.17, linux-libre-6.17-pristine-source, linux-libre-6.17-source, linux-libre-headers-6.17): New variables. (linux-libre-headers-latest): Use linux-libre-headers-6.17. * gnu/packages/aux-files/linux-libre/6.17-arm64.conf, gnu/packages/aux-files/linux-libre/6.17-i686.conf, gnu/packages/aux-files/linux-libre/6.17-riscv.conf, gnu/packages/aux-files/linux-libre/6.17-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them. Co-authored-by: Dariqq <dariqq@posteo.net> Change-Id: I52d2bc9114a948d31726d2da2a5916fc607dcdd6
2025-10-12guix: Fix guix-minimal tests.Nicolas Graves
* Makefile.am (SCM_TESTS): Add tests/machine/hetzner.scm and tests/machine/hetzner/http.scm conditionally. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-09gnu: linux-libre-6.16: Add armhf-linux support.Alexey Abramov
* gnu/packages/aux-files/linux-libre/6.16-arm.conf: New file. * gnu/packages/linux.scm (linux-libre-6.16): Add "armhf-linux" to supported systems. * Makefile.am (AUX_FILES): Add 6.16-arm.conf. Change-Id: I2e4208bac0539c09d0f7ced1d5c978cef6534f06
2025-10-01import: utils: Move tests to tests/import/utils.scm.Nicolas Graves
* tests/utils.scm: Move to tests/import/utils.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: npm-binary: Move tests to tests/import/npm-binary.scm.Nicolas Graves
* tests/npm-binary.scm: Move to tests/import/npm-binary.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: composer: Move tests to tests/import/composer.scm.Nicolas Graves
* tests/composer.scm: Move to tests/import/composer.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: texlive: Move tests to tests/import/texlive.scm.Nicolas Graves
* tests/texlive.scm: Move to tests/import/texlive.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: luanti: Move tests to tests/import/luanti.scm.Nicolas Graves
* tests/luanti.scm: Move to tests/import/luanti.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: github: Move tests to tests/import/github.scm.Nicolas Graves
* tests/import-github.scm: Move to tests/import/github.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: print: Move tests to tests/import/print.scm.Nicolas Graves
* tests/print.scm: Move to tests/import/print.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: hexpm: Move tests to tests/import/hexpm.scm.Nicolas Graves
* tests/hexpm.scm: Move to tests/import/hexpm.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: opam: Move tests to tests/import/opam.scm.Nicolas Graves
* tests/opam.scm: Move to tests/import/opam.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: elpa: Move tests to tests/import/elpa.scm.Nicolas Graves
* tests/elpa.scm: Move to tests/import/elpa.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: cran: Move tests to tests/import/cran.scm.Nicolas Graves
* tests/cran.scm: Move to tests/import/cran.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: git: Move tests to tests/import/git.scm.Nicolas Graves
* tests/import-git.scm: Move to tests/import/git.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: gem: Move tests to tests/import/gem.scm.Nicolas Graves
* tests/gem.scm: Move to tests/import/gem.scm. * Makefile.am: Refresh it. * CODEOWNERS: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: elm: Move tests to tests/import/elm.scm.Nicolas Graves
* tests/elm.scm: Move to tests/import/elm.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: egg: Move tests to tests/import/egg.scm.Nicolas Graves
* tests/egg.scm: Move to tests/import/egg.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: go: Move tests to tests/import/go.scm.Nicolas Graves
* tests/go.scm: Move to tests/import/go.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01import: crate: Move tests to tests/import/crate.scm.Nicolas Graves
* tests/crate.scm: Move to tests/import/crate.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>