about summary refs log tree commit diff
path: root/pkgs/by-name/ba
AgeCommit message (Collapse)AuthorFilesLines
2024-07-19bant: 0.1.5 -> 0.1.6Leonardo Romor1-6/+4
2024-07-17basedpyright: fix stubs not being found in the expected locationEnric Morales1-2/+1
2024-07-17basedpyright: 1.13.3 -> 1.14.0Gaetan Lepage1-4/+4
Diff: https://github.com/DetachHead/basedpyright/compare/v1.13.3...v1.14.0 Changelog: https://github.com/DetachHead/basedpyright/releases/tag/v1.14.0
2024-07-12treewide: fix uses of `finalAttrs.pname` in source urlséclairevoyant1-1/+1
2024-07-12treewide: fix uses of `repo = finalAttrs.pname`éclairevoyant1-1/+1
2024-07-10basedpyright: 1.13.2 -> 1.13.3Gaetan Lepage1-4/+4
Diff: https://github.com/DetachHead/basedpyright/compare/v1.13.2...v1.13.3 Changelog: https://github.com/DetachHead/basedpyright/releases/tag/v1.13.3
2024-07-09Merge pull request #323099 from tomodachi94/enhance/batik/modernizeMasum Reza1-0/+55
batik: refactor, modernize
2024-07-04Merge master into staging-nextgithub-actions[bot]1-4/+4
2024-07-04Merge branch 'master' into staging-nextVladimír Čunát1-0/+66
Conflicts - GitHub wouldn't auto-resolve them but my local git did: pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04basedpyright: 1.13.1 -> 1.13.2Gaetan Lepage1-4/+4
Diff: https://github.com/DetachHead/basedpyright/compare/v1.13.1...v1.13.2 Changelog: https://github.com/DetachHead/basedpyright/releases/tag/v1.13.2
2024-07-04Merge pull request #322492 from lromor/feature-20240525-bant-initWeijia Wang1-0/+66
bant: init at 0.1.5
2024-07-02Merge branch 'master' into staging-nextWeijia Wang1-1/+1
2024-07-02treewide: remove lilyballLily Ballard1-1/+1
2024-07-02Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-0/+63
Conflicts: - pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02Merge pull request #319659 from jtojnar/gnome-extractJan Tojnar1-0/+63
Move various packages out of gnome scope
2024-07-02Merge remote-tracking branch 'origin/master' into staging-nextK9001-1/+1
2024-07-02maintainers: remove lf-Jade Lovelace1-1/+1
Over the last few months I have had at least a half dozen points points when I have wanted to resign, and my biggest regret is that you can only resign once. After the previous such opportunity, I was emotionally done. Today's shameful incident has made it abundantly clear I am not welcome. Let's make that official. It's been a long run and I've met a lot of lovely people working on the Nix ecosystem. Let's hope that the technology lives on, and that I can keep working with the lovely people I have spent most of my time working with, *but outside of Nix*.
2024-07-01bant: init at 0.1.5Leonardo Romor1-0/+66
2024-07-01Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross1-6/+46
Conflicts: pkgs/development/lua-modules/generated-packages.nix
2024-07-01Merge pull request #320941 from GaetanLepage/basedpyrightGaétan Lepage1-6/+46
basedpyright: 1.12.6 -> 1.13.1
2024-07-01baobab: Move from gnome scope to top-levelJan Tojnar1-0/+63
2024-06-29basedpyright: 1.12.6 -> 1.13.1Gaetan Lepage1-6/+46
Diff: https://github.com/DetachHead/basedpyright/compare/v1.12.6...v1.13.1 Changelog: https://github.com/DetachHead/basedpyright/releases/tag/v1.13.1 Co-authored-by: Enric Morales <me@enric.me>
2024-06-29Merge branch 'master' into staging-nextK9001-1/+1
2024-06-28batik: refactorTomodachi941-10/+37
* All JARs end up in $out/share/java, and a few wrappers for the applications are made in $out/bin (closes #50932). * stdenv -> stdenvNoCC, since no compilers are needed in any stages. * Remove the vendored Rhino JavaScript engine and replace it with our Nixpkgs one. * Add the stripJavaArchivesHook. This is hopefully a large improvement over the previous derivation (which simply copied the binary tarball into $out).
2024-06-26batik: format with nixfmt-rfc-styleTomodachi941-1/+5
2024-06-26batik: move to pkgs/by-nameTomodachi941-0/+24
2024-06-25babeltrace: use allowedVersions in updateScriptRyan Hendrickson1-1/+1
2024-06-18Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt3-1/+182
Conflicts: - pkgs/development/python-modules/langsmith/default.nix - pkgs/development/python-modules/rich-pixels/default.nix - pkgs/servers/teleport/generic.nix
2024-06-18Merge pull request #310617 from wentasah/package/python-babeltraceDoron Behar2-0/+181
python311Packages.babeltrace: init at 1.5.11
2024-06-18babeltrace2: init at 2.0.6Michal Sojka1-0/+101
Separate from babeltrace 1.x as "the Babeltrace 2 project is completely independent from Babeltrace 1". https://github.com/efficios/babeltrace/releases/tag/v2.0.0 Co-authored-by: hacker1024 <hacker1024@users.sourceforge.net>
2024-06-17python311Packages.babeltrace: init at 1.5.11hacker10241-15/+32
2024-06-17babeltrace: add myself as maintainerMichal Sojka1-1/+4
2024-06-17babeltrace: 1.5.8 -> 1.5.11Doron Behar1-2/+2
2024-06-17babeltrace: add update scriptMichal Sojka1-0/+8
2024-06-17babeltrace: reformat with nixfmt-rfc-styleMichal Sojka1-0/+52
- Don't use `meta = with lib;`. - Use (finalAttrs:{}) pattern. - Use lib.enableFeature for debug-info ./configure flag. - Use pkgs/by-name
2024-06-16Merge pull request #319746 from elohmeier/rm-maintainerPol Dellaiera1-1/+1
Remove myself from some packages I no longer actively use
2024-06-16Merge staging-next into staginggithub-actions[bot]1-0/+34
2024-06-16Merge pull request #318868 from 6543-forks/batmonh7x41-0/+34
batmon: init at 0.0.1
2024-06-15Merge staging-next into staginggithub-actions[bot]1-0/+2
2024-06-14bash-language-server: add shellcheck to pathMarie Ramlow1-0/+2
2024-06-14 treewide: remove pythonRelaxDepsHook referencesMartin Weinelt1-1/+1
It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14batmon: init at 0.0.165431-0/+34
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Co-authored-by: h7x4 <h7x4@nani.wtf>
2024-06-14baresip: remove elohmeier as maintainerEnno Richter1-1/+1
2024-06-13Merge pull request #319340 from GaetanLepage/basedpyrightOTABI Tomoya1-5/+5
basedpyright: 1.12.5 -> 1.12.6
2024-06-13bash-language-server: use pnpm.fetchDeps instead of node2nixDoron Behar1-0/+73
2024-06-12basedpyright: 1.12.5 -> 1.12.6Gaetan Lepage1-5/+5
Diff: DetachHead/basedpyright@v1.12.5...v1.12.6 Changelog: https://github.com/detachhead/basedpyright/releases/tag/v1.12.6
2024-06-11Merge pull request #317403 from kiike/pkgs/basedpyrightPeder Bergebakken Sundt2-6/+49
basedpyright: 1.12.4 -> 1.12.5
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt3-3/+3
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-06-05basedpyright: 1.12.4 -> 1.12.5Enric Morales2-6/+49
Diff: https://github.com/detachhead/basedpyright/compare/v1.12.4...v1.12.5 Changelog: https://github.com/detachhead/basedpyright/releases/tag/v1.12.5