diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-01-05 23:10:36 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-05 23:44:18 +0100 |
| commit | 282197b52158764889bcc56955dc98940947d493 (patch) | |
| tree | ce6c98de87a0e082378391b28b1ef8d5f6f1c6fd | |
| parent | f2d304ac98738ebea8ddb584890cc6fe46f393fc (diff) | |
gnu: tootle: Remove trailing #t in phases.
* gnu/packages/mastodon.scm (tootle)[arguments]: Remove trailing #t.
| -rw-r--r-- | gnu/packages/mastodon.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm index a50ed7fdf93..d6fd1db2b60 100644 --- a/gnu/packages/mastodon.scm +++ b/gnu/packages/mastodon.scm | |||
| @@ -105,8 +105,7 @@ Features include: | |||
| 105 | ;; Don't create 'icon-theme.cache'. | 105 | ;; Don't create 'icon-theme.cache'. |
| 106 | (lambda _ | 106 | (lambda _ |
| 107 | (substitute* "meson/post_install.py" | 107 | (substitute* "meson/post_install.py" |
| 108 | (("gtk-update-icon-cache") "true")) | 108 | (("gtk-update-icon-cache") "true")))) |
| 109 | #t)) | ||
| 110 | (add-after 'unpack 'patch-source | 109 | (add-after 'unpack 'patch-source |
| 111 | (lambda _ | 110 | (lambda _ |
| 112 | (substitute* "src/Dialogs/NewAccount.vala" | 111 | (substitute* "src/Dialogs/NewAccount.vala" |
| @@ -115,13 +114,12 @@ Features include: | |||
| 115 | (substitute* "src/Build.vala" | 114 | (substitute* "src/Build.vala" |
| 116 | (("(os_name = ).*" _ first) (string-append first "\"GNU\";\n")) | 115 | (("(os_name = ).*" _ first) (string-append first "\"GNU\";\n")) |
| 117 | (("(os_ver = ).*" _ first) (string-append first "\"Guix\";\n")) | 116 | (("(os_ver = ).*" _ first) (string-append first "\"Guix\";\n")) |
| 118 | (("GLib.Environment.get_os_info.*") "\"unknown\";\n")) | 117 | (("GLib.Environment.get_os_info.*") "\"unknown\";\n")))) |
| 119 | #t)) | ||
| 120 | (add-after 'install 'symlink-package | 118 | (add-after 'install 'symlink-package |
| 121 | (lambda* (#:key outputs #:allow-other-keys) | 119 | (lambda* (#:key outputs #:allow-other-keys) |
| 122 | (symlink "com.github.bleakgrey.tootle" | 120 | (symlink "com.github.bleakgrey.tootle" |
| 123 | (string-append (assoc-ref outputs "out") "/bin/tootle")) | 121 | (string-append (assoc-ref outputs "out") |
| 124 | #t))))) | 122 | "/bin/tootle"))))))) |
| 125 | (native-inputs | 123 | (native-inputs |
| 126 | (list gettext-minimal | 124 | (list gettext-minimal |
| 127 | `(,glib "bin") ; for glib-compile-resources | 125 | `(,glib "bin") ; for glib-compile-resources |
