me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu/packages
Hartmut Goebel 62b8ae1a91
gnu: astyle: Create symlinks for .so files, too.
The Makefile only creates files with a versioned extension (.so.3.1.0),
which are not picked up be cmake's `find_libarary()`. (Instead cmake
picks up the static .a library.)

Symlinks for .so.3 are required to avoid phase `verify-runpath` fails.

* gnu/packages/code.scm(astyle)[argumements]<modules>: New element.
  <phases>{install-libs}: Add creating symlinks.
2019-11-21 18:23:33 +01:00
..
aux-files gnu: linux-libre: Add version 5.3.1. 2019-10-01 22:40:05 +02:00
patches Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
abduco.scm
abiword.scm gnu: Remove more GCC < 7 workarounds. 2019-10-20 14:00:12 +02:00
accessibility.scm
acct.scm
acl.scm
ada.scm
admin.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
adns.scm gnu: gRPC: Re-add custom c-ares variant. 2019-07-15 16:51:16 +02:00
agda.scm gnu: Move non-compilers out of haskell.scm. 2019-08-31 09:25:49 -04:00
aidc.scm gnu: Remove more GCC < 7 workarounds. 2019-10-20 14:00:12 +02:00
algebra.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
android.scm gnu: android-udev-rules: Use GIT-FILE-NAME. 2019-11-03 20:09:29 +01:00
animation.scm gnu: pencil2d: Update to 0.6.4. 2019-06-06 05:59:01 +02:00
anthy.scm
antivirus.scm gnu: clamav: Update to 0.102.0. 2019-10-14 23:13:24 -05:00
apl.scm gnu: apl: Add pcre support. 2019-06-24 18:59:21 +03:00
apr.scm
arcan.scm
aspell.scm gnu: aspell-dict-ca: Update to 2.5.0. 2019-11-03 00:31:02 +01:00
assembly.scm gnu: yasm: Disable parallel tests. 2019-10-21 18:20:39 +01:00
astronomy.scm gnu: gnuastro: Update to 0.10. 2019-08-29 10:23:58 +03:00
attr.scm
audio.scm gnu: rtmidi: Update to 4.0.0. 2019-11-15 14:29:57 +01:00
augeas.scm
authentication.scm Merge branch 'master' into core-updates 2019-09-17 16:27:15 +02:00
autogen.scm
autotools.scm
avahi.scm gnu: avahi: Don't use package/inherit. 2019-10-23 20:39:46 +02:00
avr.scm gnu: avr-libc: Unset CPATH to fix the build. 2019-09-19 21:33:44 +02:00
axoloti.scm gnu: axoloti-runtime: Don't use unstable tarball. 2019-10-05 22:23:42 +02:00
backup.scm gnu: rdup: Fix build, disable encryption. 2019-11-02 00:36:02 +01:00
base.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
bash.scm gnu: bash-tap: Don't use unstable tarball. 2019-11-03 06:38:55 +01:00
batik.scm
bdw-gc.scm
benchmark.scm gnu: Add benchmark. 2019-06-14 23:18:12 +02:00
bioconductor.scm gnu: r-unifiedwmwqpcr: Fix typo in description. 2019-11-11 19:02:45 -08:00
bioinformatics.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
bison.scm gnu: xyce: Use Bison 3.0. 2019-09-30 09:49:34 +02:00
bittorrent.scm gnu: qbittorrent: Update to 4.1.9.1. 2019-11-01 17:14:30 +01:00
boost.scm gnu: Add boost-with-python3. 2019-11-10 23:50:37 +01:00
bootloaders.scm gnu: u-boot: Remove redundant GCC input. 2019-10-31 01:03:27 +01:00
bootstrap.scm gnu: bootstrap: Memoize 'bootstrap-origin'. 2019-11-04 23:35:31 +01:00
build-tools.scm gnu: gn: Enable tests. 2019-11-15 19:09:13 +01:00
busybox.scm gnu: busybox: Don't install to usr. 2019-06-17 16:27:16 +03:00
c.scm gnu: Add libfixposix. 2019-05-21 16:19:03 +02:00
calcurse.scm gnu: calcurse: Update to 4.5.0. 2019-06-25 16:24:11 +02:00
calendar.scm gnu: libical: Update to 3.0.6. 2019-10-08 21:23:05 +02:00
ccache.scm gnu: ccache: Update to 3.6. 2019-08-22 00:25:40 +02:00
cdrom.scm gnu: libisofs: Update to 1.5.2. 2019-10-29 01:53:24 +01:00
cedille.scm gnu: cedille: Adjust import list. 2019-09-01 00:13:28 +02:00
certs.scm gnu: nss, nss-certs: Update to 3.46.1. 2019-10-08 21:23:04 +02:00
check.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
chemistry.scm
chez.scm
chromium.scm gnu: ungoogled-chromium: Update to 78.0.3904.97-0.acaf163. 2019-11-15 19:09:13 +01:00
ci.scm gnu: cuirass: Update to 0.0.1-26.e20ff86. 2019-10-30 13:32:24 +01:00
cinnamon.scm
clojure.scm
cluster.scm gnu: keepalived: Update home page. 2019-09-24 20:12:55 +02:00
cmake.scm gnu: CMake: Add version 3.15.5. 2019-11-15 19:09:13 +01:00
cobol.scm
code.scm gnu: astyle: Create symlinks for .so files, too. 2019-11-21 18:23:33 +01:00
commencement.scm gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'. 2019-11-07 18:39:55 +01:00
compression.scm Merge branch 'master' into staging 2019-10-18 18:10:47 +02:00
compton.scm
conky.scm gnu: conky: Add Pulseaudio support. 2019-10-01 18:11:25 +02:00
connman.scm gnu: econnman: Build with python. 2019-10-15 23:48:11 +03:00
cook.scm
coq.scm gnu: Remove more GCC < 7 workarounds. 2019-10-20 14:00:12 +02:00
cpio.scm gnu: cpio: Update to 2.13 [fixes CVE-2015-1197, CVE-2019-14866]. 2019-11-06 12:12:51 +01:00
cpp.scm gnu: Add cpplint. 2019-11-15 10:50:19 +01:00
cppi.scm
cran.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
crates-io.scm gnu: Merge all crates into (gnu packages crates-io). 2019-10-27 22:38:16 +02:00
cross-base.scm gnu: mingw-w64: Add -winpthreads variants. 2019-10-21 17:39:08 -04:00
crypto.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
cryptsetup.scm gnu: cryptsetup: Update to 2.2.2. 2019-11-02 22:09:15 +01:00
cups.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
curl.scm gnu: curl: Replace with 7.66.0 [fixes CVE-2019-5481, CVE-2019-5482]. 2019-10-13 22:49:16 +02:00
cvassistant.scm gnu: Add cvassistant. 2019-08-26 10:47:12 +02:00
cyrus-sasl.scm
databases.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
datamash.scm gnu: datamash: Update to 1.5. 2019-09-23 09:38:50 +03:00
datastructures.scm gnu: liburcu: Update to 0.11.1. 2019-06-06 05:59:00 +02:00
dav.scm gnu: vdirsyncer: Skip tests. 2019-10-04 12:21:45 +03:00
dbm.scm gnu: bdb: Add 4.8.30. 2019-07-08 16:21:48 -04:00
dc.scm gnu: ncdc: Update to 1.22. 2019-05-21 00:51:43 +02:00
debian.scm gnu: debootstrap: Workaround for PATH issues. 2019-06-05 09:54:49 -07:00
debug.scm gnu: delta: Use 'mirror-url'. 2019-11-10 11:18:35 +02:00
dejagnu.scm
dico.scm gnu: dico: Update to 2.9. 2019-06-15 18:24:52 +02:00
dictionaries.scm Merge branch 'master' into core-updates 2019-10-06 22:02:20 +02:00
diffoscope.scm gnu: diffoscope: Add additional native-inputs for tests. 2019-10-29 00:07:39 -07:00
digest.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
direct-connect.scm
disk.scm gnu: ndctl: Update to 67. 2019-10-28 21:22:24 +01:00
display-managers.scm gnu: sddm: Add QtQuick-related dependencies to sddm. 2019-05-29 23:16:49 +02:00
distributed.scm gnu: BOINC: Add a source file name. 2019-10-12 18:39:56 +02:00
django.scm gnu: python-django-override-storage: Update to 0.1.6. 2019-10-15 05:24:36 +02:00
djvu.scm
dlang.scm
dns.scm gnu: Add knot-resolver. 2019-11-11 20:30:53 +08:00
docbook.scm gnu: Replace uses of texlive-*-amsfonts. 2019-07-24 09:46:49 +02:00
docker.scm gnu: docker: Adjust tests for changes in go. 2019-11-03 14:48:21 +03:00
documentation.scm gnu: doxygen: Build with Python 3. 2019-07-07 20:07:22 +02:00
dunst.scm gnu: dunst: Update to 1.4.1. 2019-10-28 11:49:51 +01:00
dvtm.scm
easyrpg.scm
ebook.scm Merge branch 'master' into core-updates 2019-07-31 14:28:56 +02:00
ed.scm Revert "gnu: ed: Update to 1.15." 2019-08-18 12:20:53 +02:00
education.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
efi.scm
electronics.scm gnu: sigrok-firmware-fx2lafw: Fix build. 2019-11-01 15:23:00 +01:00
elf.scm gnu: patchelf: Update to 0.10. 2019-11-11 11:00:33 +02:00
elixir.scm gnu: elixir: Don't use unstable tarball. 2019-09-17 16:04:43 +02:00
elm.scm gnu: Add elm-compiler 0.19.0 2019-08-17 16:23:06 +02:00
emacs-xyz.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
emacs.scm gnu: emacs: Add mailutils to inputs. 2019-10-12 16:29:50 +02:00
embedded.scm Merge branch 'master' into core-updates 2019-10-01 12:06:00 +02:00
emulators.scm gnu: retroarch: Update to 1.8.1. 2019-11-03 00:51:58 +01:00
enchant.scm gnu: enchant: Update to 2.2.7. 2019-09-23 17:58:32 +02:00
engineering.scm gnu: freecad: Update to 0.18.4. 2019-11-15 13:50:03 +01:00
enlightenment.scm gnu: efl: Update to 1.23.2. 2019-11-13 21:12:38 +02:00
entr.scm
erlang.scm
fabric-management.scm gnu: ucx: Do not install static libraries. 2019-11-15 17:52:44 +01:00
fcitx.scm gnu: fcitx-configtool: Don't use NAME in source URI. 2019-11-08 14:13:42 +01:00
figlet.scm
file-systems.scm gnu: apfs-fuse: Fix build. 2019-10-10 19:01:03 -04:00
file.scm
finance.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
firmware.scm gnu: Add arm-trusted-firmware-rk3328. 2019-10-18 12:11:46 -07:00
flashing-tools.scm gnu: me-cleaner: Update to 1.2. 2019-10-08 05:29:30 +02:00
flex.scm gnu: flex: Remove superfluous input. 2019-07-09 21:07:13 +02:00
fltk.scm
fonts.scm gnu: font-awesome: Download using git-fetch. 2019-10-22 12:35:22 +03:00
fontutils.scm gnu: Add FontManager. 2019-10-18 12:02:52 +02:00
forth.scm
fpga.scm gnu: yosys: Update to 0.9. 2019-11-03 18:27:21 +01:00
freedesktop.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
freeipmi.scm gnu: freeipmi: Update to 1.6.4. 2019-08-22 17:59:30 +02:00
fribidi.scm gnu: fribidi: Fix CVE-2019-18397. 2019-11-09 21:07:10 +02:00
ftp.scm gnu: filezilla: Update to 3.42.1. 2019-06-19 15:42:50 +02:00
fvwm.scm gnu: fvwm: Update to 2.6.9. 2019-11-10 00:32:22 +01:00
game-development.scm gnu: openvr: Update to 1.8.19. 2019-11-12 18:17:37 +01:00
games.scm gnu: crawl: Update to 0.24.0. 2019-11-11 13:31:54 -05:00
gawk.scm gnu: gawk: Update to 5.0.1. 2019-06-29 23:04:08 +02:00
gcal.scm
gcc.scm gnu: gfortran: Add version 9.x. 2019-10-14 18:25:31 +02:00
gd.scm
gdb.scm gnu: rust: Use GDB 8.2 for tests. 2019-10-18 18:18:27 +02:00
genealogy.scm gnu: gramps: Update to 5.1.1. 2019-10-27 12:55:52 +02:00
genimage.scm
geo.scm gnu: Add josm. 2019-11-13 22:49:55 +01:00
gettext.scm gnu: po4a: Update to 0.57. 2019-10-27 00:49:25 +02:00
ghostscript.scm Merge branch 'master' into core-updates 2019-09-06 20:46:00 -04:00
gimp.scm gnu: gimp: Update to 2.10.14. 2019-11-10 00:32:23 +01:00
gkrellm.scm
gl.scm gnu: mesa: Fix test failure on 32-bit systems. 2019-10-14 18:16:21 +02:00
glib.scm gnu: glib: Add comment about disallowed references. 2019-11-02 00:12:19 +01:00
gnome-xyz.scm gnu: Move numix-theme to gnome-xyz.scm. 2019-11-10 23:50:34 +01:00
gnome.scm gnu: gusb: Don't use unstable tarball. 2019-11-13 12:49:21 +02:00
gnu-doc.scm
gnu-pw-mgr.scm
gnucash.scm gnu: gnucash: Update to 3.7. 2019-10-02 21:30:57 -04:00
gnunet.scm gnu: libmicrohttpd: Update to 0.9.68. 2019-10-27 22:19:32 +01:00
gnupg.scm gnu: parcimonie: Update to 0.11.0. 2019-11-09 22:48:59 +02:00
gnustep.scm
gnuzilla.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
gobby.scm gnu: Remove more GCC < 7 workarounds. 2019-10-20 14:00:12 +02:00
golang.scm gnu: go: Update to 1.12.13 [fixes CVE-2019-17596]. 2019-11-12 17:25:41 -06:00
gperf.scm
gpodder.scm gnu: gpodder: Update to 3.10.11. 2019-10-08 23:07:09 +02:00
gprolog.scm
gps.scm gnu: gpxsee: Update to 7.16. 2019-10-30 05:21:04 +01:00
graph.scm gnu: Remove more GCC < 7 workarounds. 2019-10-20 14:00:12 +02:00
graphics.scm gnu: cgal: Update to 4.14.2. 2019-11-10 01:34:40 +01:00
graphviz.scm
groff.scm
groovy.scm
gsasl.scm Merge branch 'master' into core-updates 2019-08-29 17:19:18 -04:00
gstreamer.scm gnu: orc: Fix broken header file. 2019-10-15 18:18:38 +02:00
gtk.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
guile-wm.scm gnu: guile-wm: Fix cross-compilation. 2019-09-04 18:01:49 +02:00
guile-xyz.scm gnu: guile-redis: Don't use unstable tarball. 2019-11-13 13:49:39 +02:00
guile.scm gnu: guile-json: Export. 2019-10-23 00:44:33 +02:00
gv.scm
gxmessage.scm
ham-radio.scm gnu: Add aptdec. 2019-07-12 22:44:55 +05:30
hardware.scm gnu: ddcutil: Update to 0.9.7. 2019-10-14 19:38:44 +02:00
haskell-apps.scm gnu: git-annex: Update to 7.20191114. 2019-11-15 14:48:32 +01:00
haskell-check.scm gnu: Move non-compilers out of haskell.scm. 2019-08-31 09:25:49 -04:00
haskell-crypto.scm gnu: Add ghc-openssl-streams. 2019-08-07 22:05:32 -04:00
haskell-web.scm gnu: Add ghc-js-flot. 2019-09-02 23:09:39 -04:00
haskell-xyz.scm gnu: haskell-apps.scm: Add missing import. 2019-11-10 10:45:17 +02:00
haskell.scm gnu: ghc@8.6: Add missing 'native-search-paths'. 2019-09-09 21:21:00 -04:00
hexedit.scm
hugs.scm
hurd.scm
hyperledger.scm
i2p.scm gnu: i2pd: Rewrite 'check phase using with-directory-excursion. 2019-07-18 18:52:49 +03:00
ibus.scm gnu: ibus-libpinyin: Update to 1.11.1. 2019-11-11 07:03:45 +01:00
icu4c.scm gnu: icu4c: Make 'libicudata.so' behave the same on all architectures. 2019-07-31 14:41:35 +02:00
idris.scm gnu: idris: Update to 1.3.2. 2019-09-24 21:15:24 -05:00
idutils.scm
image-processing.scm gnu: Remove more GCC < 7 workarounds. 2019-10-20 14:00:12 +02:00
image-viewers.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
image.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
imagemagick.scm gnu: imagemagick: Update to 6.9.10-68. 2019-10-08 21:23:03 +02:00
inklingreader.scm
inkscape.scm gnu: poppler: Update to 0.77.0. 2019-06-15 23:47:34 +02:00
installers.scm gnu: make-nsis: Fix cross-compilation. 2019-10-30 11:20:00 -04:00
ipfs.scm gnu: gogoprotobuf: Consolidate packages. 2019-10-29 11:03:12 -04:00
irc.scm gnu: limnoria: Update to 2019.11.09 [security fix]. 2019-11-10 16:05:17 +01:00
iso-codes.scm
java-compression.scm
java-maths.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
java.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
javascript.scm gnu: js-datatables: Update to 1.10.19. 2019-09-22 21:20:07 +03:00
jemalloc.scm
jose.scm
jrnl.scm gnu: jrnl: Don't use unstable tarball. 2019-11-03 06:38:55 +01:00
julia.scm gnu: julia: Set search path. 2019-09-04 22:18:07 +02:00
jupyter.scm gnu: python-jupyter-kernel-test: Use PYTHON-VERSION. 2019-10-12 18:39:58 +02:00
kawa.scm gnu: Add Kawa. 2019-06-13 13:00:37 +02:00
kde-frameworks.scm gnu: Move kpmcore to kde.scm. 2019-11-10 22:18:20 +01:00
kde-plasma.scm gnu: kde plasma: Update to 5.17.0. 2019-11-10 22:18:20 +01:00
kde.scm gnu: kpmcore: Fix dependencies. 2019-11-17 16:24:05 +01:00
kerberos.scm
key-mon.scm
kodi.scm Merge branch 'master' into staging 2019-10-21 00:33:43 +02:00
language.scm gnu: Add tegaki-wagomu-traditional-chinese. 2019-09-17 13:31:25 +08:00
ld-wrapper.in
lego.scm
less.scm
lesstif.scm
libbsd.scm
libcanberra.scm
libdaemon.scm
libedit.scm gnu: libedit: Download over HTTPS. 2019-10-30 04:28:58 +01:00
libevent.scm Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
libffcall.scm
libffi.scm Merge branch 'staging' into core-updates 2019-05-25 00:25:15 +02:00
libftdi.scm
libidn.scm gnu: libidn2: Update to 2.2.0. 2019-05-25 00:47:54 +02:00
libphidget.scm
libreoffice.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
libsigsegv.scm
libunistring.scm
libunwind.scm
libusb.scm Merge branch 'master' into core-updates 2019-09-06 20:46:00 -04:00
license.scm gnu: licensecheck: Update to 3.0.37. 2019-10-08 05:29:29 +02:00
lighting.scm
linux.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
lirc.scm
lisp.scm gnu: sbcl: Update to 1.5.8. 2019-10-26 18:12:37 +02:00
llvm.scm gnu: clang-from-llvm: Fix set-glibc-file-names phase. 2019-11-12 13:43:41 -05:00
logging.scm gnu: multitail: Update to 6.5.0. 2019-11-11 06:46:33 +01:00
logo.scm gnu: Add qlogo. 2019-07-05 12:49:25 +05:30
lolcode.scm gnu: lci: Don't use unstable tarball. 2019-11-03 06:38:56 +01:00
lout.scm
lsof.scm
lua.scm gnu: lua-luv: Update to 1.30.1-1. 2019-10-06 04:46:53 +02:00
lxde.scm
lxqt.scm gnu: lxqt-globalkeys: Update to 0.14.3. 2019-11-03 03:52:23 +01:00
m4.scm
machine-learning.scm gnu: Add gloo. 2019-10-21 23:26:33 +02:00
magic-wormhole.scm
mail.scm gnu: perl-mail-dkim: Update to 0.58. 2019-11-14 18:01:40 +01:00
make-bootstrap.scm gnu: make-bootstrap: Slightly clarify 'package-with-relocatable-glibc'. 2019-11-09 23:04:14 +01:00
man.scm gnu: scdoc: Set PREFIX instead of patching Makefile. 2019-10-28 23:04:48 +01:00
markup.scm gnu: smu: Don't use unstable tarball. 2019-09-28 05:36:12 +02:00
marst.scm
mastodon.scm gnu: toot: Don't install the Makefile. 2019-06-25 19:09:51 +03:00
mate.scm gnu: mate-utils: Build with a fixed version of yelp-tools. 2019-10-10 18:48:08 +02:00
maths.scm Merge branch 'master' into staging 2019-10-21 00:33:43 +02:00
maven.scm gnu: Remove dependencies on java-tomcat, use servlet API instead. 2019-10-13 22:35:04 +02:00
mc.scm gnu: mc: Update to 4.8.23. 2019-06-25 17:22:11 +02:00
mcrypt.scm
medical.scm
mes.scm gnu: Add m2-planet. 2019-11-14 16:41:55 +01:00
messaging.scm gnu: libmesode: Update to 0.9.3. 2019-11-12 04:05:30 +01:00
microcom.scm
mingw.scm gnu: mingw-w64: Add -winpthreads variants. 2019-10-21 17:39:08 -04:00
moe.scm
monitoring.scm gnu: zabbix-agentd: Update to 4.4.1. 2019-11-03 14:46:51 +03:00
mono.scm
moreutils.scm
motti.scm
mp3.scm gnu: eyed3: Update to 0.8.11. 2019-11-11 04:50:29 +01:00
mpd.scm gnu: mpd-mpc: Update to 0.33. 2019-11-02 00:36:01 +01:00
mpi.scm gnu: openmpi: Raise the priority of the PSM2 component. 2019-11-15 17:52:45 +01:00
mtools.scm
multiprecision.scm gnu: libtommath: Update to 1.2.0. 2019-10-22 15:48:48 +03:00
music.scm gnu: rtmidi: Update to 4.0.0. 2019-11-15 14:29:57 +01:00
musl.scm
nano.scm gnu: nano: Update to 4.5. 2019-10-05 20:00:51 +02:00
ncdu.scm
ncurses.scm gnu: dialog: Update to 1.3-20191110. 2019-11-12 03:33:06 +01:00
netpbm.scm
nettle.scm gnu: nettle: Update to 3.5.1. 2019-06-30 17:06:41 +02:00
networking.scm gnu: Add pagekite. 2019-11-11 14:03:44 -06:00
nfs.scm
nickle.scm
nim.scm
ninja.scm gnu: ninja: Python is a regular input. 2019-07-07 18:38:19 +02:00
node.scm Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
noweb.scm
nss.scm gnu: nss, nss-certs: Update to 3.46.1. 2019-10-08 21:23:04 +02:00
ntp.scm gnu: tlsdate: Build against OpenSSL@1.0. 2019-09-29 16:39:19 +02:00
nutrition.scm
nvi.scm
ocaml.scm gnu: ocaml-charinfo-width: Parameterize download url. 2019-11-13 12:49:21 +02:00
ocr.scm gnu: Add python2-zinnia. 2019-09-17 13:29:03 +08:00
onc-rpc.scm gnu: libnsl: Do not build 'libnsl.a'. 2019-07-15 21:19:35 +02:00
openbox.scm
opencl.scm gnu: hwloc: Update to 2.1.0. 2019-11-15 17:52:45 +01:00
openldap.scm Merge branch 'master' into core-updates 2019-10-07 17:06:13 +02:00
openstack.scm gnu: python-git-review: Update to 1.28.0. 2019-10-15 05:24:36 +02:00
orpheus.scm
ots.scm
package-management.scm gnu: msitools: Update to 0.100. 2019-11-14 18:01:40 +01:00
parallel.scm gnu: openmpi, slurm: Switch to hwloc 2.x. 2019-11-15 17:52:45 +01:00
password-utils.scm gnu: packages: Add rofi-pass. 2019-11-08 22:03:14 +01:00
patchutils.scm gnu: meld: Wrap with Glib or Gtk path variables. 2019-10-27 18:57:25 +01:00
pciutils.scm
pcre.scm Merge branch 'master' into core-updates 2019-08-13 20:42:06 +02:00
pdf.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
pem.scm
perl-check.scm gnu: perl-test-mockmodule: Update to 0.171.0. 2019-10-24 05:52:14 +02:00
perl-compression.scm gnu: perl-archive-zip: Update to 1.67. 2019-11-12 20:10:55 +01:00
perl-web.scm
perl.scm gnu: perl-type-tiny: Update to 1.006000. 2019-11-14 18:01:40 +01:00
perl6.scm gnu: perl6-json-fast: Update to 0.10. 2019-11-04 13:53:16 +01:00
phabricator.scm
photo.scm gnu: LibRaw: Update to 1.19.5. 2019-09-05 00:21:41 +02:00
php.scm gnu: php: Update to 7.3.11. 2019-10-24 20:38:01 +02:00
pkg-config.scm gnu: pkg-config: Memoize 'cross-pkg-config'. 2019-11-07 18:39:55 +01:00
plotutils.scm gnu: asymptote: Update to 2.59. 2019-11-01 11:22:05 +01:00
poedit.scm gnu: poedit: Update to 2.2.4. 2019-10-14 17:14:45 +02:00
polkit.scm gnu: polkit-qt: Use https for home-page. 2019-11-10 11:50:24 +02:00
popt.scm gnu: gengetopt: Update to 2.23. 2019-06-15 18:28:13 +02:00
pretty-print.scm gnu: highlight: Update to 3.54. 2019-11-12 03:33:07 +01:00
printers.scm
profiling.scm
protobuf.scm gnu: protobuf: Update to 3.10.1. 2019-11-12 20:09:50 +01:00
pth.scm
pulseaudio.scm gnu: pulseaudio: Add optional X11 inputs. 2019-10-13 23:08:10 +02:00
pumpio.scm
pure.scm
pv.scm
python-check.scm gnu: Add python-pytest-isort. 2019-10-22 16:58:29 +02:00
python-compression.scm gnu: Add python-zipp. 2019-06-26 16:24:58 +02:00
python-crypto.scm gnu: python-keyutils: Fix typo in description. 2019-11-11 19:02:48 -08:00
python-web.scm gnu: python-cachecontrol: Update to 0.12.5. 2019-10-29 08:38:29 +01:00
python-xyz.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
python.scm Merge branch 'master' into core-updates 2019-09-17 16:27:15 +02:00
qt.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
ragel.scm
rails.scm
ratpoison.scm
rdesktop.scm gnu: rdesktop: Update to 1.9.0. 2019-11-09 10:33:46 -06:00
rdf.scm gnu: sord: Update to 0.16.4. 2019-11-12 03:33:06 +01:00
re2c.scm gnu: re2c: Update to 1.2.1. 2019-10-12 15:18:26 +02:00
readline.scm
rednotebook.scm gnu: Add rednotebook. 2019-08-29 19:15:14 +02:00
regex.scm gnu: re2: Update to 2019-11-01. 2019-11-03 00:16:16 +01:00
robotics.scm gnu: protobuf: Update to 3.10.0. 2019-10-21 00:26:14 +02:00
rrdtool.scm
rsync.scm gnu: librsync: Update to 2.2.1. 2019-11-13 12:49:21 +02:00
ruby.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
rush.scm gnu: rush: Update to 2.1. 2019-07-13 15:13:52 +02:00
rust-cbindgen.scm gnu: Merge all crates into (gnu packages crates-io). 2019-10-27 22:38:16 +02:00
rust.scm gnu: rust@1.27: Add comment about GDB requirement. 2019-10-18 18:28:32 +02:00
sagemath.scm gnu: pynac: Update to 0.7.26. 2019-11-03 03:52:23 +01:00
samba.scm gnu: iniparser: Don't use unstable tarball. 2019-11-13 21:46:30 +02:00
sawfish.scm gnu: rep-gtk: Update to 0.90.8.3. 2019-06-27 12:22:04 +05:30
scanner.scm gnu: sane-backends: Build back ends that need JPEG support. 2019-08-01 05:43:33 +02:00
scheme.scm gnu: Chibi-Scheme: Do not use unstable tarball. 2019-11-01 00:17:55 +01:00
screen.scm gnu: screen: Update to 4.7.0. 2019-10-02 20:57:46 +03:00
scribus.scm Merge branch 'master' into core-updates 2019-08-13 20:42:06 +02:00
scsi.scm
sdcc.scm
sdl.scm gnu: sdl2: Fix build on 32-bit architectures. 2019-10-15 18:09:14 +02:00
search.scm gnu: xapian: Update to 1.4.13. 2019-10-20 00:31:15 +02:00
security-token.scm gnu: Add pam-u2f. 2019-10-27 17:04:26 +01:00
selinux.scm gnu: libselinux: Install python bindings to separate output. 2019-07-11 15:40:20 +02:00
serialization.scm gnu: yaml-cpp: Don't use unstable tarball. 2019-11-03 20:09:29 +01:00
serveez.scm
shells.scm gnu: loksh: Update to 6.6. 2019-11-03 00:51:58 +01:00
shellutils.scm gnu: hstr: Don't use unstable tarball. 2019-11-13 22:02:25 +02:00
simh.scm
simulation.scm gnu: Replace uses of 'cmake' with 'cmake-minimal'. 2019-06-20 23:56:57 +02:00
skarnet.scm
skribilo.scm
slang.scm gnu: newt: Update to 0.52.21. 2019-06-08 02:30:25 +02:00
smalltalk.scm
sml.scm
speech.scm gnu: sonic: Don't use unstable tarball. 2019-11-13 22:07:52 +02:00
sphinx.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
spice.scm gnu: spice-gtk: Update to 0.37. 2019-07-24 21:29:10 +02:00
sqlite.scm
squirrel.scm gnu: Replace uses of 'cmake' with 'cmake-minimal'. 2019-06-20 23:56:57 +02:00
ssh.scm gnu: clusterssh: Update to 1.8.2. 2019-11-13 22:16:36 +02:00
sssd.scm gnu: sssd: Update to 1.16.4. 2019-08-14 22:25:30 +02:00
stalonetray.scm
statistics.scm gnu: r-hexbin: Update to 1.28.0. 2019-11-14 10:14:10 +01:00
stb.scm
storage.scm gnu: ceph: Fix build with recent CMake. 2019-07-17 15:13:57 +02:00
suckless.scm gnu: Add scron. 2019-09-09 21:53:26 +08:00
swig.scm
sync.scm gnu: rclone: Update to 1.50.1. 2019-11-05 22:45:58 +01:00
syncthing.scm gnu: go-gopkg.in-asn1-ber.v1: Update comment. 2019-10-29 11:03:13 -04:00
syndication.scm gnu: rtv: Update to 1.27.0. 2019-06-18 06:15:02 +02:00
synergy.scm gnu: Adjust uses of C{,PLUS}_INCLUDE_PATH for GCC 7. 2019-07-14 18:13:34 +02:00
task-management.scm
tbb.scm gnu: tbb: Update to 2019_U9. 2019-10-10 20:09:56 +02:00
tcl.scm gnu: tcl: Update home page. 2019-10-13 18:35:59 +02:00
telephony.scm gnu: libsrtp: Don't use unstable tarball. 2019-11-13 22:25:47 +02:00
terminals.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
terraform.scm
tex.scm gnu: texlive-latex-pdfx: Declare source file-name. 2019-11-13 12:49:23 +02:00
texinfo.scm Merge branch 'master' into core-updates 2019-09-27 19:11:27 +02:00
text-editors.scm gnu: vis: Don't use unstable tarball. 2019-11-13 22:33:58 +02:00
textutils.scm gnu: pfff: Don't use unstable tarball. 2019-11-13 22:59:29 +02:00
tigervnc.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
time.scm Merge branch 'master' into core-updates 2019-07-12 01:03:53 +02:00
tls.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
tmux.scm gnu: tmux: Update to 2.9a. 2019-08-21 23:52:47 +02:00
tor.scm gnu: onionshare: Update to 2.2. 2019-10-15 22:35:25 -05:00
toys.scm gnu: add filters. 2019-10-28 20:39:31 +01:00
tryton.scm
tv.scm
uml.scm
unrtf.scm
upnp.scm gnu: Remove monero-miniupnpc. 2019-11-10 01:58:17 +01:00
usb-modeswitch.scm gnu: packages: Fix typos. 2019-09-23 13:15:17 -07:00
uucp.scm
valgrind.scm
version-control.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
video.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
vim.scm gnu: vim-neocomplete: Don't use unstable tarball. 2019-11-13 21:36:00 +02:00
virtualization.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
vpn.scm gnu: ocproxy: Don't use unstable tarball. 2019-11-13 21:10:24 +02:00
vulkan.scm Merge branch 'master' into staging 2019-10-08 19:24:34 +02:00
w3m.scm
wdiff.scm
web-browsers.scm gnu: links: Update to 2.20.2. 2019-11-14 10:45:51 +02:00
web.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
webkit.scm gnu: webkitgtk: Update to 2.26.2. 2019-11-06 22:18:02 +01:00
wget.scm gnu: wget2: Update to 1.99.2. 2019-09-08 13:53:26 +03:00
wicd.scm
wine.scm gnu: dxvk: Fix inputs and configure flag expansion. 2019-11-02 12:01:49 +01:00
wireservice.scm gnu: wireservice: New wireservice-package macro. 2019-07-08 13:05:55 +02:00
wm.scm gnu: polybar: Update to 3.4.1. 2019-11-08 12:50:20 +01:00
wordnet.scm
wv.scm
wxwidgets.scm gnu: Add python-wxpython. 2019-11-05 19:51:06 +05:30
xdisorg.scm gnu: Add 'file-name' where appropriate. 2019-11-10 12:42:10 +02:00
xfce.scm gnu: xfce4-diskperf-plugin: Fix typo in description. 2019-11-11 19:02:53 -08:00
xfig.scm
xiph.scm Merge branch 'master' into staging 2019-10-13 23:04:06 +02:00
xml.scm gnu: minixml: Adjust to updated upstream tarball. 2019-11-13 15:56:53 +01:00
xnee.scm
xorg.scm Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
zile.scm
zwave.scm gnu: open-zwave: Use the bundled TinyXML. 2019-07-15 18:27:23 +02:00