mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: otpclient: Fix build.
* gnu/packages/password-utils.scm (otpclient)[arguments]: Don't refer to nonexistent 'wrap' phase. Change-Id: I05d6face0809343247d332c042ce9f6bc69e0e78
This commit is contained in:
parent
8d6c4297ef
commit
6a7d1af457
1 changed files with 2 additions and 2 deletions
|
@ -352,10 +352,10 @@ (define-public otpclient
|
|||
(add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file
|
||||
(assoc-ref glib-or-gtk:%standard-phases
|
||||
'generate-gdk-pixbuf-loaders-cache-file))
|
||||
(add-after 'wrap 'glib-or-gtk-compile-schemas
|
||||
(add-after 'install 'glib-or-gtk-compile-schemas
|
||||
(assoc-ref glib-or-gtk:%standard-phases
|
||||
'glib-or-gtk-compile-schemas))
|
||||
(add-after 'wrap 'glib-or-gtk-wrap
|
||||
(add-after 'glib-or-gtk-compile-schemas 'glib-or-gtk-wrap
|
||||
(assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
|
||||
(inputs (list adwaita-icon-theme
|
||||
libcotp
|
||||
|
|
Loading…
Reference in a new issue