about summary refs log tree commit diff
path: root/pkgs/development/compilers/blueprint
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-22blueprint-compiler: 0.10.0 -> 0.12.0R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-13blueprint-compiler: remove `paveloom` from maintainersPavel Sobolev1-1/+1
2023-12-07blueprint: disable tests (time out)Adam Joseph1-1/+2
2023-09-08blueprint-compiler: add darwin supportWeijia Wang1-2/+3
2023-07-22blueprint-compiler: 0.8.1 -> 0.10.0Pavel Sobolev1-17/+4
2023-06-25blueprint-compiler: 0.6.0 -> 0.8.1Benedikt Broich1-6/+33
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-31blueprint-compiler: refactorBenedikt Broich1-19/+14
Some improvements discussed [here](https://github.com/NixOS/nixpkgs/pull/208157) after the first merge.
2022-12-29blueprint-compiler: 0.2.0 -> 0.6.0Benedikt Broich1-13/+28
2022-07-01blueprint-compiler: 2022-05-27 -> 0.2.0zendo1-8/+3
remove wrapPython
2022-05-28blueprint-compiler: init at 0.1.0ranfdev1-0/+51
This package is needed by many new gtk apps.