1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0z45ndpd4a64i6jayr4yxfcr5h87bsmhm7lfgnbp35pnfywiclmq";
17 # Nix doesn't seem to recognize this by default.
24 cp ./genann.{h,c} $out/include
28 homepage = "https://github.com/codeplea/genann";
29 description = "Simple neural network library in ANSI C";
30 license = licenses.zlib;
31 maintainers = [ maintainers.ivar ];
32 platforms = platforms.all;