1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-ZV5nS6wEbKfzXhfXEtVlkwaEtxpTOYQaGlaxKx3FIvE=";
18 install -Dm644 exprtk.hpp "$out/include/exprtk.hpp"
23 description = "The C++ Mathematical Expression Toolkit Library";
24 homepage = "https://www.partow.net/programming/exprtk/index.html";
25 license = licenses.mit;
26 maintainers = with maintainers; [ anselmschueler ];