libcerf: init at 1.5
squash! libcerf: init at 1.5 squash! libcerf: init at 1.5
This commit is contained in:
parent
0781951e75
commit
e21e752caf
18
pkgs/development/libraries/libcerf/default.nix
Normal file
18
pkgs/development/libraries/libcerf/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ stdenv, lib, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libcerf-1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://apps.jcns.fz-juelich.de/src/libcerf/libcerf-1.5.tgz";
|
||||
sha256 = "11jwr8ql4a9kmv04ycgwk4dsqnlv4l65a8aa0x1i3y7zwx3w2vg3";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Complex error (erf), Dawson, Faddeeva, and Voigt function library";
|
||||
homepage = http://apps.jcns.fz-juelich.de/doku/sc/libcerf;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -9010,6 +9010,8 @@ with pkgs;
|
||||
|
||||
libcello = callPackage ../development/libraries/libcello {};
|
||||
|
||||
libcerf = callPackage ../development/libraries/libcerf {};
|
||||
|
||||
libcdaudio = callPackage ../development/libraries/libcdaudio { };
|
||||
|
||||
libcddb = callPackage ../development/libraries/libcddb { };
|
||||
|
Loading…
Reference in New Issue
Block a user