wcslib: 7.5 -> 7.6 (#119504)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
3783fb8475
commit
35c8995dab
@ -2,22 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wcslib";
|
pname = "wcslib";
|
||||||
version = "7.5";
|
version = "7.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${pname}-${version}.tar.bz2";
|
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1536gmcpm6pckn9xrb6j8s4pm1vryjhzvhfaj9wx3jwxcpbdy0dw";
|
sha256 = "sha256-VLuMkhZ6fxP4qnP8S4oJeFJW0smCE0Z968eigqQxMYs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ flex ];
|
nativeBuildInputs = [ flex ];
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
substituteInPlace GNUmakefile --replace 2775 0775
|
|
||||||
substituteInPlace C/GNUmakefile --replace 2775 0775
|
|
||||||
'';
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.atnf.csiro.au/people/mcalabre/WCS/";
|
homepage = "https://www.atnf.csiro.au/people/mcalabre/WCS/";
|
||||||
description = "World Coordinate System library for astronomy";
|
description = "World Coordinate System library for astronomy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user