[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40767] [PATCH] gnu: Add maradns.
From: |
Mathieu Othacehe |
Subject: |
[bug#40767] [PATCH] gnu: Add maradns. |
Date: |
Sat, 25 Apr 2020 14:43:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
> Yes, I checked before pushing. guix lint reported no warnings.
Then we may have to fix guix lint because it seems to me that this
snippet is above limit:
--8<---------------cut here---------------start------------->8---
(string-append (assoc-ref %build-inputs "cross-gcc")
"/bin/" ,(%current-target-system) "-gcc")
--8<---------------cut here---------------end--------------->8---
Nice fix, thank you :)
> "/share/man/man8"))
> #t))))))
> + (native-inputs
> + `(,@(if (%current-target-system)
> + `(("gcc" ,gcc))
> + '())))
You don't need this bit, the native gcc is also present when
cross-compiling. Otherwise, LGTM!
Mathieu
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns., Efraim Flashner, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/23
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/24
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/25
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/25
- [bug#40767] [PATCH] gnu: Add maradns.,
Mathieu Othacehe <=
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/25
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/26
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/26
- bug#40767: [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/24