diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-01 17:32:20 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-01 19:08:12 -0400 |
commit | db5fa0cda7846c32bf37d24c3cf2b11a62778aac (patch) | |
tree | d24ebbe19b4259ed94d49131253f39eb632e1bef /gnu | |
parent | 4133905c7788e55ddfe18047a3cf2c2041029d1f (diff) | |
download | guix-db5fa0cda7846c32bf37d24c3cf2b11a62778aac.tar.gz |
gnu: diffoscope: Remove mono from native inputs.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove mono.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/diffoscope.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 54fdf5e8da..27a8aa7b46 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -48,7 +48,6 @@ #:use-module (gnu packages llvm) #:use-module (gnu packages man) #:use-module (gnu packages maths) - #:use-module (gnu packages mono) #:use-module (gnu packages ocaml) #:use-module (gnu packages package-management) #:use-module (gnu packages pascal) @@ -196,7 +195,6 @@ libarchive llvm-9 lz4 - mono ocaml odt2txt openssh |