We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cd888 commit dca46b0Copy full SHA for dca46b0
1 file changed
contrib/guix/manifest.scm
@@ -54,7 +54,8 @@ FILE-NAME found in ./patches relative to the current file."
54
(substitute-keyword-arguments (package-arguments (cross-binutils target))
55
((#:configure-flags flags)
56
#~(append #$flags
57
- (list "--enable-gprofng=no")))))
+ (list "--enable-gprofng=no"
58
+ "--disable-install-libbfd")))))
59
(native-inputs
60
(modify-inputs
61
(package-native-inputs (cross-binutils target))
0 commit comments