Loading pkgs/development/python-modules/floret/cstdint.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line diff --git a/src/args.cc b/src/args.cc index a8975e81624c..99854c919341 100644 --- a/src/args.cc +++ b/src/args.cc @@ -10,6 +10,7 @@ #include <stdlib.h> +#include <cstdint> #include <iostream> #include <stdexcept> #include <string> pkgs/development/python-modules/floret/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ buildPythonPackage rec { hash = "sha256-7vkw6H0ZQoHEwNusY6QWh/vPbSCdP1ZaaqABHsZH6hQ="; }; patches = [./cstdint.patch ]; nativeBuildInputs = [ pybind11 setuptools Loading Loading
pkgs/development/python-modules/floret/cstdint.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line diff --git a/src/args.cc b/src/args.cc index a8975e81624c..99854c919341 100644 --- a/src/args.cc +++ b/src/args.cc @@ -10,6 +10,7 @@ #include <stdlib.h> +#include <cstdint> #include <iostream> #include <stdexcept> #include <string>
pkgs/development/python-modules/floret/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ buildPythonPackage rec { hash = "sha256-7vkw6H0ZQoHEwNusY6QWh/vPbSCdP1ZaaqABHsZH6hQ="; }; patches = [./cstdint.patch ]; nativeBuildInputs = [ pybind11 setuptools Loading