merge bitcoin#26057: Get rid of perl dependency

This commit is contained in:
Kittywhiskers Van Gogh 2022-09-10 10:52:04 +02:00 committed by PastaPastaPasta
parent 2e144694b8
commit 3d97c4b6a2
2 changed files with 1 additions and 2 deletions

View File

@ -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)
@ -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

View File

@ -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