~ruther/guix-local

0db53e64 — arkhan 2 years ago
gnu: xonsh: Update to 0.15.1

* gnu/packages/shells.scm (xonsh): Update to 0.15.1

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
7f2f1bcd — Christopher Baines 2 years ago
gnu: guix-data-service: Update to 0.0.1-45.5f80856.

* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-45.5f80856.

Change-Id: I8ca137ee0088a6eb453306f9a7e6d8f9f8225d71
5a057914 — Christopher Baines 2 years ago
gnu: guix-build-coordinator: Update to 0-98.1c80525.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-98.1c80525.

Change-Id: Ia590600c2112b39f4ceced5734d7ed46f9045a46
fa202989 — Christopher Baines 2 years ago
gnu: bffe: Update to 0-4.006b96a.

* gnu/packages/package-management.scm (bffe): Update to 0-4.006b96a.

Change-Id: Ie3a41c8ccad89ec746cd621088d1e45499e3d52a
e8c90431 — Efraim Flashner 2 years ago
gnu: clang-properties: Add micro-architecture support for powerpc64le.

* gnu/packages/llvm.scm (clang-properties): Add entry for powerpc64le.

Change-Id: I89f300922270a1f35aa08e73e62d90843bd902c8
7fd57fdd — Efraim Flashner 2 years ago
gnu: clang-properties: Update x86_64 micro-architectures.

* gnu/packages/llvm.scm (clang-properties): Add entries on x86_64 for
versions 17, 16, 15, 13, 9 and remove entry for version 10.

Change-Id: I93149c30f011c6de8ff0cc2c2b6f0186540359cd
cae9e9db — Efraim Flashner 2 years ago
cpu: Enable tuning for i686-linux.

* gnu/packages/gcc.scm (gcc-7, gcc-10, gcc-11, gcc-12, gcc-13)
[properties]: In compiler-cpu-architectures use the
x86_64-micro-architectures list for i686.
* guix/cpu.scm (cpu->gcc-architecture): Expand the x86_64 case to also
support i686.

Change-Id: I0b820ceb715960db5e702814fa278dc8c619a836
7700dc2c — Efraim Flashner 2 years ago
cpu: Rename x86-64-v1 to x86-64.

This is the actual micro-architecture designation used by compilers.

* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Rename
x86-64-v1 to x86-64.
* gnu/packages/golang.scm (%go-1.18-x86_64-micro-architectures): Same.
* guix/cpu.scm (cpu->micro-architecture-level): Same.
(gcc-architecture->micro-architecture-level): Same.

Change-Id: I19ed556a7e8deb4a77f4c63fca3b794f25092788
63165a94 — Efraim Flashner 2 years ago
cpu: Be consistent with x86_64 micro-architecture names.

* gnu/packages/golang.scm (%go-1.18-x86_64-micro-architectures): Rename
micro-architectures from x86_64-v* to x86-64-v*.
* guix/cpu.scm (cpu->gcc-architecture): Return x86-64 as the fallback.
(cpu->micro-architecture-level): Rename micro-architectures from
x86_64-v* to x86-64-v*.
(gcc-architecture->micro-architecture-level): Same.

Change-Id: I37db65970417c22699ae8097b0361bccf76c1267
0753dd3a — Efraim Flashner 2 years ago
gnu: libvorbis: Mark as tunable.

* gnu/packages/xiph.scm (libvorbis)[properties]: Mark package as tunable.

Change-Id: Ie378a8c671ba6408a137e3c27824cb17671cafe3
7e72b7f1 — Efraim Flashner 2 years ago
gnu: opus: Mark as tunable.

* gnu/packages/xiph.scm (opus)[properties]: Mark package as tunable.

Change-Id: I5df964b5692c6f390eef55d780810b03d6a895dc
f7fcddef — Efraim Flashner 2 years ago
gnu: Add guix-backgrounds.

* gnu/packages/package-management.scm (guix-backgrounds): New variable.

Change-Id: If6159ed955877c42452b5ab6d853d3bf8687cde0
f7295486 — Efraim Flashner 2 years ago
gnu: guix-icons: Clean-up package.

* gnu/packages/package-management.scm (guix-icons): Don't inherit from
guix.
[inputs]: Remove field.
[home-page]: Use Guix's home-page.
[license]: Update to cc-by-sa4.0.

Change-Id: Icc14bd16a1746a6d1f95260a0da5f8f5bf7494a7
0f2eede9 — Suhail Singh 2 years ago
gnu: emacs-ox-tufte: Simplify test invocation.

* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Simplify the test invocation
using the --use-emacsloadpath option in emacs-eldev@1.9.

Change-Id: Ie61a336251b2670872cc8d049cc1c62284b7f350
Signed-off-by: Andrew Tropin <andrew@trop.in>
915e2fc3 — Suhail Singh 2 years ago
gnu: emacs-eldev: Update to 1.9.

* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.9.

Change-Id: I364f261a5d332793d7dd0b789e32a993fa749bd4
Signed-off-by: Andrew Tropin <andrew@trop.in>
b4107ca3 — Sharlatan Hellseher 2 years ago
gnu: go-github-com-hashicorp-hcl-v2: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-hashicorp-hcl-v2): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ife07c1ca7b0ba7241955767ebd2430a8e60aec90
cd49133b — Sharlatan Hellseher 2 years ago
gnu: go-github-com-hashicorp-hcl: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I431689059384d203cdb1c2d40f16ef9c5958b5ab
adab2220 — Sharlatan Hellseher 2 years ago
gnu: go-github-com-hashicorp-go-version: Fix indentation.

* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-version): Fix
indentation.

Change-Id: Ib6f81057c9434097209875b91806703695c5089c
44790c7c — Sharlatan Hellseher 2 years ago
gnu: go-github-com-hashicorp-go-version: Update to 1.6.0.

* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-version): Update to 1.6.0.

Change-Id: I964c450d42a436bf093222c90abadcaf84b2968d
f3914c1a — Sharlatan Hellseher 2 years ago
gnu: go-github-com-hashicorp-go-version: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-hashicorp-go-version): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ica0c069e90ade97efbbb201f36d92ff70bad1c8b
Next