aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gdb.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 2033c628d7..ddf94f9eaa 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -47,7 +47,8 @@
'(#:phases (alist-cons-after
'configure 'post-configure
(lambda _
- (patch-makefile-SHELL "gdb/gdbserver/Makefile.in"))
+ (for-each patch-makefile-SHELL
+ (find-files "." "Makefile\\.in")))
%standard-phases)))
(inputs
`(("expat" ,expat)
b662ece36b630'>gnu: rust-cbindgen: Move to rust-apps.scm...Efraim Flashner 2019-12-23gnu: icecat: Fix linking with ffmpeg....Julien Lepiller 2019-12-04Merge branch 'staging'Marius Bakke 2019-12-04gnu: icecat: Update to 68.3.0-guix0-preview1 [security fixes]....Mark H Weaver 2019-11-15Merge branch 'master' into stagingMarius Bakke 2019-10-31gnu: icecat: Update to 68.2.0-guix0-preview3....Mark H Weaver 2019-10-30Merge branch 'master' into stagingMarius Bakke 2019-10-29gnu: icecat: Update to 68.2.0-guix0-preview2....Mark H Weaver 2019-10-29gnu: icecat: Include generally-useful fixes in the source tarball....Mark H Weaver 2019-10-27Merge branch 'master' into stagingMarius Bakke 2019-10-26gnu: icecat: Update to 68.2.0-guix0-preview1 [security fixes]....Mark H Weaver 2019-10-08Merge branch 'master' into stagingMarius Bakke 2019-09-06Merge branch 'master' into core-updatesMark H Weaver 2019-09-02gnu: icecat: Update to 60.9.0-guix1....Mark H Weaver 2019-08-12gnu: gnuzilla: Use 'generate-all-checksums'....Efraim Flashner 2019-07-12Merge branch 'master' into core-updates...Marius Bakke 2019-07-09gnu: icecat: Update to 60.8.0-guix1 [security fixes]....Mark H Weaver 2019-07-04gnu: icecat: Fix FTBFS with GCC7....Marius Bakke 2019-06-21gnu: icecat: Update to 60.7.2-guix1 [security fixes]....Mark H Weaver 2019-06-04gnu: icecat: Update to 60.7.0-guix2....Mark H Weaver 2019-05-22gnu: icecat: Update to 60.7.0-guix1 [security fixes]....Mark H Weaver 2019-05-16gnu: icecat: Update to 60.6.3-guix1....Mark H Weaver 2019-05-10build/cargo-utils: Remove "src-name" parameter....Ivan Petkov 2019-05-06gnu: icecat: Move the snippet and patches out of the 'source'....Mark H Weaver 2019-05-06gnu: icecat-source: Make sure 'makeicecat' is the right version....Mark H Weaver 2019-05-06gnu: icecat: Update to 60.6.2-guix1....Mark H Weaver 2019-04-27gnu: mozjs-38: Fix URI....Clément Lassieur 2019-04-04gnu: Move nss & co. to nss.scm....Ludovic Courtès