diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-14 14:25:38 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-14 14:25:38 +0200 |
commit | fcb9ba2e71ed1e7af1f1c3ee51da639ba9483ec3 (patch) | |
tree | 894520bd9d8e22372031965db6b3b4a85783899c | |
parent | d7a3b4008fa7e40bc1f5e29af9e6f1f6757ed0f1 (diff) |
gnu: js8call: Don't inherit from wsjtx.
The inheritance has no effect as all the package fields are specified.
* gnu/packages/radio.scm (js8call): Remove 'inherit' field.
-rw-r--r-- | gnu/packages/radio.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 6f8b2ec9f7..8192aefb0f 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -1592,7 +1592,6 @@ focused on DXing and being shaped by community of DXers.JTDX") (define-public js8call (package - (inherit wsjtx) (name "js8call") (version "2.2.0") (source |