mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gremlin: Fix typo in export list.
* guix/build/gremlin.scm: Really export 'elf-dynamic-info-soname'.
This commit is contained in:
parent
5294836d6a
commit
c90fd42020
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2015, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -35,7 +35,7 @@ (define-module (guix build gremlin)
|
||||||
|
|
||||||
elf-dynamic-info
|
elf-dynamic-info
|
||||||
elf-dynamic-info?
|
elf-dynamic-info?
|
||||||
elf-dynamic-info-sopath
|
elf-dynamic-info-soname
|
||||||
elf-dynamic-info-needed
|
elf-dynamic-info-needed
|
||||||
elf-dynamic-info-rpath
|
elf-dynamic-info-rpath
|
||||||
elf-dynamic-info-runpath
|
elf-dynamic-info-runpath
|
||||||
|
|
Loading…
Reference in a new issue