diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-22 09:03:15 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-04-22 19:30:33 +0300 |
| commit | 13196327fdbec16d2cca3d397c96f4d5672e4e60 (patch) | |
| tree | 834ccdf373cec9127f8f33ce3d1c432fdf979503 /gnu/packages/freedesktop.scm | |
| parent | e20ff3658f0d0fe007f72b2ea51b2ad3f4aaba51 (diff) | |
gnu: xdg-desktop-portal-wlr: Install manpage.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[native-inputs]:
Add scdoc.
Change-Id: If7b0694fdd6a3d847c0a1116cea11404a23da919
Diffstat (limited to 'gnu/packages/freedesktop.scm')
| -rw-r--r-- | gnu/packages/freedesktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 83d4022a62f..6d434375b74 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm | |||
| @@ -3454,7 +3454,7 @@ interfaces.") | |||
| 3454 | (string-append (assoc-ref outputs "out") | 3454 | (string-append (assoc-ref outputs "out") |
| 3455 | "/share/doc/" ,name))))))) | 3455 | "/share/doc/" ,name))))))) |
| 3456 | (native-inputs | 3456 | (native-inputs |
| 3457 | (list cmake-minimal pkg-config)) | 3457 | (list cmake-minimal pkg-config scdoc)) |
| 3458 | (inputs (list elogind | 3458 | (inputs (list elogind |
| 3459 | bash-minimal | 3459 | bash-minimal |
| 3460 | grim | 3460 | grim |
