Removed weird naming dependency when pulling project
This commit is contained in:
parent
9501735f03
commit
79c6dd4ef5
4 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
dnl -*- Autoconf -*-
|
dnl -*- Autoconf -*-
|
||||||
|
|
||||||
AC_INIT(msg, 0.1)
|
AC_INIT(msg-cli, 0.1)
|
||||||
AC_SUBST(HVERSION, "\"0.1\"")
|
AC_SUBST(HVERSION, "\"0.1\"")
|
||||||
AC_SUBST(AUTHOR, "\"Chad Nelson\"")
|
AC_SUBST(AUTHOR, "\"Chad Nelson\"")
|
||||||
AC_SUBST(COPYRIGHT, "'(2023)")
|
AC_SUBST(COPYRIGHT, "'(2023)")
|
||||||
|
|
2
guix.scm
2
guix.scm
|
@ -13,7 +13,7 @@
|
||||||
(srfi srfi-1))
|
(srfi srfi-1))
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name "msg")
|
(name "msg-cli")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source
|
(source
|
||||||
(local-file
|
(local-file
|
||||||
|
|
1
hall.scm
1
hall.scm
|
@ -1,6 +1,7 @@
|
||||||
(hall-description
|
(hall-description
|
||||||
(name "msg")
|
(name "msg")
|
||||||
(prefix "")
|
(prefix "")
|
||||||
|
(postfix "cli")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(author "Chad Nelson")
|
(author "Chad Nelson")
|
||||||
(email "")
|
(email "")
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
(define %copyright '(2023))
|
(define %copyright '(2023))
|
||||||
|
|
||||||
(define %gettext-domain "msg")
|
(define %gettext-domain "msg-cli")
|
||||||
|
|
||||||
(define G_ identity)
|
(define G_ identity)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue