mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove GCC ICE workarounds.
* gnu/packages/patches/doxygen-gcc-ice.patch, gnu/packages/patches/mariadb-gcc-ice.patch, gnu/packages/patches/perf-gcc-ice.patch: Delete files * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/databases.scm (mariadb)[source](patches): Likewise. * gnu/packages/linux.scm (perf)[source](patches): Likewise. * gnu/packages/documentation.scm (doxygen)[inputs, arguments]: Likewise.
This commit is contained in:
parent
bf91e6835d
commit
fb76ef8477
7 changed files with 3 additions and 84 deletions
|
@ -2508,9 +2508,7 @@ in a digital read-out.")
|
|||
(package
|
||||
(name "perf")
|
||||
(version (package-version linux-libre))
|
||||
(source (origin
|
||||
(inherit (package-source linux-libre))
|
||||
(patches (search-patches "perf-gcc-ice.patch"))))
|
||||
(source (package-source linux-libre))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue