about summary refs log tree commit diff
path: root/maintainers/scripts
Commit message (Collapse)AuthorAge
* luaPackages: rename std._debug to std__debugMatthieu Coudron2019-04-14
| | | | | | | Similarly rename std.normalize to std_normalize. Having a dot in the name prevents some changes to the lua infrastructure, for instance passing attribute names { std._debug }: to a function would fail with `syntax error, unexpected ',', expecting '.' or '=',`
* update-luarocks-package: fix version pinningMatthieu Coudron2019-04-14
|
* fetch-kde-qt.sh: get hashes from metadatanyanloutre2019-03-27
|
* luarocks-nix: bump to match luarocksMatthieu Coudron2019-03-07
| | | | | | Also made changes to lua package generation system to account for packages like cqueues that have one version per lua interpreter. The csv file also accepts comments now.
* Revert "luaPackages.cqueues: move to generated"Vladimír Čunát2019-03-04
| | | | | This reverts commit c01fe375ca192395af8ae8c575ff8eaa79ed03d8. See the reverted commit on GitHub for discussion. /cc PR #55305.
* udpate-luarocks-package: drop 'lua' argument here as wellWill Dietz2019-02-25
|
* luaPackages.lua-iconv: move to generatedMatthieu Coudron2019-02-13
|
* luaPackages.lpty: 1.2.1 -> 1.2.2 generatedMatthieu Coudron2019-02-13
|
* luaPackages.luabitop: generatedMatthieu Coudron2019-02-13
|
* luaPackages.luacheck: 0.20 -> 0.23 generatedMatthieu Coudron2019-02-13
|
* luaPackages.luaevent: 0.4.4 -> 0.4.6 generatedMatthieu Coudron2019-02-13
|
* luaPackages.lgi: move to generatedMatthieu Coudron2019-02-12
|
* luaPackages.cqueues: move to generatedMatthieu Coudron2019-02-12
|
* luaPackages.basexx: move to generatedMatthieu Coudron2019-02-12
|
* luaPackages.fifo: move to generatedMatthieu Coudron2019-02-12
|
* luaPackages.lpeg_patterns: move to generatedMatthieu Coudron2019-02-12
|
* Add checkPhase for neovim (disabled by default) (#55266)Matthieu Coudron2019-02-05
| | | | | | | | | | | | * neovim-unwrapped: now use lua environments * mpv: use lua environments * luaPackages.inspect: init at 3.1.1-0 * luaPackages.lgi: mark as a lua module * luaPackages.vicious: mark as a lua module
* Lua generate nix packages from luarocks (#54978)Matthieu Coudron2019-02-04
| | | | | | | | | | | | | | * lua: generate packages from luarocks * luarocks-nix: update * removed packages already available in nixpkgs * adressing reviews update script can now accept another csv file as input with -c * Remove obsolete comment
* Merge pull request #50990 from nlewo/pr-eval-releaseJörg Thalheim2019-01-25
|\ | | | | Increase nix-instantiate heap size in eval-release.sh
| * eval-release.sh: increase nix-instantiate heap size to 2GBAntoine Eiche2019-01-25
| | | | | | | | | | Otherwise, nix-instantiate fails with Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
| * Remane test-eval-release.sh to eval-release.shAntoine Eiche2018-11-24
| | | | | | | | Since this script can also be used for non testing purposes.
* | Fix copy-tarballs.plEelco Dolstra2019-01-24
| |
* | fix update-python-librariesFrederik Rietdijk2018-12-19
| |
* | treewide: remove aliases evaluated to `null`volth2018-12-14
| |
* | buildPython*: add updateScript to passthruFrederik Rietdijk2018-12-07
| | | | | | | | | | | | | | | | All Python packages now have an updateScript. The script calls `update-python-libraries` and passes it the position of the derivation expression obtained using `meta.position`. This works fine in case a Nix expression represents only a single derivation. If there are more in it, `update-python-libraries` will fail.
* | update.nix: Run update scripts in parallelJan Tojnar2018-12-01
|/ | | | | | | | | | | To make updating large attribute sets faster, the update scripts are now run in parallel. Please note the following changes in semantics: - The string passed to updateScript needs to be a path to an executable file. - The updateScript can also be a list: the tail elements will then be passed to the head as command line arguments.
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* maintainers/scripts/update-python-libraries: compare versions semantically ↵Robert Schütz2018-07-06
| | | | instead of lexicographically (#43120)
* pkgs/top-level/release.nix: Don't require Darwin to be supportedEelco Dolstra2018-07-04
|
* nixpkgs-lint.pl: use nix-shell for shebangMatthew Bauer2018-06-16
| | | | This is more portable.
* hydra-eval-faliures: Print Dependency failures as well as direct failures ↵berdario2018-04-21
| | | | | | | | | | and update to Python3 (#29760) * Print Dependency failures as well as direct failures and update to Python3 some package fail due to non-exposed dependencies and would thus not appear in the list, for example gcj * hydra-eval-failures: simpler hashbang
* copy-tarballs.pl: Set the right ACL for new keys.Shea Levy2018-03-31
|
* meta: fix fallout from #36275Matthew Bauer2018-03-18
|
* maintainers/scripts/update.nix: use saner nubbingJan Tojnar2018-03-13
|
* maintainers/scripts/update.nix: fix error messageJan Tojnar2018-03-13
|
* Python: fix update script for nix 2.0Frederik Rietdijk2018-03-10
|
* Revert "Revert "Convert maintainer file entries to attributes, add github ↵Graham Christensen2018-03-04
| | | | handles""
* Revert "Convert maintainer file entries to attributes, add github handles"Graham Christensen2018-03-03
| | | | This reverts commit aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.
* Revert "maintainers/scripts: improve github handle checker"Graham Christensen2018-03-03
| | | | This reverts commit a2c708c2563144d61e54d7684dd8572bed7f1989.
* maintainers/scripts: improve github handle checkerProfpatsch2018-03-04
| | | | | Now also finds name-clashes for github handles who never contributed to nixpkgs before. Also deals with too many request errors.
* Convert maintainer file entries to attributes, add github handlesProfpatsch2018-03-04
| | | | | | | | | | | | | Based on https://github.com/NixOS/nixpkgs/pull/34842, the nix-instantiate output was pretty-printed and the validity of the github handles manually verified, by automatically checking whether the user handles exist on github (https://github.com/userhandle, status 200 or 404). Each handle under 5 characters was manually checked (because the collision probability with non-maintainer accounts is high), each missing entry was manually researched. The script used is kept in `maintainers/scripts` as an example of how to work with the mainainers list through nix’ JSON interface.
* maintainers/scripts/gnome.sh: removeJan Tojnar2018-03-01
|
* maintainers/scripts/update.nix: allow updating package collectionsJan Tojnar2018-03-01
|
* maintainers/scripts/update.nix: deduplicate packagesJan Tojnar2018-03-01
| | | | | | | Lot of my GNOME packages have several legacy aliases, which causes them to be updated multiple times. This patch uses lib.unique to remove the duplicates.
* debian-patches.sh: patch-tracker is long-since dead, fix to use sources?Will Dietz2018-01-17
|
* Merge branch 'bugfix/kwidgetsaddons/5.42.1' into merge/qt-5.10.0Thomas Tuegel2018-01-15
|\
| * rebuild-amount.sh: add --print option (PR #33693)Vladimír Čunát2018-01-14
| | | | | | | | to allow additionally listing all the rebuilt packages.
* | Merge branch 'feature/qt-5/5.10.0' into merge/qt-5.10.0Thomas Tuegel2018-01-15
|\ \ | |/ |/|
| * Qt5: 5.9.3 -> 5.10.0Bastian Köcher2018-01-02
| |
* | Fix copy-tarballs.plEelco Dolstra2018-01-04
| |