Skip to content

Commit fbfd13e

Browse files
committed
merge bitcoin#26057: Get rid of perl dependency
1 parent 25c6756 commit fbfd13e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
(gnu packages llvm)
2222
(gnu packages mingw)
2323
(gnu packages moreutils)
24-
(gnu packages perl)
2524
(gnu packages pkg-config)
2625
(gnu packages python)
2726
(gnu packages python-crypto)
@@ -615,7 +614,6 @@ parse, modify and abstract ELF, PE and MachO formats.")
615614
gcc-toolchain-10
616615
(list gcc-toolchain-10 "static")
617616
;; Scripting
618-
perl
619617
python-3
620618
;; Git
621619
git

depends/packages/qt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ $(package)_config_opts += -no-linuxfb
5757
$(package)_config_opts += -no-libjpeg
5858
$(package)_config_opts += -no-libproxy
5959
$(package)_config_opts += -no-libudev
60+
$(package)_config_opts += -no-mimetype-database
6061
$(package)_config_opts += -no-mtdev
6162
$(package)_config_opts += -no-openssl
6263
$(package)_config_opts += -no-openvg

0 commit comments

Comments
 (0)