mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: inkscape: Remove obsolete workaround.
* gnu/packages/inkscape.scm (inkscape)[arguments]: Remove phase "dont-use-system-includes".
This commit is contained in:
parent
22236ceb64
commit
d930b0261c
1 changed files with 0 additions and 7 deletions
|
@ -100,13 +100,6 @@ (define-public inkscape
|
|||
"std::unique_ptr<GlobalParams>(new GlobalParams())")
|
||||
(("new GlobalParams\\(poppler_datadir\\)")
|
||||
"std::unique_ptr<GlobalParams>(new GlobalParams(poppler_datadir))"))
|
||||
#t))
|
||||
(add-before 'configure 'dont-use-system-includes
|
||||
(lambda _
|
||||
;; Don't add redundant -isystem includes which confuses GCC7.
|
||||
(substitute* "CMakeScripts/DefineDependsandFlags.cmake"
|
||||
(("include_directories\\(SYSTEM")
|
||||
"include_directories("))
|
||||
#t)))))
|
||||
(home-page "https://inkscape.org/")
|
||||
(synopsis "Vector graphics editor")
|
||||
|
|
Loading…
Reference in a new issue