| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build-system/go: Build with a filesystem union of Go dependencies.•••This basically changes (guix build-system go) so that instead of looking
up its dependencies in a list of directories in $GOPATH, all the
Go dependencies are symlinked into a single directory.
Fixes <https://bugs.gnu.org/33620>.
* guix/build/go-build-system.scm (setup-go-environment): New variable.
(setup-environment, install-source): Remove variables.
(unpack): Unpack the source relative to $GOPATH.
(install): Do not install the compiled objects in the 'pkg' directory.
Install the source code in this phase, and only install the source of
the package named by IMPORT-PATH.
* doc/guix.texi (Build Systems): Adjust accordingly.
* gnu/packages/docker.scm (docker): Import (guix build union) on the build side
and adjust to build phase name changes in (guix build-system go).
* gnu/packages/shellutils.scm (direnv): Likewise.
* gnu/packages/databases.scm (mongo-tools)[arguments]:
Set '#:install-source #f'.
* gnu/packages/music.scm (demlo)[arguments]: Move the 'install-scripts'
phase after the 'install' phase.
| Leo Famulari | 2019-03-14 | 7 | -72/+90 |
* | gnu: Remove Go 1.9.•••* gnu/packages/golang.scm (go-1.9): Remove variable.
(go-1.11): Inherit from go-1.4 and consolidate the inherited build
phases from go-1.9.
Go 1.11 should be essentially unchanged with this commit, although the
derivation is different.
| Leo Famulari | 2019-03-14 | 1 | -181/+43 |
* | gnu: python-flexmock: Update to 0.10.3.•••* gnu/packages/check.scm (python-flexmock): Update to 0.10.3.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -2/+2 |
* | gnu: python-freezegun: Update to 0.3.11.•••* gnu/packages/check.scm (python-freezegun): Update to 0.3.11.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -3/+2 |
* | gnu: python-nose-timer: Update to 0.7.4.•••* gnu/packages/check.scm (python-nose-timer): Update to 0.7.4.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -3/+2 |
* | gnu: aubio: Update to 0.4.9.•••* gnu/packages/audio.scm (aubio): Update to 0.4.9.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -3/+3 |
* | gnu: qjackctl: Update to 0.5.6.•••* gnu/packages/audio.scm (qjackctl): Update to 0.5.6.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -3/+3 |
* | gnu: qsynth: Update to 0.5.5.•••* gnu/packages/audio.scm (qsynth): Update to 0.5.5.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -3/+2 |
* | gnu: Move libconfuse to (gnu packages textutils).•••* gnu/packages/wm.scm (libconfuse): Move…
* gnu/packages/textutils.scm (libconfuse): …to here.
Adjust all imports.
| Tobias Geerinckx-Rice | 2019-03-14 | 5 | -26/+25 |
* | gnu: sslh: Update to 1.20.•••* gnu/packages/networking.scm (sslh): Update to 1.20.
[native-inputs]: Add perl-conf-libconfig. Remove valgrind.
[arguments]: Re-indent.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -20/+20 |
* | gnu: Add perl-conf-libconfig.•••* gnu/packages/perl.scm (perl-conf-libconfig): New public variable.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -1/+31 |
* | gnu: sslh: Don't use unstable tarball.•••* gnu/packages/networking.scm (sslh)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2019-03-14 | 1 | -8/+9 |
* | gnu: lxqt-about: Make it more reproducible.•••* gnu/packages/lxqt.scm (lxqt-about)[arguments]<#:phases>[setenv]: New phase.
| Danny Milosavljevic | 2019-03-14 | 1 | -0/+4 |
* | gnu: screengrab: Update to 1.101.•••* gnu/packages/lxqt.scm (screengrab): Update to 1.101.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -2/+2 |
* | gnu: qterminal: Update to 0.14.1.•••* gnu/packages/lxqt.scm (qterminal): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -6/+3 |
* | gnu: qtermwidget: Update to 0.14.1.•••* gnu/packages/lxqt.scm (qtermwidget): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -6/+3 |
* | gnu: qps: Update to 1.10.20.•••* gnu/packages/lxqt.scm (qps): Update to 1.10.20.
[native-inputs]: Add lxqt-build-tools.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -3/+4 |
* | gnu: pavucontrol-qt: Update to 0.14.1.•••* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -6/+3 |
* | gnu: obconf-qt: Update to 0.14.1.•••* gnu/packages/lxqt.scm (obconf-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -6/+3 |
* | gnu: lximage-qt: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lximage-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -6/+3 |
* | gnu: compton-conf: Update to 0.14.1.•••* gnu/packages/lxqt.scm (compton-conf): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+2 |
* | gnu: pcmanfm-qt: Update to 0.14.1.•••* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+2 |
* | gnu: libfm-qt: Update to 0.14.1.•••* gnu/packages/lxqt.scm (libfm-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -6/+3 |
* | gnu: lxqt-themes: Update to 0.14.0.•••* gnu/packages/lxqt.scm (lxqt-themes): Update to 0.14.0.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -2/+2 |
* | gnu: lxqt-sudo: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-sudo): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+11 |
* | gnu: lxqt-session: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-session): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -4/+11 |
* | gnu: lxqt-runner: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-runner): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+9 |
* | gnu: lxqt-qtplugin: Update to 0.14.0.•••* gnu/packages/lxqt.scm (lxqt-qtplugin): Update to 0.14.0.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -2/+2 |
* | gnu: lxqt-powermanagement: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+10 |
* | gnu: lxqt-policykit: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-policykit): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -4/+9 |
* | gnu: lxqt-panel: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-panel): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+10 |
* | gnu: lxqt-openssh-askpass: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-openssh-askpass): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+11 |
* | gnu: lxqt-notificationd: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-notificationd): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+10 |
* | gnu: lxqt-globalkeys: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+9 |
* | gnu: lxqt-config: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-config): Update to 0.14.1.
[inputs]: Add eudev, libxi, xf86-input-libinput.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -6/+20 |
* | gnu: lxqt-admin: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-admin): Update to 0.14.1.
[arguments]: Remove #:configure-flags
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+10 |
* | gnu: lxqt-about: Update to 0.14.1.•••* gnu/packages/lxqt.scm (lxqt-about): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+11 |
* | gnu: libsysstat: Update to 0.4.2.•••* gnu/packages/lxqt.scm (libsysstat): Update to 0.4.2.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -2/+2 |
* | gnu: liblxqt: Update to 0.14.1.•••* gnu/packages/lxqt.scm (liblxqt): Update to 0.14.1.
[arguments]: Remove #:configure-flags. Add 'patch-translations-dir' phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -5/+9 |
* | gnu: libqtxdg: Update to 3.3.1.•••* gnu/packages/lxqt.scm (libqtxdg): Update to 3.3.1.
[native-inputs]: Add lxqt-build-tools.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -2/+4 |
* | gnu: lxqt-build-tools: Update to 0.6.0.•••* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.6.0.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -3/+3 |
* | gnu: libfm: Update to 1.3.1.•••* gnu/packages/lxde.scm (libfm): Update to 1.3.1.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -2/+2 |
* | gnu: menu-cache: Update to 1.1.0.•••* gnu/packages/lxde.scm (menu-cache): Update to 1.1.0.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Meiyo Peng | 2019-03-14 | 1 | -2/+3 |
* | gnu: jasper: Update to 2.0.16.•••* gnu/packages/image.scm (jasper): Update to 2.0.16.
| Marius Bakke | 2019-03-14 | 1 | -2/+2 |
* | gnu: rapidjson: Update home page.•••* gnu/packages/web.scm (rapidjson)[source, home-page]: Follow redirected URL.
| Marius Bakke | 2019-03-14 | 1 | -2/+2 |
* | gnu: samba: Update to 4.9.5.•••* gnu/packages/samba.scm (samba): Update to 4.9.5.
| Marius Bakke | 2019-03-14 | 1 | -2/+2 |
* | gnu: libzip: Update to 1.5.2.•••* gnu/packages/compression.scm (libzip): Update to 1.5.2.
| Marius Bakke | 2019-03-14 | 1 | -2/+2 |
* | gnu: libzip: Don't use NAME in source URI.•••* gnu/packages/compression.scm (libzip)[source](uri): Hard-code NAME.
| Marius Bakke | 2019-03-14 | 1 | -1/+1 |
* | gnu: WebKitGTK: Update to 2.24.0.•••* gnu/packages/webkit.scm (webkitgtk-2.22): Rename to ...
(webkitgtk-2.24): ... this. Update to 2.24.0.
[inputs]: Add OPENJPEG.
* gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust accordingly.
* gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.
| Marius Bakke | 2019-03-14 | 3 | -6/+9 |
* | gnu: libsoup: Update to 2.66.0.•••* gnu/packages/gnome.scm (libsoup): Update to 2.66.0.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Adjust accordingly.
[native-inputs]: Add GTK-DOC.
[inputs]: Add MIT-KRB5. Move SQLITE and LIBPSL ...
[propagated-inputs]: ... here.
| Marius Bakke | 2019-03-14 | 1 | -33/+22 |