Age | Commit message (Collapse) | Author |
|
* gnu/packages/ruby.scm (ruby-minitest-pretty-diff)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
|
|
* gnu/packages/ruby.scm (ruby-minitest-pretty-diff)[arguments]: Adjust
custom 'check phase to invoke the tests with the shell.
|
|
* gnu/packages/commencement.scm (coreutils-boot0)[arguments]: When
building for armhf-linux include the workaround to force 32-bit time.
Rearrange arguments so that the configure-flags for armhf-linux aren't
overridden.
|
|
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Update configure-flags
to new upstream values.
|
|
Starting with version 3.8, grep emits warning messages when pattern
contain spurious slashes:
grep '\+' /dev/null
grep: warning: stray \ before +
GHC’s testsuite does not expect that and fails.
* gnu/packages/patches/ghc-9.2-grep-warnings.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/haskell.scm (ghc-9.2)[native-inputs]: Add patch.
|
|
* gnu/packages/web.scm (python-feedparser): Update to 6.0.10.
|
|
Commit af916f3f8b5e1191cdcc95dded1e376f51ad9e9b led './configure' to
attempt to run a non-native 'python' binary, which would fail unless
transparent binfmt_misc QEMU emulation is set up.
* gnu/packages/xml.scm (libxslt)[arguments]: Replace #:configure-flags
with "--disable-python" when cross-compiling.
|
|
Previously, the 'remove-reference-to-pkg-config' would break when
cross-compiling because the "/bin/pkg-config" file would not be found.
* gnu/packages/fontutils.scm (freetype)[arguments]: Add alternate
'remove-reference-to-pkg-config' phase for (%current-target-system) as
true.
|
|
Previously, "guix build python-wrapper --target=aarch64-linux-gnu" would
return a wrapper that symlinks the native programs (e.g., 'python3' for
x86_64-linux) instead of the target programs.
* gnu/packages/python.scm (wrap-python3)[arguments]: Use gexps. Use
'this-package-input' to refer to Python when cross-compiling.
|
|
* gnu/packages/xml.scm (libxslt)[arguments]: Rewrite using gexps.
Add #:configure-flags.
|
|
Fixes a regression introduced in
4eda2034201e39edb077f0160554fabbed0e0cdb, which inadvertently commented
out those #:configure-flags.
* gnu/packages/make-bootstrap.scm (%static-inputs)[tar]: Reinstate
'gl_cv_func_working_mktime=yes' configure flag.
|
|
* gnu/ci.scm (%core-packages): Remove GCC-8 and GCC-9. Add GCC-12.
|
|
* gnu/packages/gcc.scm (make-libstdc++): Adjust 'hide-gcc-headers' for
cross-compiled libstdc++.
|
|
Fixes a regression introduce in
d427ec403800dc5b0b69f3d7c259a7d62eb6c881.
* gnu/packages/make-bootstrap.scm (make-guile-static): Replace "libgc",
not "bdw-gc".
|
|
* gnu/packages/patches/mesa-fix-sporadic-test-failures.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gl.scm (mesa)[source]: Apply it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/p7zip-fix-build-with-gcc-11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/compression.scm (p7zip)[source]: Apply it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/nss.scm (nss)[source]: Update to 3.88.1.
[replacement]: Remove.
[propagated-inputs]: Change 'nspr' to 'nspr-next'.
(nss-next, nss/fixed): Remove.
* gnu/packages/gnuzilla.scm (icecat-minimal)[inputs]: Change 'nss-next'
to 'nss'.
(icedove-minimal)[inputs]: Likewise.
|
|
Fixes a regression introduced in
d427ec403800dc5b0b69f3d7c259a7d62eb6c881, which changed the label of
Bash from "bash" to "bash-minimal" when cross-compiling.
* gnu/packages/guile.scm (guile-2.0)[arguments]: In 'pre-configure'
phase, use 'search-input-file' when (%current-target-system) is true.
|
|
These two compilers would fail to build with GCC 11.3.0 because it
defaults to C++17, which triggers some incompatibilities.
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Augment #:configure-flags
for 4.9 and 5.0.
(gcc-4.9)[arguments]: Define 'parent' so that (package-arguments parent)
correctly evaluates the version-dependent parts.
|
|
This is a followup to the merge commit in
7df09ee0ab3e7962ef27859ce87e06a323059284. 'pango-next' was removed in
dc5fc7d23f0a4b62f8542bb24abb7ac1b589168d on 'core-updates'.
* gnu/packages/messaging.scm (dino)[inputs]: Replace 'pango-next' with
'pango'.
|
|
This is a followup to the merge commit in
7df09ee0ab3e7962ef27859ce87e06a323059284. 'vala-next' was removed in
5bbd742067015998fa4728926079f546e5023920 on 'core-updates'.
* gnu/packages/gnome.scm (gnome-boxes)[native-inputs]: Replace
'vala-next' with 'vala'.
|
|
* gnu/packages/bdw-gc.scm (libgc): Update to 8.2.2.
[arguments]: Remove "--disable-munmap" from #:configure-flags.
* gnu/packages/guile.scm (guile-3.0)[source]: Leave 'test-out-of-memory'
test untouched.
(guile-next)[arguments]: Likewise, in 'skip-failing-tests' phase.
(guile-for-guile-emacs)[arguments]: Likewise, in 'bootstrap' phase.
|
|
Conflicts:
gnu/local.mk
gnu/packages/autotools.scm
gnu/packages/cmake.scm
gnu/packages/gnuzilla.scm
gnu/packages/haskell.scm
gnu/packages/pdf.scm
gnu/packages/python-xyz.scm
gnu/packages/samba.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/wxwidgets.scm
|
|
* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 1.2.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (lxqt-panel): Update to 1.2.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/video.scm (ffmpeg)[inputs]: Add libwebp.
[arguments]: Pass '--enable-libwebp' to #:configure-flags.
(ffmpeg-2.8)[inputs]: Remove libwebp.
Co-authored-by: Leo Famulari <leo@famulari.name>
|
|
Partly fixes <https://issues.guix.gnu.org/57677>.
* gnu/packages/gimp.scm (gimp)[arguments]: Add #:modules and #:phases.
|
|
Those packages build failed with current xorg-server:
openchrome: multiple definition of some functions.
other: missing headers for xf86RamDac.h, IBM.h, etc.
* gnu/packages/xorg.scm (xf86-video-glint, xf86-video-openchrome
xf86-video-suncg6, xf86-video-sunffb, xf86-video-tga
xf86-video-trident): Remove packages.
* gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/code.scm (cloc): Update to 1.96.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/textutils.scm (dos2unix)[arguments]: Use gexps.
[native-inputs]: Drop labels.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/mpd.scm (mympd): Update to 10.2.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/bioconductor.scm (r-maaslin2): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/bioconductor.scm (r-metagenomeseq): New variable.
|
|
* gnu/packages/cran.scm (r-chemometrics): New variable.
|
|
* gnu/packages/cran.scm (r-som): New variable.
|
|
* gnu/packages/cran.scm (r-cplm): New variable.
|
|
* gnu/packages/cran.scm (r-biglm): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.1-0.796a806.
[phases]: Delete make-git-checkout-writable phase.
|
|
* gnu/packages/radio.scm (sdrangel): Update to 7.10.0.
|
|
* gnu/packages/radio.scm (csdr): Update to 0.18.1.
|
|
* gnu/packages/finance.scm (xmrig): Update to 6.19.0.
|
|
* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.0.
|
|
* gnu/packages/finance.scm (p2pool): Update to 3.1.
[arguments]: Add 'configure-flags". Add custom 'check' phase and enable
tests.
|
|
* gnu/packages/finance.scm (monero): Update to 0.18.2.0.
|
|
* gnu/packages/text-editors.scm (emacs-motif): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz (ghc-hs-conllu): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/fonts.scm (font-google-noto-emoji)[arguments]<#:phases>: Add
"enter-font-directory" phase; remove now-superfluous prefix from paths in
"remove-unsupported" phase.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/apl.scm (font-apl2741-unicode): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|