about summary refs log tree commit diff
path: root/maintainers/scripts
AgeCommit message (Collapse)AuthorFilesLines
2022-05-25treewide: stdenv.glibc -> glibcArtturin1-1/+1
2022-05-20maintainers/scripts/haskell/hydra-report.hs: remove redundant pragmasMalte Brandy1-3/+1
2022-05-20maintainers/scripts/haskell/hydra-report.hs: fix outdated hydra-unstable ↵Malte Brandy1-1/+1
reference
2022-05-10hydra-unstable -> hydra_unstableRick van Schijndel1-1/+1
2022-05-10luaPackages: add new packages cldr, fluent, and loadkitCaleb Maclennan1-0/+3
These are new dependencies for SILE, currently needed by the flake in the upstream repo and will be needed by the stable package in this repo on the next release
2022-05-10luaPackages: add new package - tl (teal language)Maxim Zhukov1-0/+1
The compiler for Teal, a typed dialect of Lua Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2022-05-09Merge pull request #171975 from alexshpilkin/add-lua-mathsMatthieu Coudron1-0/+2
2022-05-09lua53Packages.lmpfrlib: init at 20170112-2Alexander Shpilkin1-0/+1
2022-05-09lua53Packages.lmathx: init at 20150624-1Alexander Shpilkin1-0/+1
2022-05-03Merge pull request #171322 from teto/build-neovim-pluginMatthieu Coudron1-6/+12
distinguish between vim/neovim plugins
2022-05-03Merge pull request #169802 from NinjaTrappeur/nin/prosody012Matthieu Coudron1-0/+1
2022-05-03vim/update.py: distinguish between vim/neovim pluginsMatthieu Coudron1-6/+12
I've been working for a long time towards automatic nix dependencies for neovim plugins (using luarocks rockspecs to discover the said dependencies). This is an initial commit to help me complete the missing bits. buildNeovimPluginFrom2Nix is right now a placeholder which helps me test in my fork a version that does a flat install of luarocks. the vim updater will now check for attributes with the same name in the lua package set, if that's the case the script will generate buildNeovimPluginFrom2Nix.
2022-05-01vim/update.py: fix handling of redirectsMatthieu Coudron1-37/+37
2022-05-01luaPackages.luaexpat: 1.3.0-1 -> 1.4.1-1Matthieu Coudron1-1/+1
2022-04-22luaPackages.luaunbound: init at 1.0.0-1Félix Baylac-Jacqué1-0/+1
Required for Prosody 0.12.0. I first tried to run the bare ./maintainers/scripts/update-luarocks-packages, however it did break a fair share of Lua packages. In the end, I: 1. Added the luaunbound entry to luarocks-packages.csv 2. Run the update-luprocks-packages. 3. Cherry picked the luaunbound entry 4. Reverted the rest of lua-modules/generated-packages.nix to what we currently have in Nixpkgs. 5. Injected the native unbound library via the lua-modules overrides.
2022-04-05Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann2-84/+105
2022-04-05Merge master into staging-nextgithub-actions[bot]1-83/+104
2022-04-05haskell: update link to calendar for maintainer rotationDennis Gosnell1-1/+1
2022-04-03update.py: updater vim updaterMatthieu Coudron1-83/+104
We want to support plugins on other hosts than github. A more structured format will allow more features too.
2022-04-02Merge master into staging-nextgithub-actions[bot]1-0/+98
2022-04-02Merge pull request #165978 from helsinki-systems/feat/subsystem-maintainers.txtJanne Heß1-0/+98
Add a list of subsystem maintainers for release
2022-03-31Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-12/+47
2022-03-30Add a list of subsystem maintainers for releaseJanne Heß1-0/+98
2022-03-29Merge master into haskell-updatesgithub-actions[bot]1-1/+1
2022-03-28Merge branch 'master' into staging-nextJan Tojnar2-7/+16
; Conflicts: ; pkgs/development/python-modules/dnspython/default.nix ; pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28Merge pull request #165691 from lucc/github-removed-unencrypted-gitSandro1-1/+1
2022-03-28luarocks-packages: replace git://github.com with https://Lucas Hoffmann1-1/+1
2022-03-28Merge master into haskell-updatesgithub-actions[bot]1-6/+15
2022-03-27maintainers/scripts/remove-old-aliases.py: add option to only operate onArtturin1-6/+15
throws
2022-03-26Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann1-1/+1
2022-03-26Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-03-25Merge pull request #162511 from Artturin/add-alias-keep-featureArtturi1-1/+1
2022-03-23maintainers/scripts/haskell: add script to find broken maintained packagesMalte Brandy1-0/+22
2022-03-20haskellPackages: stackage Nightly 2022-03-17 -> LTS 19.0sternenseemann1-1/+1
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-03-20maintainers/haskell/update-stackage.sh: always mktemp for tmp filessternenseemann1-5/+8
In theory, another program would be free to create "$tmpfile.new".
2022-03-20maintainers/haskell/update-stackage.sh: make shellcheck happysternenseemann1-2/+2
* Annotate shell type * Make trap expansion safer
2022-03-20maintainers/haskell/update-stackage.sh: make solver configurablesternenseemann1-6/+15
Accept either Nightly or LTS as the solver configuration variable in the script. The Stackage version is now considered a tuple of solver and version, allowing the script to handle updates and switches between solvers gracefully. Tested updating Nightly and updating from Nightly to LTS.
2022-03-11Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-03-11Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann1-1/+1
2022-03-11regenerate-hackage-packages.sh: use runCommandLocalProfpatsch1-1/+1
Running tar will not benefit from running on a builder (it’s mostly I/O load and cannot be parallelized), and the network will dominate.
2022-03-09Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2-9/+6
Conflicts: nixos/doc/manual/from_md/release-notes/rl-2205.section.xml nixos/doc/manual/release-notes/rl-2205.section.md
2022-03-09Merge master into haskell-updatesgithub-actions[bot]2-9/+6
2022-03-08maintainers/scripts/remove-old-aliases.py: ignore lines which have ↵Artturin1-1/+1
'preserve, reason:' in them
2022-03-08luaPackages.luv: 1.42.0 -> 1.43.0Matthieu Coudron1-1/+1
2022-03-08update.py: fix for kakoune/luarocksMatthieu Coudron1-8/+5
2022-03-01Merge pull request #161079 from SuperSandro2000/exit-handlerSandro1-1/+1
2022-02-27haskellPackages.cabal-install: ignore stackage boundsternenseemann1-0/+1
We have generally shipped the latest cabal-install version. Stackage has re-added cabal-install recently which caused cabal-install to get downgraded to 3.4 to match the Cabal version shipped by GHC 9.0.2. This commit reverts that change.
2022-02-26Merge master into haskell-updatesgithub-actions[bot]1-8/+9
2022-02-25vim/update.py: make '--add' option workBruno BELANYI1-7/+8
2022-02-24Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres1-1/+1