GNU bug report logs - #76712
[PATCH 0/7] Refactor and update libvips-related packages

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Mon, 3 Mar 2025 14:01:01 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 76712 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 76712 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 5/7] gnu: nip2: Update to 8.9.1.
Date: Mon,  3 Mar 2025 14:02:13 +0000
* gnu/packages/image-processing.scm (nip2): Update to 8.9.1.
[arguments]<#:phases>: Delete the 'disable-test-conv phase. Remove
trailing #t from 'set-home.

Change-Id: If6a96c4cc83880634110efaa99a58b2e475e3687
---
 gnu/packages/image-processing.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index de172eb5ea..8313ead848 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -902,26 +902,21 @@ (define-public gmic-qt-gimp
 (define-public nip2
   (package
     (name "nip2")
-    (version "8.7.1")
+    (version "8.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/libvips/nip2/releases/download/v"
                            version "/nip2-" version ".tar.gz" ))
        (sha256
-        (base32 "0l7n427njif53npqn02gfjjly8y3khbrkzqxp10j5vp9h97psgiw"))))
+        (base32 "1kbndn37m0cfjvrvw25b5if9d962r8v79q78i2lzm55r7zmjcpmp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         ;; test_conv.ws keep failing so disabling for now.
-         (add-after 'unpack 'disable-test-conv
-           (lambda _
-             (delete-file "test/workspaces/test_conv.ws")
-             #t))
          (add-before 'check 'set-home
            (lambda _
-             (setenv "HOME" "/tmp") #t)))))
+             (setenv "HOME" "/tmp"))))))
     (inputs (list gsl gtk+-2 vips))
     (native-inputs (list bison flex pkg-config))
     (home-page "https://github.com/libvips/nip2")
-- 
2.48.1





This bug report was last modified 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.