summaryrefslogtreecommitdiff
path: root/maintainers/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* nix-generate-from-cpan: use Module::CoreList to detect core modules•••The previous way of detecting core modules failed to filter "if" and possibly other core modules. ydlr2020-03-141-8/+3
* nix-generate-from-cpan: remove unkown license•••Leave license empty when it is not provided. This prevents packages from failing to build because the license is set to `stdenv.lib.licenses.unkown`. There will still be a warning about the unkown license. ydlr2020-03-131-1/+1
* Merge pull request #80562 from NixOS/cus-broken•••common-updater-scripts: Handle errors in src hashingJan Tojnar2020-02-201-3/+2
|\
| * maintainers/scripts/update.nix: allow updating overlaysJan Tojnar2020-02-191-3/+2
* | luaPackages.cosmo: init at 16.06.04-1Mario Rodas2020-02-111-0/+1
* | luaPackages.cassowary: init at 2.2-1Mario Rodas2020-02-111-0/+1
|/
* plasma5: 5.16.5 -> 5.17.5Thomas Tuegel2020-01-271-1/+2
* update-luarocks-packages: disable by default•••Not only the binary `parallel` displays a re,inder to quote their software but it systematically breaks update here regardless of my network quality. Better be slow than fail. If anyone can fix it, we may rollback this. Matthieu Coudron2020-01-251-1/+1
* luaPackages.vstruct: init at 2.0.2-1Matthieu Coudron2020-01-251-0/+1
* luaPackages.luarepl: init at 0.9-1Matthieu Coudron2020-01-251-0/+1
* luaPackages.luaepnf: init at 0.3-1Matthieu Coudron2020-01-251-0/+1
* luaPackages.linenoise: init at 0.9-1Matthieu Coudron2020-01-241-0/+1
* luaPackages.digestif: scm1 -> 0.2-1•••Now it's a released package so no need to specify the manifest anymore. Matthieu Coudron2020-01-241-1/+1
* maintainers update.nix: fix typo in script helpdanbst2019-12-201-1/+1
* update.nix: fix evalworldofpeace2019-11-251-1/+1
* Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-244-21/+38
|\
| * Merge pull request #71802 from teto/luadoc•••adds Luadoc.Matthieu Coudron2019-10-241-0/+2
| |\
| | * luaPackages.luadoc: init at 3.0.1-1•••Used in vim plugins like nvim-terminal-lua to generate html docs. Matthieu Coudron2019-10-231-0/+1
| | * luaPackages.lualogging: init at 1.3.0-1•••Dependency of luadoc Matthieu Coudron2019-10-231-0/+1
| * | maintainers/scripts/update-discord: improve•••- add comment specifying file is generated - remove repetition of version number Tadeo Kondrak2019-10-151-3/+3
| * | luaPackages.luacov: init at 0.13.0-1•••It is needed to run luarocks test. Matthieu Coudron2019-10-141-0/+1
| |/
| * luaPackages.pulseaudio: init at 0.1Doron Behar2019-10-041-0/+1
| * nix-generate-from-cpan: strip leading v from versions•••Everything currently in perl-packages.nix already does this, so we might as well automate it. edef2019-09-251-1/+1
| * nix-generate-from-cpan: use pname/version rather than version•••The `name` parameter to buildPerlPackage is deprecated, and everything currently in perl-packages.nix has already been converted to use pname/version instead. This also changes the URLs to be pure string literals, matching the convention used in nixpkgs in practice. edef2019-09-251-6/+7
| * maintainer scripts: fix hydra-eval-failures scriptSamuel Leathers2019-09-131-12/+24
* | treewide: Get rid of most `parseDrvName` without breaking compat•••That is because this commit should be merged to both master and release-19.09. John Ericson2019-11-241-1/+1
|/
* Merge pull request #68258 from teto/luarocks-nix_bump•••Moved luarocks-nix to community and leverage luarocks mirrors when possible.Matthieu Coudron2019-09-092-0/+5
|\
| * luarocks-nix: bump to 2019-09-07•••added version and transferred the repostiory to nix-community. With this bump, luarocks-nix generates mirro://luarocks urls. Matthieu Coudron2019-09-081-0/+1
| * update-luarocks-packages: reference only 1 server•••we now pass a configuration file when calling luarocks to prevent impurities. Matthieu Coudron2019-09-072-0/+4
* | lua*Packages.lua-yajl: init at 2.0-1•••Dependency for mudlet >= 4.0 Philipp2019-09-071-0/+1
* | lua*Packages.luautf8: init at 0.1.1-1•••Dependency for mudlet >= 4.0 Philipp2019-09-071-0/+1
|/
* ruby.withPackages: init•••Co-authored-by: Alyssa Ross <hi@alyssa.is> Michael Fellinger2019-09-031-0/+13
* ljsyscall: init at 20180515Luka Blaskovic2019-08-281-0/+1
* lua*Packages.moonscript: init at 0.5.0-1 (generated)Alexei Robyn2019-08-211-0/+1
* lua*Packages.alt-getopt: init at 0.8.0-1 (generated)Alexei Robyn2019-08-211-0/+1
* treewide: use dontUnpackworldofpeace2019-07-011-1/+1
* luaPackages.luaexpat: Downgrade to fix issue and match typical distros•••Matches version used on most distros. Fixes an issue with prosody. Detailed reasoning behind this can be found [here](https://github.com/NixOS/nixpkgs/pull/63108#issuecomment-504015507). Alexei Robyn2019-06-241-1/+1
* discord-{ptb,canary}: init; add `update-discord`Tadeo Kondrak2019-06-231-0/+36
* update-luarocks: Use containing nixpkgs, ensure Lua drvs existAlexei Robyn2019-06-142-6/+20
* update-luarocks: Several improvements•••Changes: - Fetches rocks and builds Nix expressions for them in parallel - Passes 'maintainers' list to luarocks-nix - Constructs the luarocks argument list more cleanly, by using an indexed array - Made indentation consistent Alexei Robyn2019-06-131-41/+57
* luarocks-packages.csv: Add remaining manual Lua expression packages•••And their deps. Alexei Robyn2019-06-131-4/+21
* luarocks-packages.csv: Sort rows, add some missing maintainersAlexei Robyn2019-06-131-12/+11
* luaPackages.lpeg: 1.0.1 -> 1.0.2•••and move to generated Matthieu Coudron2019-06-071-0/+1
* luaPackages.luaposix: move to generatedMatthieu Coudron2019-06-061-0/+1
* luaPackages.mpack: removed duplicate manual packageMatthieu Coudron2019-06-061-1/+1
* luarocks-packages.csv: track maintainers in column•••luarocks-nix doesn't use yet but it will in next update. Matthieu Coudron2019-06-061-47/+47
* luaPackages.lua-zlib: 1.1 -> 1.2•••Renamed from luazlib to luarocks name lua-zlib. Move to generated. Matthieu Coudron2019-06-061-0/+1
* luaPackages.luazip: 2007-10-30 -> 1.2.7Matthieu Coudron2019-06-051-0/+1
* luaPackages.cjson: move to generatedMatthieu Coudron2019-06-051-0/+1
* Merge pull request #62669 from teto/lua-lsp•••Add one latex and one lua LSP serverMatthieu Coudron2019-06-051-0/+3
|\