about summary refs log tree commit diff
path: root/maintainers/scripts
Commit message (Collapse)AuthorAge
* luaPackages.ldbus: init at scm-0pablo11072020-06-17
|
* lua packages: remove myself from some meta.maintainersVladimír Čunát2020-06-10
| | | | | | | It will really happen after regeneration (no need to hurry, I guess). Commit b7e6161b4 added me to cyrussasl by a mistake apparently. In knot-resolver upstream we dropped luaossl and luafilesystem from closure to ease up maintenance, so I no longer have motivation for them.
* lyaml: init at 6.2.5-1, update all generated packagesLuka Blaskovic2020-06-06
|
* maintainers/scripts/update.nix: refactor package collectorJan Tojnar2020-05-13
| | | | | | | | | | | | | | | The `packagesWith` function expected an attrSet but `packagesWithUpdateScript` could be passing it a derivation or a list when the attribute path supplied by user through the `--argstr path` argument pointed to one. It only worked because derivations are also attrSets and contain their outputs as attributes, and did not work for lists at all. Additionally, the improper handling would cause the `src` attribute to be built in some rare cases (`mkYarnPackage` seems to trigger this). Rewriting the `packagesWith` function to be inductive with a derivation as a base case and attrSets and lists as inductive steps is much cleaner and also fixes the unnecessary build.
* maintainers/scripts/update.nix: derivation is the final stationJan Tojnar2020-05-13
| | | | | | | It does not make sense to look for derivations within derivations, not even when `recurseForDerivations` is true. Nix does not do that either: https://github.com/NixOS/nix/blob/ebc024df2287085d48ed6194aa756fd70c07f76c/src/libexpr/get-drvs.cc#L346-L355
* maintainers/scripts/update.nix: Import lib into scopeJan Tojnar2020-05-13
| | | | This will make it easier to change it if we want to decouple from pkgs.
* maintainers/scripts/build.nix: script to build all maintainer packagesgnidorah2020-05-09
|
* treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* discord-{ptb,canary}: update to latest versions and fixup updateScriptBenjamin Hipple2020-04-12
| | | | | | | | | | | | | This commit: - Moves the update script into the dir, out of the maintainers dir. This makes it more discoverable in general. It can also be invoked from anywhere to write to default.nix - Swaps it to use the standardized `passthru.updateScript`. This means that eventually bots like `nixpkgs-update` will be able to handle it. - Runs the script to upgrade to the latest versions See https://nixos.org/nixpkgs/manual/#ssec-stdenv-attributes
* nix-generate-from-cpan: use Module::CoreList to detect core modulesydlr2020-03-14
| | | | | The previous way of detecting core modules failed to filter "if" and possibly other core modules.
* nix-generate-from-cpan: remove unkown licenseydlr2020-03-13
| | | | | | | | 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.
* Merge pull request #80562 from NixOS/cus-brokenJan Tojnar2020-02-20
|\ | | | | common-updater-scripts: Handle errors in src hashing
| * maintainers/scripts/update.nix: allow updating overlaysJan Tojnar2020-02-19
| |
* | luaPackages.cosmo: init at 16.06.04-1Mario Rodas2020-02-11
| |
* | luaPackages.cassowary: init at 2.2-1Mario Rodas2020-02-11
|/
* plasma5: 5.16.5 -> 5.17.5Thomas Tuegel2020-01-27
|
* update-luarocks-packages: disable by defaultMatthieu Coudron2020-01-25
| | | | | | | 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.
* luaPackages.vstruct: init at 2.0.2-1Matthieu Coudron2020-01-25
|
* luaPackages.luarepl: init at 0.9-1Matthieu Coudron2020-01-25
|
* luaPackages.luaepnf: init at 0.3-1Matthieu Coudron2020-01-25
|
* luaPackages.linenoise: init at 0.9-1Matthieu Coudron2020-01-24
|
* luaPackages.digestif: scm1 -> 0.2-1Matthieu Coudron2020-01-24
| | | | Now it's a released package so no need to specify the manifest anymore.
* maintainers update.nix: fix typo in script helpdanbst2019-12-20
|
* update.nix: fix evalworldofpeace2019-11-25
|
* Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|\
| * Merge pull request #71802 from teto/luadocMatthieu Coudron2019-10-24
| |\ | | | | | | adds Luadoc.
| | * luaPackages.luadoc: init at 3.0.1-1Matthieu Coudron2019-10-23
| | | | | | | | | | | | Used in vim plugins like nvim-terminal-lua to generate html docs.
| | * luaPackages.lualogging: init at 1.3.0-1Matthieu Coudron2019-10-23
| | | | | | | | | | | | Dependency of luadoc
| * | maintainers/scripts/update-discord: improveTadeo Kondrak2019-10-15
| | | | | | | | | | | | | | | - add comment specifying file is generated - remove repetition of version number
| * | luaPackages.luacov: init at 0.13.0-1Matthieu Coudron2019-10-14
| |/ | | | | | | It is needed to run luarocks test.
| * luaPackages.pulseaudio: init at 0.1Doron Behar2019-10-04
| |
| * nix-generate-from-cpan: strip leading v from versionsedef2019-09-25
| | | | | | | | | | Everything currently in perl-packages.nix already does this, so we might as well automate it.
| * nix-generate-from-cpan: use pname/version rather than versionedef2019-09-25
| | | | | | | | | | | | | | | | | | 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.
| * maintainer scripts: fix hydra-eval-failures scriptSamuel Leathers2019-09-13
| |
* | treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson2019-11-24
|/ | | | | That is because this commit should be merged to both master and release-19.09.
* Merge pull request #68258 from teto/luarocks-nix_bumpMatthieu Coudron2019-09-09
|\ | | | | Moved luarocks-nix to community and leverage luarocks mirrors when possible.
| * luarocks-nix: bump to 2019-09-07Matthieu Coudron2019-09-08
| | | | | | | | | | added version and transferred the repostiory to nix-community. With this bump, luarocks-nix generates mirro://luarocks urls.
| * update-luarocks-packages: reference only 1 serverMatthieu Coudron2019-09-07
| | | | | | | | | | we now pass a configuration file when calling luarocks to prevent impurities.
* | lua*Packages.lua-yajl: init at 2.0-1Philipp2019-09-07
| | | | | | | | Dependency for mudlet >= 4.0
* | lua*Packages.luautf8: init at 0.1.1-1Philipp2019-09-07
|/ | | | Dependency for mudlet >= 4.0
* ruby.withPackages: initMichael Fellinger2019-09-03
| | | | Co-authored-by: Alyssa Ross <hi@alyssa.is>
* ljsyscall: init at 20180515Luka Blaskovic2019-08-28
|
* lua*Packages.moonscript: init at 0.5.0-1 (generated)Alexei Robyn2019-08-21
|
* lua*Packages.alt-getopt: init at 0.8.0-1 (generated)Alexei Robyn2019-08-21
|
* treewide: use dontUnpackworldofpeace2019-07-01
|
* luaPackages.luaexpat: Downgrade to fix issue and match typical distrosAlexei Robyn2019-06-24
| | | | | | 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).
* discord-{ptb,canary}: init; add `update-discord`Tadeo Kondrak2019-06-23
|
* update-luarocks: Use containing nixpkgs, ensure Lua drvs existAlexei Robyn2019-06-14
|
* update-luarocks: Several improvementsAlexei Robyn2019-06-13
| | | | | | | | | 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
* luarocks-packages.csv: Add remaining manual Lua expression packagesAlexei Robyn2019-06-13
| | | | And their deps.