1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 nativeBuildInputs = [ autoreconfHook ];
9 src = fetchFromGitHub {
13 sha256 = "sha256-xBE8mWwmvlu0v3Up5y6J8jMhToMSACdKeQzPJoG8LWk=";
16 configureFlags = [ "--enable-shared" ];
19 description = "Essential Routines for Fundamental Astronomy";
20 homepage = "https://github.com/liberfa/erfa";
21 maintainers = with maintainers; [ mir06 ];
23 url = "https://github.com/liberfa/erfa/blob/master/LICENSE";