mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 19:50:30 +02: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:
@@ -352,10 +352,10 @@ Counterpane's Passwordsafe.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user