mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
perlPackages.AstroFITSHeader: init at 3.07
This commit is contained in:
parent
893ad96c18
commit
7a27aefc1c
@ -804,6 +804,20 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
AstroFITSHeader = buildPerlModule rec {
|
||||
pname = "Astro-FITS-Header";
|
||||
version = "3.07";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TJ/TJENNESS/${pname}-${version}.tar.gz";
|
||||
sha256 = "530d59ef0c0935f9862d187187a2d7583b12c639bb67db14f983322b161892d9";
|
||||
};
|
||||
meta = {
|
||||
homepage = "http://github.com/timj/perl-Astro-FITS-Header/tree/master";
|
||||
description = "Object-oriented interface to FITS HDUs";
|
||||
license = stdenv.lib.licenses.free;
|
||||
};
|
||||
};
|
||||
|
||||
AudioScan = buildPerlPackage {
|
||||
pname = "Audio-Scan";
|
||||
version = "1.01";
|
||||
|
Loading…
Reference in New Issue
Block a user