guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: inkscape: Remove obsolete workaround.


From: guix-commits
Subject: 02/03: gnu: inkscape: Remove obsolete workaround.
Date: Mon, 10 Feb 2020 17:06:15 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit d930b0261ca1479505109332db28b0e3df452848
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 7 16:20:53 2020 +0100

    gnu: inkscape: Remove obsolete workaround.
    
    * gnu/packages/inkscape.scm (inkscape)[arguments]: Remove phase
    "dont-use-system-includes".
---
 gnu/packages/inkscape.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 0bd8b94..26d4642 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -100,13 +100,6 @@
                 "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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]