guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gdk-pixbuf: Fix typo.


From: guix-commits
Subject: 01/02: gnu: gdk-pixbuf: Fix typo.
Date: Wed, 12 Dec 2018 05:23:29 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit 83a40cbfd6720306ea4ac87cb028ebfe70611365
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 12 12:20:24 2018 +0200

    gnu: gdk-pixbuf: Fix typo.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Really disable
    installing the tests.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3b9a414..0f527e0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -456,7 +456,7 @@ highlighting and other features typical of a source code 
editor.")
               "0ixfmnxjylx06mjaw116apymwi1a8rnkmkbbvqaxxg2pfwy9fl6x"))))
    (build-system meson-build-system)
    (arguments
-    '(#:configure-flags '("-Dinstalled-tests=false")
+    `(#:configure-flags '("-Dinstalled_tests=false")
       #:phases
       (modify-phases %standard-phases
         (add-after



reply via email to

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