guix-commits
[Top][All Lists]
Advanced

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

02/05: gremlin: Fix typo in export list.


From: Ludovic Courtès
Subject: 02/05: gremlin: Fix typo in export list.
Date: Thu, 29 Mar 2018 11:58:22 -0400 (EDT)

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

commit c90fd42020ebb3b940cd73de01eec30f28883bbf
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 29 17:41:42 2018 +0200

    gremlin: Fix typo in export list.
    
    * guix/build/gremlin.scm: Really export 'elf-dynamic-info-soname'.
---
 guix/build/gremlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/build/gremlin.scm b/guix/build/gremlin.scm
index fed529b..bb01996 100644
--- a/guix/build/gremlin.scm
+++ b/guix/build/gremlin.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2018 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -35,7 +35,7 @@
 
             elf-dynamic-info
             elf-dynamic-info?
-            elf-dynamic-info-sopath
+            elf-dynamic-info-soname
             elf-dynamic-info-needed
             elf-dynamic-info-rpath
             elf-dynamic-info-runpath



reply via email to

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