aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/serialise.hh
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2024-11-23 17:58:54 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-25 11:40:55 +0100
commit5164308d5262922ab506d6e1e7722749360e3aef (patch)
tree5b888f91062e7cc5e7b41f4d72f737e13eb22bc4 /nix/libutil/serialise.hh
parent6f2419de320d91dcdcc09a80b046dba4fe656c8d (diff)
downloadguix-5164308d5262922ab506d6e1e7722749360e3aef.tar.gz
guix-5164308d5262922ab506d6e1e7722749360e3aef.zip
gnu: Deprecate gajim-omemo.
This plugin is no longer needed. The functionality is build into gajim now. * gnu/packages/messaging.scm (gajim-omemo): Deprecate package. Change-Id: Ib2e76eab9ace8486396f6dab590b830866693d87 Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com> Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'nix/libutil/serialise.hh')
0 files changed, 0 insertions, 0 deletions
ine (new-build-machine systems) (build-machine (name "m1") (user "dummy") (host-key "some-key") (systems systems))) ;;; Test that deprecated build-machine definitions still work. (test-assert (machine-matches? (deprecated-build-machine "i686-linux") (build-requirements (system "i686-linux")))) (test-assert (machine-matches? (new-build-machine '("i686-linux")) (build-requirements (system "i686-linux")))) ;;; A build machine can act as more than one system type, thanks to QEMU ;;; emulation. (test-assert (machine-matches? (new-build-machine '("armhf-linux" "aarch64-linux" "i686-linux" "x86_64-linux")) (build-requirements (system "armhf-linux"))))