diff options
author | Brendan Tildesley <mail@brendan.scot> | 2020-03-20 01:24:39 +1100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-03-19 21:10:21 +0100 |
commit | 3e000955cd232c437cbe6994c124e30a35bc2605 (patch) | |
tree | 91057290a6abf532e6519102a004c67423e4b404 | |
parent | 355dd7135cdcdcd4c589bbb7f0f6ab5a2f26ca65 (diff) | |
download | patches-3e000955cd232c437cbe6994c124e30a35bc2605.tar patches-3e000955cd232c437cbe6994c124e30a35bc2605.tar.gz |
guix: lint: Ad scdoc as a suggested native input.
* guix/lint.scm (check-inputs-should-be-native): Add scdoc.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | guix/lint.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/lint.scm b/guix/lint.scm index 24fbf05202..40bddd0a41 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -317,6 +317,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as "python-pytest-cov" "python2-pytest-cov" "python-setuptools-scm" "python2-setuptools-scm" "python-sphinx" "python2-sphinx" + "scdoc" "swig" "qmake" "qttools" |