mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
merge bitcoin#26057: Get rid of perl dependency
This commit is contained in:
parent
2e144694b8
commit
3d97c4b6a2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user