24 buildPythonPackage rec {
29 src = fetchFromGitHub {
30 owner = "outlines-dev";
32 rev = "refs/tags/${version}";
33 hash = "sha256-6VH9BcMRVRf2xvLcK3GNA1pGgAOs95UOlFQ6KxHXwKo=";
41 propagatedBuildInputs = [
60 export HOME=$(mktemp -d)
61 python3 -c 'import outlines'
65 description = "Structured text generation";
66 homepage = "https://github.com/outlines-dev/outlines";
67 license = licenses.asl20;
68 maintainers = with maintainers; [ lach ];