Age | Commit message (Collapse) | Author |
|
For the GDBM and Marshal dictionary adapters to be useful with their
default settings, we must initialize their data files during the package
build: upstream would initialize them lazily, but that doesn't work with
an immutable installation directory (at least, not without more complex
patches). Otherwise, we would always end up rebuilding the dictionary at
startup, which is “slow” and “not recommended”.
* gnu/packages/patches/ruby-anystyle-fix-dictionary-populate.patch: New
patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-anystyle)[patches]: Use it.
[arguments]<#:phases>: Add 'populate-dictionaries' phase.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/patches/ruby-anystyle-data-immutable-install.patch: New
patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-anystyle-data)[patches]: Use it.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (anystyle): New variable.
(ruby-anystyle)[description]: Mention it.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-anystyle): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-anystyle-data): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-gli): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-edtf): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-citeproc): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-unicode-scripts): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-bibtex-ruby): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-rdf-vocab): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-rdf): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-link-header): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/patches/ruby-latex-decode-fix-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-latex-decode): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-ritex): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/maths.scm (itex2mml): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-namae): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/ruby.scm (ruby-wapiti): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (make-clang-toolchain): Remove default libomp
parameter since each clang-toolchain has a matching libomp package.
(clang-toolchain-13): Explicitly refer to libomp-13.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (clang-toolchain-6): Switch dependency from the
default libomp-13 to libomp-6.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-6): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (clang-toolchain-7): Switch dependency from the
default libomp-13 to libomp-7.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-7): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (clang-toolchain-8): Switch dependency from the
default libomp-13 to libomp-8.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-8): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (clang-toolchain-9): Switch dependency from the
default libomp-13 to libomp-9.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-9): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (clang-toolchain-10): Switch dependency from the
default libomp-13 to libomp-10.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-10): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (clang-toolchain-11): Switch dependency from the
default libomp-13 to libomp-11.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-11): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (clang-toolchain-12): Switch dependency from the
default libomp-13 to libomp-12.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-12): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-13): Reference llvm-13 version string.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/llvm.scm (libomp-14): Reference llvm-14 version string.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/astronomy.scm (aoflagger): New variable.
* gnu/packages/patches/aoflagger-use-system-provided-pybind11.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/astronomy.scm (aocommon): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/games.scm (barony): New variable.
* gnu/packages/patches/barony-fix-textures.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
Fixes a bug whereby, for example:
guix shell bash -- bash -c xyz
would erroneously print:
guix shell: error: bash: command not found
simply because the parent process could not distinguish that 127 from a
"genuine" 127 used by convention for "command not found".
* guix/scripts/environment.scm (launch-environment): Before exiting,
report a "command not found" error and suggest a command name.
(validate-exit-status): Remove.
(launch-environment/fork): Remove call
(launch-environment/container)[exit/status*]: Remove.
Call 'exit/status' instead of it.
|
|
Hi Maxime,
I **totally** forgot about this one! Seems like no one is using it.
`python2-args` also builds. But no package seems to depend on it anyway.
Regards,
Tanguy
* gnu/packages/python-xyz.scm (python-args)[source]: Use the latest version
from the git repository to get the test suite.
[home-page]: Update URL.
[native-inputs]: Add python-nose.
[arguments]: Replace reference to basestring with str. Invoke nosetests.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* guix/scripts/build.scm (%standard-cross-build-options)
(%standard-native-build-options): Print hints when the target/system is
not found.
|
|
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.2.
[source]: Remove snippet.
|
|
* gnu/packages/linux.scm (sshfs): Update to 3.7.3.
[build-system]: Replace gnu-build-system with meson-build-system.
[native-inputs]: Add dependencies to generate man page.
Signed-off-by: 宋文武 <[email protected]>
|
|
* gnu/packages/wm.scm (mako): Update to 1.7.1.
[inputs]: Replace elogind with basu.
Signed-off-by: 宋文武 <[email protected]>
|
|
* gnu/packages/cpp.scm (gperftools): Update to 2.10.
Signed-off-by: 宋文武 <[email protected]>
|
|
* gnu/packages/llvm.scm (lldb): Update to 14.0.6.
[source]: Fetch using LLVM-MONOREPO.
[phases]: Add phase to change to source subdirectory.
[inputs]: Change from LLVM-13 and CLANG-13 to LLVM-14 and CLANG-14.
Signed-off-by: 宋文武 <[email protected]>
|
|
* gnu/packages/gnome.scm (workrave): Update to 1.10.50.
|
|
* gnu/packages/xdisorg.scm (tint2): Update to 17.0.2.
Signed-off-by: 宋文武 <[email protected]>
|
|
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[phases]{wrap-program}: Set XCURSOR_PATH to the current system share/icons.
Signed-off-by: Maxim Cournoyer <[email protected]>
|
|
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[configure-flags]: Add '--disable-indicator-services-command'.
Signed-off-by: Maxim Cournoyer <[email protected]>
|