me
/
guix
Archived
1
0
Fork 0

gnu: inkscape: Remove obsolete workaround.

* gnu/packages/inkscape.scm (inkscape)[arguments]: Remove phase
"dont-use-system-includes".
master
Marius Bakke 2020-02-07 16:20:53 +01:00
parent 22236ceb64
commit d930b0261c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 7 deletions

View File

@ -100,13 +100,6 @@
"std::unique_ptr<GlobalParams>(new GlobalParams())") "std::unique_ptr<GlobalParams>(new GlobalParams())")
(("new GlobalParams\\(poppler_datadir\\)") (("new GlobalParams\\(poppler_datadir\\)")
"std::unique_ptr<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))))) #t)))))
(home-page "https://inkscape.org/") (home-page "https://inkscape.org/")
(synopsis "Vector graphics editor") (synopsis "Vector graphics editor")