diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-10 14:52:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-11 07:38:02 +0000 |
commit | dcc00e06357e82c4cf00550ad71257f012c6a375 (patch) | |
tree | 6fda0946948a04544db79f6aa15d9daf8a78286b /gnu/packages | |
parent | f53a802b29dd08a472161fcdec76a7ccba306273 (diff) |
gnu: astroid: Use xorg-server-for-tests.
* gnu/packages/mail.scm (astroid)[native-inputs]: Substitute
xorg-server-for-tests for the regular xorg-server.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5d9dc1e8b9..b1aef2e878 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -912,7 +912,7 @@ mailpack. What can alterMIME do? pkg-config ronn w3m - xorg-server)) + xorg-server-for-tests)) (inputs (list boost gmime |