summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorpinoaffe <pinoaffe@gmail.com>2026-05-18 22:27:23 +0200
committerLudovic Courtès <ludo@gnu.org>2026-05-24 00:48:33 +0200
commitc8da685b9eb8b71b808c77dafe9d1b8b3e89b9fb (patch)
tree22a72c15ebc0dac30ffde8d2078bdbf71696ee14 /gnu/packages
parent525d8b48ac2487d37b0449722a5806a5b09e6d33 (diff)
gnu: Add lib2geom/pinned.
* gnu/packages/graphics.scm (lib2geom/pinned): Rename from lib2geom. [properties]<hidden?>: Set to #t. (lib2geom): New variable inheriting lib2geom/pinned. Change-Id: I1fe58cdf35941501271c11c3e9138393953075e7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/graphics.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 4a4dd334433..7e29e3b000e 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1212,7 +1212,7 @@ quaternions and other useful 2D and 3D math functions. Iex is an
1212exception-handling library.") 1212exception-handling library.")
1213 (license license:bsd-3))) 1213 (license license:bsd-3)))
1214 1214
1215(define-public lib2geom 1215(define-public lib2geom/pinned
1216 (package 1216 (package
1217 (name "lib2geom") 1217 (name "lib2geom")
1218 (version "1.3") 1218 (version "1.3")
@@ -1290,7 +1290,13 @@ basic geometries.")
1290 ;; Because the library is linked with the GNU Scientific Library 1290 ;; Because the library is linked with the GNU Scientific Library
1291 ;; (GPLv3+), the combined work must be licensed as GPLv3+ (see: 1291 ;; (GPLv3+), the combined work must be licensed as GPLv3+ (see:
1292 ;; https://gitlab.com/inkscape/inkscape/issues/784). 1292 ;; https://gitlab.com/inkscape/inkscape/issues/784).
1293 (license license:gpl3+))) 1293 (license license:gpl3+)
1294 (properties '((hidden? . #t)))))
1295
1296(define-public lib2geom
1297 (package
1298 (inherit lib2geom/pinned)
1299 (properties '((hidden? . #f)))))
1294 1300
1295(define-public python-booleanoperations 1301(define-public python-booleanoperations
1296 (package 1302 (package