Skip to content

Commit

Permalink
merge bitcoin#26057: Get rid of perl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Aug 3, 2023
1 parent c43d966 commit e573aea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
(gnu packages llvm)
(gnu packages mingw)
(gnu packages moreutils)
(gnu packages perl)
(gnu packages pkg-config)
(gnu packages python)
(gnu packages python-crypto)
Expand Down Expand Up @@ -598,7 +597,6 @@ parse, modify and abstract ELF, PE and MachO formats.")
gcc-toolchain-10
(list gcc-toolchain-10 "static")
;; Scripting
perl
python-minimal ;; (3.9)
;; Git
git
Expand Down
1 change: 1 addition & 0 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ $(package)_config_opts += -no-linuxfb
$(package)_config_opts += -no-libjpeg
$(package)_config_opts += -no-libproxy
$(package)_config_opts += -no-libudev
$(package)_config_opts += -no-mimetype-database
$(package)_config_opts += -no-mtdev
$(package)_config_opts += -no-openssl
$(package)_config_opts += -no-openvg
Expand Down

0 comments on commit e573aea

Please sign in to comment.