We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ad96 commit 7a27aefCopy full SHA for 7a27aef
1 file changed
pkgs/top-level/perl-packages.nix
@@ -804,6 +804,20 @@ let
804
};
805
806
807
+ AstroFITSHeader = buildPerlModule rec {
808
+ pname = "Astro-FITS-Header";
809
+ version = "3.07";
810
+ src = fetchurl {
811
+ url = "mirror://cpan/authors/id/T/TJ/TJENNESS/${pname}-${version}.tar.gz";
812
+ sha256 = "530d59ef0c0935f9862d187187a2d7583b12c639bb67db14f983322b161892d9";
813
+ };
814
+ meta = {
815
+ homepage = "http://github.com/timj/perl-Astro-FITS-Header/tree/master";
816
+ description = "Object-oriented interface to FITS HDUs";
817
+ license = stdenv.lib.licenses.free;
818
819
820
+
821
AudioScan = buildPerlPackage {
822
pname = "Audio-Scan";
823
version = "1.01";
0 commit comments