From 3ed18c05e930ae0d4c3a72b588b3e24f805c7aef Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 8 Sep 2021 09:25:50 +0200 Subject: gnu: qtwebkit: Remove workaround for binutils bug. This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738. * gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase. --- gnu/packages/qt.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ff9a99c672..05037b034e 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2733,19 +2733,7 @@ different kinds of sliders, and much more.") ;; libraries and test executables in a ;; reasonable amount of memory. "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--no-keep-memory" - "-DCMAKE_EXE_LINKER_FLAGS=-Wl,--no-keep-memory") - #:phases - (modify-phases %standard-phases - (replace 'build - ;; This is a workaround for the build failing with the error: - ;; ld: error adding symbols: Malformed archive - ;; Increasing the maximum number of open file descriptors - ;; makes the build succeed. - (lambda* (#:key make-flags #:allow-other-keys) - (let ((cmd (format #f - "ulimit -n 4096; make ~{~a~^ ~}" - make-flags))) - (invoke "sh" "-c" cmd))))))) + "-DCMAKE_EXE_LINKER_FLAGS=-Wl,--no-keep-memory"))) (home-page "https://www.webkit.org") (synopsis "Web browser engine and classes to render and interact with web content") -- cgit v1.2.3