guix/gnu/packages
Ludovic Courtès e85d4cecbe
gnu: commencement: Memoize packages as a function of the system.
Previous, things like 'ld-wrapper-boot0' would be memoized with
(mlambda () …).  However, the definition of 'ld-wrapper-boot0' depends
on the result of (%boot0-inputs), which is itself a function
of (%current-system).  Thus, if one first calls:

  (parameterize ((%current-system "x86_64-linux"))
    (ld-wrapper-boot0))

then, in all subsequent calls to 'ld-wrapper-boot0', the value
of (%current-system) would be ignored because the result is already
memoized.  Concretely, 'ld-wrapper-boot0' would always have the
dependencies it has on x86_64-linux, even though they are different than
those on armhf-linux, say ("bash-mesboot" vs. "bootstrap-binaries").

Fixes <https://bugs.gnu.org/40482>.
Reported by Marius Bakke <mbakke@fastmail.com>.

* gnu/packages/commencement.scm (define/system-dependent): New macro.
(linux-libre-headers-boot0, hurd-core-headers-boot0, ld-wrapper-boot0)
(gcc-boot0-intermediate-wrapped, gcc-boot0-wrapped, ld-wrapper-boot3):
Define using 'define/system-dependent' instead of 'define' + 'mlambda'.
Adjust users so they no longer look like procedure calls.
* tests/guix-build.sh: Add test.
2020-04-11 00:32:41 +02:00
..
aux-files gnu: linux-libre-arm-veyron: Deprecate package. 2020-03-22 20:55:37 -07:00
patches Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
abduco.scm
abiword.scm
accessibility.scm
acct.scm
acl.scm
ada.scm
admin.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
adns.scm
agda.scm gnu: agda: Use HTTPS home page. 2020-03-16 16:32:43 +01:00
aidc.scm
algebra.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
android.scm
animation.scm
anthy.scm
antivirus.scm
apl.scm
apr.scm
arcan.scm
aspell.scm
assembly.scm gnu: rgbds: Update to 0.4.0. 2020-04-06 14:39:37 +02:00
astronomy.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
attr.scm
audio.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
augeas.scm
authentication.scm
autogen.scm
autotools.scm gnu: Automake: Remove version 1.16.1. 2020-03-27 00:21:10 +01:00
avahi.scm gnu: avahi: Update to 0.8. 2020-03-18 19:23:46 +01:00
avr.scm
axoloti.scm
backup.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
base.scm Revert "gnu: coreutils: Fix cross-compilation to i586-pc-gnu." 2020-04-01 00:12:31 +02:00
bash.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
batik.scm
bdw-gc.scm gnu: guile-static: Provide a libgc variant with statically built libraries. 2020-03-28 08:59:35 +01:00
benchmark.scm gnu: fio: Update to 3.19. 2020-03-14 22:01:40 +01:00
bioconductor.scm gnu: r-biocworkflowtools: Update to 1.12.1. 2020-04-01 11:15:27 +02:00
bioinformatics.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
bison.scm gnu: bison: Update to 3.5.3. 2020-03-26 22:35:35 +01:00
bittorrent.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
boost.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
bootloaders.scm gnu: Add grub-minimal. 2020-03-29 15:31:18 +02:00
bootstrap.scm gnu: bootstrap: Add support for the Hurd. 2020-03-26 12:58:51 +01:00
build-tools.scm Merge branch 'master' into core-updates 2020-03-21 22:16:02 +01:00
busybox.scm
c.scm
calcurse.scm
calendar.scm gnu: Add date. 2020-03-19 15:14:08 +01:00
ccache.scm
cdrom.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
cedille.scm gnu: cedille: Install the info pages. 2020-04-02 20:55:14 +02:00
certs.scm
check.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
chemistry.scm
chez.scm
chicken.scm
chromium.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
ci.scm gnu: Default to Guile 3.0. 2020-03-16 15:44:02 +01:00
cinnamon.scm
clojure.scm
cluster.scm
cmake.scm
cobol.scm
code.scm Merge branch 'master' into core-updates 2020-03-21 22:16:02 +01:00
commencement.scm gnu: commencement: Memoize packages as a function of the system. 2020-04-11 00:32:41 +02:00
compression.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
compton.scm
conky.scm
connman.scm
cook.scm gnu: cook: Fix. 2020-03-16 16:48:31 +01:00
coq.scm gnu: proof-general: Update home-page. 2020-04-02 20:55:14 +02:00
cpio.scm
cpp.scm gnu: libzen: Update to 0.4.38. 2020-04-10 23:25:35 +02:00
cppi.scm
cran.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
crates-io.scm gnu: rust-bumpalo-3: Update to 3.2.1 [fixes RUSTSEC-2020-0006]. 2020-04-06 22:56:11 +02:00
cross-base.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
crypto.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
cryptsetup.scm
cups.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
curl.scm
cvassistant.scm
cybersecurity.scm gnu: Add ROPgadget. 2020-03-26 22:53:02 +01:00
cyrus-sasl.scm
databases.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
datamash.scm
datastructures.scm
dav.scm
dbm.scm
dc.scm
debian.scm
debug.scm gnu: c-reduce: Make some inputs native. 2020-04-04 12:45:36 +02:00
dejagnu.scm
dico.scm gnu: dico: Make some inputs native. 2020-04-04 12:45:36 +02:00
dictionaries.scm gnu: grammalecte: Update to 1.8.0. 2020-03-27 23:37:20 +01:00
diffoscope.scm gnu: reprotest: Update to 0.7.14. 2020-03-30 12:58:44 -07:00
digest.scm
direct-connect.scm
disk.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
display-managers.scm
distributed.scm gnu: boinc-client: Update to 7.16.6. 2020-04-10 23:27:18 +02:00
django.scm gnu: python-django: Use HTTPS home page. 2020-03-21 03:09:51 +01:00
djvu.scm
dlang.scm
dns.scm Merge branch 'master' into core-updates 2020-03-19 08:50:35 +01:00
docbook.scm
docker.scm gnu: docker: Provide version string to docker service. 2020-04-02 12:46:52 +02:00
documentation.scm
drones.scm
dunst.scm
dvtm.scm
easyrpg.scm
ebook.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
ed.scm
education.scm gnu: fet: Update to 5.44.0. 2020-03-27 23:34:37 +01:00
efi.scm
electronics.scm
elf.scm
elixir.scm
elm.scm
emacs-xyz.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
emacs.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
embedded.scm gnu: libjaylink: Use HTTPS home page. 2020-03-17 03:12:16 +01:00
emulators.scm gnu: higan: Update description. 2020-04-08 10:03:25 +02:00
enchant.scm
engineering.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
enlightenment.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
entr.scm
erlang.scm
fabric-management.scm
fcitx.scm
figlet.scm
file-systems.scm
file.scm
finance.scm gnu: Add fulcrum. 2020-04-10 18:43:38 +02:00
firmware.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
flashing-tools.scm
flex.scm gnu: Remove flex@2.6.1. 2020-03-21 20:17:20 +01:00
fltk.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
fonts.scm gnu: Add font-iosevka-term. 2020-04-02 20:55:14 +02:00
fontutils.scm gnu: potrace: Update to 1.16. 2020-03-26 22:35:36 +01:00
forth.scm
fpga.scm gnu: nextpnr-ice40: Clean-up description. 2020-03-29 20:50:24 +03:00
freedesktop.scm Merge branch 'master' into core-updates 2020-03-21 22:16:02 +01:00
freeipmi.scm
fribidi.scm Merge branch 'master' into core-updates 2020-03-18 19:41:08 +01:00
ftp.scm
fvwm.scm
game-development.scm Merge branch 'master' into core-updates 2020-03-18 19:41:08 +01:00
games.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
gawk.scm
gcal.scm
gcc.scm gnu: bootstrap: gcc-static: Use gcc-5. 2020-03-24 23:31:34 +01:00
gd.scm gnu: perl-gd: Do not rely on 'libgd-config'. 2020-04-08 14:21:41 +02:00
gdb.scm gnu: gdb: Remove duplicate input. 2020-03-18 19:23:46 +01:00
genealogy.scm
genimage.scm gnu: genimage: Update to 11. 2020-04-08 11:30:55 +02:00
geo.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
gettext.scm
ghostscript.scm gnu: ghostscript: Update to 9.52. 2020-03-26 22:35:34 +01:00
gimp.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
gkrellm.scm
gl.scm gnu: mesa: Enable rockchip support on aarch64/armhf. 2020-03-29 14:40:03 -07:00
glib.scm gnu: libsigc++: Update to 2.10.3. 2020-03-26 22:35:37 +01:00
gnome-xyz.scm gnu: numix-gtk-theme: Fix installation directory. 2020-03-29 18:40:58 +02:00
gnome.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
gnu-doc.scm
gnu-pw-mgr.scm gnu: gnu-pw-mgr: Build reproducibly. 2020-03-25 16:02:53 +01:00
gnucash.scm
gnunet.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
gnupg.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
gnustep.scm
gnuzilla.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
gobby.scm
golang.scm gnu: Add go-github-com-calmh-murmur3. 2020-04-07 22:04:34 -04:00
gperf.scm
gpodder.scm gnu: libmygpo-qt: Update home page. 2020-03-19 00:45:06 +01:00
gps.scm gnu: gpsbabel: Make some inputs native. 2020-04-05 23:47:43 +02:00
graph.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
graphics.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
graphviz.scm Merge branch 'master' into core-updates 2020-03-21 22:16:02 +01:00
groff.scm
groovy.scm
gsasl.scm
gstreamer.scm
gtk.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
guile-wm.scm
guile-xyz.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
guile.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
gv.scm
gxmessage.scm
ham-radio.scm gnu: gnuradio: Fix gnuradio-companion GUI not showing. 2020-04-10 14:48:46 +02:00
hardware.scm
haskell-apps.scm gnu: shellcheck: Update homepage. 2020-04-09 18:45:47 +02:00
haskell-check.scm
haskell-crypto.scm
haskell-web.scm gnu: ghc-yesod-persistent: Update to 1.6.0.4. 2020-03-29 22:34:46 +02:00
haskell-xyz.scm gnu: ghc-regex-tdfa: Update home page. 2020-04-10 23:25:35 +02:00
haskell.scm gnu: GHC: Enable RUNPATH validation. 2020-03-24 18:02:44 +01:00
hexedit.scm
hugs.scm
hurd.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
hyperledger.scm gnu: gRPC: Update to 1.27.3. 2020-03-21 20:17:20 +01:00
i2p.scm
ibus.scm
icu4c.scm gnu: icu4c: Incorporate grafted changes. 2020-03-27 00:46:38 +01:00
idris.scm
idutils.scm
image-processing.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
image-viewers.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
image.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
imagemagick.scm gnu: ImageMagick: Build reproducibly. 2020-03-26 22:35:37 +01:00
inklingreader.scm
inkscape.scm
installers.scm
ipfs.scm
irc.scm
iso-codes.scm
java-compression.scm
java-graphics.scm
java-maths.scm
java.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
javascript.scm
jemalloc.scm
jose.scm
jrnl.scm gnu: jrnl: Use HTTPS home page. 2020-03-19 00:45:16 +01:00
julia.scm gnu: julia: Upgrade to 1.3.1. 2020-04-07 17:31:58 +03:00
jupyter.scm
kawa.scm
kde-frameworks.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
kde-internet.scm gnu: Remove bctoolbox and ortp. 2020-04-03 16:41:44 +02:00
kde-multimedia.scm
kde-pim.scm gnu: akonadi: Shorten file name of patch. 2020-04-10 16:02:51 +02:00
kde-plasma.scm
kde-systemtools.scm
kde-utils.scm
kde.scm Merge branch 'master' into core-updates 2020-03-21 22:16:02 +01:00
kerberos.scm gnu: mit-krb5: Supprt for the Hurd. 2020-03-26 12:59:35 +01:00
key-mon.scm
kodi.scm
language.scm
ld-wrapper.in
lean.scm Update email address and Savannah handle for Amin Bandali. 2020-03-28 16:30:07 -04:00
lego.scm
less.scm gnu: less: Build fix for the Hurd. 2020-03-26 12:59:33 +01:00
lesstif.scm
libbsd.scm
libcanberra.scm
libdaemon.scm
libedit.scm
libevent.scm
libffcall.scm
libffi.scm
libftdi.scm
libidn.scm
libphidget.scm
libreoffice.scm gnu: libreoffice: Fix build with Poppler 0.86. 2020-04-03 15:58:22 +02:00
libsigsegv.scm
libunistring.scm
libunwind.scm
libusb.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
license.scm
lighting.scm
linphone.scm gnu: mediastreamer2: Move the tester files and HTML doc to separate outputs. 2020-04-05 22:49:23 -04:00
linux.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
lirc.scm
lisp-xyz.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
lisp.scm gnu: ecl: Fix build with LibFFI >= 3.3. 2020-04-08 13:53:35 +02:00
llvm.scm llvm: Add support for the Hurd. 2020-03-26 12:59:35 +01:00
logging.scm Merge branch 'master' into core-updates 2020-03-21 22:16:02 +01:00
logo.scm
lolcode.scm
lout.scm
lsof.scm
lua.scm gnu: lua5.2-expat: Use HTTPS home page. 2020-03-21 16:20:12 +01:00
lxde.scm gnu: spacefm: Make some inputs native. 2020-04-05 18:23:15 +02:00
lxqt.scm
m4.scm
machine-learning.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
magic-wormhole.scm
mail.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
make-bootstrap.scm gnu: gcc-static: Make sure #:modules is not overridden by the inherited GCC. 2020-03-28 20:55:03 +01:00
man.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
markup.scm
marst.scm
mastodon.scm gnu: toot: Adjust custom phases. 2020-04-01 10:22:33 +03:00
mate.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
maths.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
matrix.scm gnu: Add synapse. 2020-04-02 20:55:17 +02:00
maven.scm
mc.scm
mcrypt.scm
medical.scm
mes.scm
messaging.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
microcom.scm
mingw.scm gnu: mingw: Add mingw-w64 reproducibility patches. 2020-04-04 16:23:07 -04:00
moe.scm
monitoring.scm gnu: zabbix-agentd: Update to 4.4.6. 2020-03-15 15:07:14 +01:00
mono.scm
moreutils.scm
motti.scm
mp3.scm
mpd.scm gnu: MPD: Update to 0.21.21. 2020-03-29 16:51:58 -04:00
mpi.scm gnu: hwloc@2: Update to 2.2.0. 2020-03-31 14:55:42 +02:00
mtools.scm gnu: mtools: Update to 4.0.24. 2020-03-29 01:45:32 +01:00
multiprecision.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
music.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
musl.scm
nano.scm gnu: nano: Update to 4.9.2. 2020-04-09 22:37:12 +03:00
ncdu.scm
ncurses.scm Merge branch 'master' into core-updates 2020-03-27 00:12:15 +01:00
netpbm.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
nettle.scm
networking.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
nfs.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
nickle.scm
nim.scm
ninja.scm
node-xyz.scm
node.scm
noweb.scm
nss.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
ntp.scm gnu: openntpd: Don't use NAME in source URI. 2020-04-08 17:05:51 +02:00
nutrition.scm
nvi.scm
ocaml.scm gnu: ocaml-menhir: Update to 20190626. 2020-04-04 18:34:42 +02:00
ocr.scm gnu: tesseract-ocr: Don't use unstable tarball. 2020-03-29 21:02:15 +03:00
onc-rpc.scm
openbox.scm
opencl.scm gnu: opencl-clhpp: Use HTTPS home page. 2020-03-21 16:20:11 +01:00
opencog.scm Merge branch 'master' into core-updates 2020-03-18 19:41:08 +01:00
openldap.scm
openstack.scm gnu: Remove python2-bandit. 2020-03-16 15:45:35 +01:00
orpheus.scm
ots.scm
package-management.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
parallel.scm gnu: parallel: Update to 20200322. 2020-03-23 18:35:27 +01:00
password-utils.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
patchutils.scm gnu: Replace uses of 'gettext' with 'gettext-minimal'. 2020-04-04 15:48:44 +02:00
pciutils.scm gnu: pciutils: Build fixes for the Hurd. 2020-03-26 12:59:34 +01:00
pcre.scm
pdf.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
pem.scm
perl-check.scm gnu: perl-test-simple: Update to 1.302172. 2020-03-17 03:00:37 +01:00
perl-compression.scm gnu: perl-archive-zip: Update to 1.68. 2020-03-21 03:09:51 +01:00
perl-web.scm
perl.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
perl6.scm
phabricator.scm
photo.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
php.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
pkg-config.scm
plotutils.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
poedit.scm
polkit.scm
popt.scm
pretty-print.scm gnu: a2ps: Make some inputs native. 2020-04-04 12:45:36 +02:00
printers.scm
profiling.scm gnu: cube: Use HTTPS home page. 2020-03-14 22:01:40 +01:00
prolog.scm
protobuf.scm
pth.scm
pulseaudio.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
pumpio.scm
pure.scm
pv.scm
python-check.scm gnu: python-coveralls: Update to 1.11.1. 2020-04-07 17:59:00 +02:00
python-compression.scm
python-crypto.scm gnu: Add python-ntlm-auth. 2020-03-26 19:14:44 +00:00
python-science.scm gnu: Remove python2-scikit-image. 2020-04-09 20:04:44 +02:00
python-web.scm gnu: python-aiohttp: Enable tests 2020-04-02 00:06:26 +02:00
python-xyz.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
python.scm gnu: Python: Move arm-alignment.patch to a native-input + phase. 2020-04-02 17:11:17 +02:00
qt.scm gnu: qtwebengine: Fix build with Ninja >= 1.10. 2020-04-08 21:45:23 +02:00
ragel.scm
rails.scm
ratpoison.scm
rcm.scm
rdesktop.scm
rdf.scm Merge branch 'master' into core-updates 2020-03-27 00:12:15 +01:00
re2c.scm
readline.scm
rednotebook.scm
regex.scm
robotics.scm
rpc.scm gnu: python-grpcio: Update to 1.27.2. 2020-03-21 20:17:20 +01:00
rrdtool.scm
rsync.scm gnu: rsync: Use system zlib and popt libraries. 2020-03-21 03:09:51 +01:00
ruby.scm gnu: ruby-sqlite3: Remove obsolete workaround. 2020-04-08 13:21:24 +02:00
rush.scm
rust-apps.scm
rust.scm gnu: rust: Build with Make 4.2. 2020-03-30 15:07:49 +02:00
sagemath.scm
samba.scm
sawfish.scm gnu: librep: Update home page. 2020-03-15 01:08:08 +01:00
scanner.scm
scheme.scm Merge branch 'master' into core-updates 2020-03-18 19:41:08 +01:00
screen.scm gnu: screen: Build fix for the Hurd. 2020-03-26 12:59:34 +01:00
scribus.scm
scsi.scm
sdcc.scm
sdl.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
sdr.scm
search.scm Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
security-token.scm gnu: Replace uses of 'gettext' with 'gettext-minimal'. 2020-04-04 15:48:44 +02:00
selinux.scm
serialization.scm
serveez.scm
shells.scm
shellutils.scm
simh.scm
simulation.scm
skarnet.scm
skribilo.scm
slang.scm
smalltalk.scm
sml.scm
speech.scm gnu: sonic: Fix installation directories. 2020-03-31 14:30:39 +02:00
sphinx.scm
spice.scm gnu: spice-gtk: Add an absolute reference for libjpeg in the .la files. 2020-04-10 15:53:19 +02:00
sqlite.scm
squirrel.scm
ssh.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
sssd.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
stalonetray.scm
statistics.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
stb.scm
storage.scm
suckless.scm
swig.scm gnu: swig: Use guile-3.0 instead of guile-2.2. 2020-03-18 19:23:45 +01:00
sync.scm
syncthing.scm gnu: Syncthing: Update to 1.4.1. 2020-04-07 22:04:34 -04:00
syndication.scm gnu: Add tuir. 2020-04-05 09:42:43 +03:00
synergy.scm gnu: synergy: Fix build failure. 2020-04-03 18:04:38 +02:00
task-management.scm
tbb.scm
tcl.scm
telephony.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
terminals.scm Merge branch 'master' into core-updates 2020-03-30 12:17:33 +02:00
terraform.scm
tex.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
texinfo.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
text-editors.scm gnu: scintilla: Update to 4.3.2. 2020-03-17 11:20:42 +01:00
textutils.scm
time.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
tls.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
tmux.scm
tor.scm gnu: privoxy: Make some inputs native. 2020-03-31 09:41:32 +02:00
toys.scm
tryton.scm
tv.scm
uml.scm
unicode.scm
unrtf.scm
upnp.scm
usb-modeswitch.scm
uucp.scm
valgrind.scm
version-control.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
video.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
vim.scm gnu: vim-asyncrun: Update to 2.7.1. 2020-04-01 10:19:33 +03:00
virtualization.scm gnu: criu: Remove obsolete workaround. 2020-04-05 16:33:19 +02:00
vnc.scm
vpn.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
vulkan.scm gnu: Replace uses of 'gettext' with 'gettext-minimal'. 2020-04-04 15:48:44 +02:00
w3m.scm
wdiff.scm
web-browsers.scm
web.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
webkit.scm Merge branch 'master' into core-updates 2020-03-19 08:50:35 +01:00
wget.scm
wicd.scm
wine.scm
wireservice.scm
wm.scm gnu: Add stumpish. 2020-03-30 23:20:54 +03:00
wordnet.scm
wv.scm
wxwidgets.scm Merge branch 'master' into core-updates 2020-03-18 19:41:08 +01:00
xdisorg.scm Merge branch 'master' into core-updates 2020-04-08 13:00:50 +02:00
xfce.scm Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
xfig.scm
xiph.scm gnu: libkate: Make some inputs native. 2020-04-04 20:18:29 +02:00
xml.scm gnu: python-xmlschema: Update to 1.1.2. 2020-03-26 22:35:36 +01:00
xnee.scm
xorg.scm gnu: xkbcomp: Update to 1.4.3. 2020-03-26 22:35:37 +01:00
zile.scm
zwave.scm