Efraim Flashner <efr...@flashner.co.il> writes:

> As far as tracking back from git-annex to ghc to see that it's not
> supported on aarch64, I'm not sure how you would find that information.

You can try this in guix repl:

--8<---------------cut here---------------start------------->8---
(import (srfi srfi-1)
        (guix packages)
        (gnu packages))

(define p (specification->package "git-annex"))
(define deps (package-development-inputs p))
(find (lambda (pkg)
        (not (member "aarch64-linux" (package-supported-systems pkg))))
      (map cadr deps))
--8<---------------cut here---------------end--------------->8---


-- 
Ricardo

Reply via email to