aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/hurd.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-12 21:58:57 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-09 21:33:40 +0000
commit8bea1e05fac2e24ac926f155d76e42aa90690467 (patch)
tree0f9ad155931e331afed5d083d4bb19777a9aba16 /gnu/system/hurd.scm
parenta8d5d087086da0e47700781ff858d3d0d2090271 (diff)
downloadguix-8bea1e05fac2e24ac926f155d76e42aa90690467.tar.gz
guix-8bea1e05fac2e24ac926f155d76e42aa90690467.zip
gnu: packages/golang-crypto: Apply #:subdir parameter.
* gnu/packages/golang-crypto.scm (go-github-com-decred-dcrd-crypto-blake256, go-github-com-decred-dcrd-dcrec-secp256k1-v4) [source]: Apply new <#:subdir> parameter for monorepo projects. Change-Id: I85004b257c767ce202129e621d78b285d4578f7a
Diffstat (limited to 'gnu/system/hurd.scm')
0 files changed, 0 insertions, 0 deletions
music.scm, gnu/packages/networking.scm, gnu/packages/node-xyz.scm, gnu/packages/ocaml.scm, gnu/packages/ocr.scm, gnu/packages/onc-rpc.scm, gnu/packages/opencl.scm, gnu/packages/opencog.scm, gnu/packages/pantheon.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/phabricator.scm, gnu/packages/popt.scm, gnu/packages/printers.scm, gnu/packages/prolog.scm, gnu/packages/protobuf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/qt.scm, gnu/packages/radio.scm, gnu/packages/rails.scm, gnu/packages/rdf.scm, gnu/packages/rednotebook.scm, gnu/packages/rpc.scm, gnu/packages/rsync.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/screen.scm, gnu/packages/security-token.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/shellutils.scm, gnu/packages/simh.scm, gnu/packages/sml.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/stenography.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/synergy.scm, gnu/packages/telephony.scm, gnu/packages/terminals.scm, gnu/packages/tex.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tmux.scm, gnu/packages/tor.scm, gnu/packages/toys.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/virtualization.scm, gnu/packages/vlang.scm, gnu/packages/vnc.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wireservice.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, tests/lint.scm: Remove trailing ".git" from 'git-reference' URL. Ludovic Courtès 2020-06-05gnu: boost-signals2: Update hash....Reported by pkill9 on #guix. * gnu/packages/boost.scm (boost-signals2)[source]: Fix the hash. Tobias Geerinckx-Rice 2020-05-21gnu: boost-for-mysql: Fix building....Co-authored with Jonathan Brielmaier <jonathan.brielmaier@web.de> * gnu/packages/boost.scm (boost-for-mysql)[arguments]: Replace inherited 'configure, phase remove references to python and update the substitute regex for boost-1.59. Absorb 'more-bin-sh-patching into 'configure.Adjust make-flags to always pass '--without-python'. [native-inputs]: Remove python. Efraim Flashner 2020-05-11gnu: Remove boost@1.69....* gnu/packages/boost.scm (boost-1.69): Remove variable. Marius Bakke 2020-04-19gnu: boost-static: Adjust for Python 3 migration in Boost....* gnu/packages/boost.scm (boost-static)[arguments]: Adjust libboost_python27.a file name to take the Python 3 counterpart in the provide_libboost_python phase. Marius Bakke 2020-03-14Merge branch 'master' into core-updatesMarius Bakke 2020-03-12gnu: Add boost-1.69....* gnu/packages/boost.scm (boost-1.69): New hidden package. Efraim Flashner 2020-02-14Merge branch 'master' into core-updatesMarius Bakke 2020-02-13gnu: mdds: Update to 1.5.0....* gnu/packages/boost.scm (mdds): Update to 1.5.0. Leo Famulari 2020-01-24gnu: boost: Fix build with Python 3.8....* gnu/packages/boost.scm (boost)[arguments]: Drop "m" suffix of Python 3 header location. Marius Bakke 2020-01-22gnu: Add deprecation notice for 'boost-with-python3'....* gnu/packages/boost.scm (boost-with-python3): New public variable. Marius Bakke 2020-01-11gnu: boost: Add upstream patch....* gnu/packages/boost.scm (version-with-underscores, boost-patch): New procedures. (boost)[source](uri): Remove LET binding for VERSION-WITH-UNDERSCORES. [source](patches): New field. Marius Bakke 2020-01-08gnu: Boost: Use Python 3 by default....* gnu/packages/boost.scm (boost)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER. [arguments]: Add #:modules and #:imported-modules. Adjust phases 'configure' and 'provide-libboost_python.so' to be agnostic of Python version. * gnu/packages/boost.scm (boost-with-python3): Rename to ... * gnu/packages/boost.scm (boost-with-python2): ... this. [arguments]: Remove. [native-inputs]: Inherit from BOOST, but replace the "python" input with PYTHON-2. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Giacomo Leidi 2020-01-08gnu: Boost: Update to 1.72.0....* gnu/packages/patches/boost-dumpversion.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost): Update to 1.72.0. [source](uri): Remove defunct mirror. [source](patches): Remove. [arguments]: Adjust /bin/sh substitutions. Remove obsolete workaround. Marius Bakke 2019-12-05Merge branch 'master' into core-updatesMarius Bakke 2019-11-25gnu: Add boost-static....* gnu/packages/boost.scm (boost-static): New variable. Efraim Flashner 2019-11-16Merge remote-tracking branch master into core-updatesMathieu Othacehe 2019-11-15gnu: boost: Fix cross-compilation....* gnu/packages/patches/boost-dumpversion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Apply it, [native-inputs]: add python unless cross-compiling, [arguments]: pass cross-compilation mandatory flags and fill a user-config.jam file pointing to cross-compiler. Disable python support that is broken when cross-compiling. Disable provide-libboost_python when cross-compiling. Mathieu Othacehe 2019-11-10gnu: Add boost-with-python3....* gnu/packages/boost.scm (boost-with-python3): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Giacomo Leidi 2019-07-31gnu: boost: Do not install CMake files....Fixes <https://bugs.gnu.org/36721>. * gnu/packages/boost.scm (boost)[arguments]: Add "--no-cmake-config" to <#:configure-flags>. Marius Bakke 2019-07-02gnu: boost: Remove GCC5 workaround....* gnu/packages/patches/boost-fix-icu-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost)[source](patches): Remove. [arguments]: Do not pass "cxxflags". Marius Bakke 2019-05-02gnu: boost: Update to 1.70.0....* gnu/packages/boost.scm (boost): Update to 1.70.0. Marius Bakke 2019-02-23gnu: Add boost-signals2....* gnu/packages/boost.scm (boost-signals2): New variable. Ricardo Wurmus