aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ytfzf-updates.patch
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-07-19 11:08:40 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-23 10:51:57 +0200
commitd7942ac12ad51615cd43d3debb8b561a503e8fc0 (patch)
tree25ef7f939eb7dd24d4dca7c8c12af2e1091b5bbc /gnu/packages/patches/ytfzf-updates.patch
parent93a5e89008af440655527d03d62d4726683a89ac (diff)
downloadguix-d7942ac12ad51615cd43d3debb8b561a503e8fc0.tar.gz
guix-d7942ac12ad51615cd43d3debb8b561a503e8fc0.zip
packages: Use 'lookup-package-input' and friends instead of 'package-input'.
* guix/packages.scm (package-input, package-native-input): Remove. (this-package-input): Use 'lookup-package-input' and 'lookup-package-propagated-input' instead of 'package-input'. (this-package-native-input): Use 'lookup-package-native-input' instead of 'package-input'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/ytfzf-updates.patch')
0 files changed, 0 insertions, 0 deletions
3ad3843f6ae1edba498c77'>gnu: diffoscope: Update to 239....* gnu/packages/diffoscope.scm (diffoscope): Update to 239. [native-inputs]: Replace poppler-next with poppler. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-15gnu: reprotest: Update to 0.7.23....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.23. [phases] Update adjust-locales. Vagrant Cascadian 2023-03-15gnu: diffoscope: Update to 238....* gnu/packages/diffoscope.scm (diffoscope): Update to 238. [native-inputs]: Switch from poppler to poppler-next. Vagrant Cascadian 2023-01-30Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner 2023-01-25gnu: diffoscope: Replace cdrtools with cdrkit-libre....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove cdrtools. Add cdrkit-libre. Efraim Flashner 2023-01-25gnu: diffoscope: Use newer llvm....* gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch. [native-inputs]: Replace llvm-9 with llvm. * gnu/packages/patches/diffoscope-fix-llvm-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner 2023-01-22gnu: diffoscope: Simplify the build-man-page phase....* gnu/packages/diffoscope.scm (diffoscope) [phases]: Remove MAKE-FLAGS binding in the build-man-page phase, as the python-build-system has no such argument. Maxim Cournoyer 2023-01-22gnu: diffoscope: Fix indentation....* gnu/packages/diffoscope.scm (diffoscope): Fix indentation. Maxim Cournoyer 2023-01-22gnu: diffoscope: Update to 233....* gnu/packages/diffoscope.scm (diffoscope): Update to 233. [native-inputs]: Add lzip and python-pypdf, drop python-pypdf2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian 2022-12-11gnu: reprotest: Update to 0.7.22....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.22. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2022-10-16gnu: diffoscope: Update to 224....* gnu/packages/diffoscope.scm (diffoscope): Update to 224. * gnu/packages/patches/diffoscope-fix-llvm-test.patch: Adjust accordingly. Tobias Geerinckx-Rice