- May 10, 2018
-
-
Ludovic Courtès authored
* gnu/packages/aux-files/run-in-namespace.c: New file. * Makefile.am (AUX_FILES): Add it. * guix/scripts/pack.scm (<c-compiler>): New record type. (c-compiler, bootstrap-c-compiler, c-compiler-compiler): New procedures. (self-contained-tarball): Use 'relative-file-name' for the SOURCE -> TARGET symlink. (docker-image): Add 'defmod' to please Geiser. (wrapped-package, map-manifest-entries): New procedures. (%options, show-help): Add --relocatable. (guix-pack): Honor it.
-
Ludovic Courtès authored
* guix/search-paths.scm (set-search-paths): New procedure.
-
Ludovic Courtès authored
* guix/profiles.scm (manifest-lookup-package)[entry-lookup-package]: Add case where 'manifest-entry-item' returns something that's neither a string nor a package.
-
Ludovic Courtès authored
* guix/build/union.scm (symlink-relative): New procedure. * guix/build/profiles.scm: Re-export it. (build-profile): Add #:symlink and pass it to 'union-build'. * guix/profiles.scm (profile-derivation): Add #:relative-symlinks?. Pass #:symlink to 'build-profile'. * tests/profiles.scm ("profile-derivation relative symlinks, one entry") ("profile-derivation relative symlinks, two entries"): New tests.
-
Ludovic Courtès authored
* guix/build/union.scm (%not-slash): New variable. (relative-file-name): New procedure. * tests/union.scm (test-relative-file-name): New macro and tests.
-
Rutger Helling authored
* gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix GtkFileChooserDialog.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-f2fs-utils)[arguments]<#:phases> [install-shell-scripts]: New phase.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify. [description]: Modify.
-
Leo Famulari authored
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (fastboot)[source]: Use android-platform-system-core. [arguments]<#:phases>[unpack]: Remove. <#:phases>[enter-source]: Modify. <#:phases>[patch-source]: New phase. [native-inputs]: Remove core, extras.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (fastboot)[inputs]: Remove googletest.
-
Jovany Leandro G.C authored
* gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Danny Milosavljevic authored
* gnu/packages/android.scm (adb): Document test failure.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (fastboot)[arguments]<#:phases> [make-googletest-available]: Delete phase. [inputs]: Remove openssl.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-libutils)[native-inputs]: Add android-liblog.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-make-stub): Update to 0.5.5.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-make-stub): Update to 0.5.4.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-googletest): New variable. * guix/build-system/android-ndk.scm (android-ndk-build): Use it.
-
- May 09, 2018
-
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-f2fs-utils): Don't disable tests.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-ext4-utils): Don't disable tests.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-libziparchive)[arguments]: Enable tests. <#:phases>[setenv]: New phase. [native-inputs]: Add android-libbase, android-libutils, android-liblog.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-make-stub): Update to 0.5.3.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-libsparse)[arguments]: Enable tests.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-libbase): Document test failure.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-selinux)[arguments]<#:phases>[unpack-core]: Delete. [native-inputs]: Remove "core".
-
Danny Milosavljevic authored
* guix/build/android-ndk-build-system.scm (install): Don't install header files ourselves.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-make-stub): Update to 0.5.2.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-make-stub): Update to 0.5.1.
-
Danny Milosavljevic authored
* gnu/packages/patches/adb-add-libraries.patch: Add missing "#include"s.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (android-make-stub): Update to 0.5.
-
Danny Milosavljevic authored
* guix/build-system/android-ndk.scm (android-ndk-build): Add googletest. * guix/build/android-ndk-build-system.scm (check): Check whether tests are enabled. Run root-level tests as well.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (libcutils): Rename to... (android-libcutils): ...this.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (libbase): Rename to... (android-libbase): ...this.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (liblog): Rename to... (android-liblog): ...this.
-
Danny Milosavljevic authored
* gnu/packages/android.scm (fastboot): New variable.
-
Ludovic Courtès authored
Fixes <https://bugs.gnu.org/31392>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/rust.scm (rust-1.19)[native-search-paths]: Avoid top-level reference to 'gcc', which could lead to unbound variable errors.
-
Björn Höfling authored
* gnu/packages/image-processing.scm (opencv): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Danny Milosavljevic authored
* gnu/packages/android.scm (liblog)[arguments]<#:make-flags>: Add LDLIBS. <#:phases>[ldconfig]: New phase.
-