| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/39199>.
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>.
* gnu/installer/newt/page.scm (run-file-textbox-page): Move 'loop' to
the beginning of the body. Do not call 'loop' from the 'dynamic-wind'
exit handler as we would not return the value of the second call to
'loop'.
|
|
|
|
|
|
|
| |
* gnu/packages/guile.scm (guile-git): Update to 0.3.0.
[source]: Download tarball with URL-FETCH.
[source](file-name, modules, snippet): Remove.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and TEXINFO.
|
|
|
|
| |
* gnu/packages/qt.scm (qt-4)[inputs]: Change from LIBJPEG-8 to LIBJPEG-TURBO.
|
|
|
|
|
| |
* gnu/packages/games.scm (stepmania)[inputs]: Change from LIBJPEG-8 to
LIBJPEG-TURBO.
|
|
|
|
|
| |
* gnu/packages/emulators.scm (mame)[inputs]: Change from LIBJPEG-8 to
LIBJPEG-TURBO.
|
|
|
|
|
| |
* gnu/packages/mail.scm (mailutils): Update to 3.8.
[arguments]: Adjust substitutions.
|
|
|
|
| |
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.7.
|
|
|
|
| |
* gnu/packages/telephony.scm (libsrtp)[arguments]: Add #:phases.
|
|
|
|
| |
* gnu/packages/telephony.scm (libsrtp): Update to 2.3.0.
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg): Update to 4.2.2.
|
|
|
|
| |
* gnu/packages/video.scm (libvpx): Update to 1.8.2.
|
|
|
|
| |
* gnu/packages/regex.scm (re2): Update to 2020-01-01.
|
|
|
|
| |
* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.5.
|
|
|
|
| |
* gnu/packages/compression.scm (snappy): Update to 1.1.8.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/python2-parameterized-docstring-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/check.scm (python-parameterized): Update to 0.7.1.
[arguments]: Remove #:tests?. Add #:phases to override 'check' phase.
[native-inputs]: Add PYTHON-MOCK and PYTHON-NOSE.
[properties]: New field.
(python2-parameterized)[source](patches): New field.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-anytree): New public variable.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-packaging)[source]: Add comment, to
prevent needless rebuild by updating the patch directly.
|
|
|
|
| |
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-17.bf25a8d.
|
|
|
|
|
|
| |
This was left over when debugging the system test.
* gnu/tests/mail.scm: Remove %getmail-os from the bottom of the file.
|
|
|
|
|
|
|
|
|
| |
Change the message-log-syslog and message-log-verbose configuration values to
match the Getmail defaults.
* gnu/services/getmail.scm (getmail-options-configuration): Change defaults
for message-log-syslog and message-log-verbose
* doc/guix.texi (Mail Services): Update the Getmail documentation accordingly.
|
|
|
|
|
|
| |
* gnu/services/getmail.scm (getmail-retriever-configuration): Specify proper
documentation strings for some of the fields.
* doc/guix.texi (Mail Services): Update the documentation accordingly.
|
|
|
|
|
| |
* gnu/services/getmail.scm (getmail-shepherd-services): Add a stop component
to the shepherd services.
|
|
|
|
| |
* gnu/services/desktop.scm (%desktop-services): Add "sane" service.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-crossbeam-channel-0.3)[arguments]:
Remove rust-smallvec-0.6 from cargo-inputs. Add rust-rust-num-cpus-1.10
to cargo-development-inputs. Replace rust-rand-0.4 with 0.6.
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-crossbeam-channel-0.4): New variable.
(rust-crossbeam-channel-0.3): Inherit from rust-crossbeam-channel-0.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-grep-searcher-0.1): Update to 0.1.6.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-env-logger-0.7): New variable.
(rust-env-logger-0.6): Inherit from rust-env-logger-0.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-humantime-1.3): New variable.
(rust-humantime-1.2): Inherit from rust-humantime-1.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-lazy-static-1.4): New variable.
(rust-lazy-static-1.3): Inherit from rust-lazy-static-1.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-hex-0.4): New variable.
(rust-hex-0.3): Inherit from rust-hex-0.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-memchr-2.2): Update to 2.2.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-toml-0.5): Update to 0.5.6.
[arguments]: Skip build. Add rust-indexmap-1.0, rust-serde-1.0 to
cargo-inputs. Add rust-serde-derive-1.0, rust-serde-json-1.0 to
cargo-development-inputs.
[properties]: Remove field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-tempfile-3.1): New variable.
(rust-tempfile-3.0): Inherit from rust-tempfile-3.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-git2-0.11): New variable.
(rust-git2-0.9): Inherit from rust-git2-0.11.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-url-2.1): New variable.
(rust-url-1.7): Inherit from rust-url-2.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-time-0.1): Update to 0.1.42.
[arguments]: Replace rust-log-0.3 with 0.4 in cargo-development-inputs.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-time-0.1)[arguments]: Skip build. Add
rust-libc-0.2, rust-redox-syscall-0.1, rust-rustc-serialize-0.3,
rust-winapi-0.3 to cargo-inputs. Add rust-log-0.3, rust-winapi-0.3 to
cargo-development-inputs.
[home-page] Update url.
[properties] Remove field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-idna-0.2): New variable.
(rust-idna-0.1): Inherit from rust-idna-0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rustc-test-0.3)[arguments]: Replace
rust-term-0.5 with 0.4 in cargo-inputs. Move rust-rustc-version-0.2 from
cargo-development-inputs to cargo-inputs.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-term-0.5):[arguments] Skip build.
Add rust-byteorder-1.3, rust-dirs-1.0, rust-winapi-0.3 to cargo-inputs.
[properties] Remove field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-term-0.4): [arguments] Skip build.
Add rust-kernel32-sys-0.2, rust-winapi-0.2 to cargo-inputs.
[properties]: Don't inherit field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rand-0.7): New variable.
(rust-rand-0.6): Inherit from rust-rand-0.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.10): New variable.
(rust-libgit2-sys-0.8): Inherit from rust-libgit2-sys-0.10.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rayon-1.3): New variable.
(rust-rayon-1.1): Inherit from rust-rayon-1.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rayon-core-1.7): New variable.
(rust-rayon-core-1.5): Inherit from rust-rayon-core-1.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rand-pcg-0.2)[arguments]: Skip build.
Add rust-rand-core-0.5, rust-serde-1.0 to cargo-inputs. Add
rust-bincode-1.1 to cargo-development-inputs.
[properties]: Remove field.
|
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rand-pcg-0.1)[arguments]: Skip build.
Add rust-autocfg-0.1, rust-rand-core-0.4, rust-serde-1.0,
rust-serde-derive-1.0 to cargo-inputs. Add rust-bincode-1.1 to
cargo-development-inputs.
[properties]: Don't inherit field.
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rand-pcg-0.2): New variable.
(rust-rand-pcg-0.1): Inherit from rust-rand-pcg-0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-gssapi): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-k5test): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|