| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'upstream/master' into structured-attrs | Robin Gloster | 2021-04-23 | 1 | -13/+33 |
| |\ |
|
| | * | luaPackages.lua-resty-openidc: 1.7.2-1 -> 1.7.4-1 | Bruno Bigras | 2021-04-18 | 1 | -13/+33 |
| * | | Merge remote-tracking branch 'upstream/master' into structured-attrs | Robin Gloster | 2021-02-28 | 4 | -425/+505 |
| |\| |
|
| | * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| | * | luarocks-update-packages: pass "lib" in arguments | Matthieu Coudron | 2021-01-23 | 1 | -1/+1 |
| | * | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
| Jonathan Ringer | 2021-01-19 | 1 | -1/+1 |
| | * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
| Profpatsch | 2021-01-11 | 1 | -86/+86 |
| | * | buildLuaPackage: pass propagatedBuildInputs to final derivation (#108311)•••propagatedBuildInputs was completely overridden in the process | Luka Blašković | 2021-01-03 | 1 | -4/+7 |
| | * | Merge staging-next into staging | Frederik Rietdijk | 2020-10-06 | 1 | -11/+11 |
| | |\ |
|
| | | * | treewide: fix redirected urls (run 3)•••Related:
- 9fc5e7e473874762fdb1b49d17dcf703d48352c3
- 593e11fd944ce961ecf5425c3540df09e4f52265
- 508ae42a0f64c350036d722b84c2e2905bbc5418
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
| Patrick Hilhorst | 2020-10-02 | 1 | -11/+11 |
| | * | | luadbi-mysql: fix libmysqlclient include path | Thomas Tuegel | 2020-09-12 | 1 | -1/+1 |
| | |/ |
|
| | * | luaPackages.lua-resty-openidc: init at 1.7.2-1 | Bruno Bigras | 2020-08-30 | 1 | -0/+68 |
| | * | lua-penlight: 1.7.0 → 1.8.0 | Caleb Maclennan | 2020-08-14 | 1 | -3/+4 |
| | * | lua-cassowary: Fix URL and add myself to maintainer list•••(I am also an upstream committer.)
| Caleb Maclennan | 2020-08-14 | 1 | -3/+3 |
| | * | Merge #94790: luajit*: bugfix updates | Vladimír Čunát | 2020-08-11 | 2 | -0/+39 |
| | |\ |
|
| | | * | luajit.pkgs.luaexpat: fix redefinition of luaL_setfuncs() | Luka Blaskovic | 2020-08-09 | 2 | -0/+39 |
| | * | | luaPackages.pulseaudio: remove (#94939)•••It's not maintained any more by upstream (by @doronbehar) and it doesn't
build correctly with `buildLuarocksPackage` (see #89767). | Doron Behar | 2020-08-08 | 2 | -27/+0 |
| | |/ |
|
| | * | luaPackages.readline: init at 2.6-0 (#91854) | Mitsuhiro Nakamura | 2020-07-01 | 2 | -0/+34 |
| | * | luaPackages.ldbus: init at scm-0 | pablo1107 | 2020-06-17 | 2 | -0/+38 |
| | * | Revert "lua*Packages.cqueues: fixup darwin build"•••This reverts commit 47ad7d313135f97815efa2eaacfd7fdb52cc689c.
The fix isn't needed after the update contained in PR #89632.
| Vladimír Čunát | 2020-06-07 | 1 | -5/+0 |
| | * | lyaml: init at 6.2.5-1, update all generated packages | Luka Blaskovic | 2020-06-06 | 2 | -342/+265 |
| | * | luaPackages.mpack: use system mpack•••the luarocks package uses the builtin command and discards the Makefile.
While using the makefile one needs to set some more flags.
| Matthieu Coudron | 2020-04-26 | 1 | -0/+6 |
| * | | Merge remote-tracking branch 'upstream/master' into structured-attrs | Robin Gloster | 2020-04-15 | 1 | -89/+89 |
| |\| |
|
| | * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -89/+89 |
| * | | Merge remote-tracking branch 'upstream/master' into structured-attrs | Robin Gloster | 2020-04-01 | 2 | -36/+135 |
| |\| |
|
| | * | Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"•••This reverts commit eaa47284113cda19a037b7fcbaa892ddb596b813.
With 81461cff5f540c92e5030f62b89ee7b64e85c6df luv also needs to be
downgraded until luarocks can be updated to 3.3.1 again.
Fixes #82727
| Daiderd Jordan | 2020-03-27 | 1 | -3/+3 |
| | * | Merge pull request #81067 from teto/lua_fix•••- introduce a default checkPhase for lua (disabled by default)
- dont apply patchShebangs on the whole lua package; hopefulyl it doesnt break stuff
| Matthieu Coudron | 2020-02-27 | 1 | -5/+5 |
| | |\ |
|
| | | * | buildLuarocksPackage: extraVariables is now an attrset | Matthieu Coudron | 2020-02-26 | 1 | -5/+5 |
| | * | | luaPackages.nvim-client: 0.2.0-1 -> 0.2.2-1 | Doron Behar | 2020-02-26 | 1 | -4/+4 |
| | |/ |
|
| | * | luaPackages.luv: 1.30.0-0 -> 1.34.1-1 | Michael Lingelbach | 2020-02-17 | 1 | -3/+3 |
| | * | luaPackages.cosmo: init at 16.06.04-1 | Mario Rodas | 2020-02-11 | 1 | -0/+17 |
| | * | luaPackages.cassowary: init at 2.2-1 | Mario Rodas | 2020-02-11 | 1 | -0/+17 |
| | * | Merge pull request #78265 from Synthetica9/https-homepages•••treewide: fix redirected urls | Silvan Mosberger | 2020-01-27 | 1 | -2/+2 |
| | |\ |
|
| | | * | treewide: fix redirected urls•••According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
| Patrick Hilhorst | 2020-01-22 | 1 | -2/+2 |
| | * | | luaPackages.vstruct: init at 2.0.2-1 | Matthieu Coudron | 2020-01-25 | 1 | -3/+17 |
| | * | | luaPackages.luarepl: init at 0.9-1 | Matthieu Coudron | 2020-01-25 | 1 | -3/+24 |
| | * | | luaPackages.luaepnf: init at 0.3-1 | Matthieu Coudron | 2020-01-25 | 1 | -3/+18 |
| | * | | luaPackages.linenoise: init at 0.9-1 | Matthieu Coudron | 2020-01-24 | 1 | -0/+25 |
| | * | | luaPackages.digestif: scm1 -> 0.2-1•••Now it's a released package so no need to specify the manifest anymore.
| Matthieu Coudron | 2020-01-24 | 1 | -16/+6 |
| | |/ |
|
| * / | treewide: fix types for mkDerivation params | Robin Gloster | 2019-12-31 | 1 | -2/+2 |
| |/ |
|
| * | treewide: replace make/build/configure/patchFlags with nix lists | Merijn Broeren | 2019-12-30 | 1 | -2/+3 |
| * | luaPackages.lgi: refer to unaliased gobject-introspection | edef | 2019-11-23 | 1 | -1/+1 |
| * | luaPackages.luasystem: fix build on darwin | Mario Rodas | 2019-11-15 | 1 | -1/+1 |
| * | Merge pull request #71802 from teto/luadoc•••adds Luadoc. | Matthieu Coudron | 2019-10-24 | 1 | -0/+36 |
| |\ |
|
| | * | luaPackages.luadoc: init at 3.0.1-1•••Used in vim plugins like nvim-terminal-lua to generate html docs.
| Matthieu Coudron | 2019-10-23 | 1 | -0/+18 |
| | * | luaPackages.lualogging: init at 1.3.0-1•••Dependency of luadoc
| Matthieu Coudron | 2019-10-23 | 1 | -0/+18 |
| * | | luaPackages.luacov: init at 0.13.0-1•••It is needed to run luarocks test.
| Matthieu Coudron | 2019-10-14 | 1 | -0/+19 |
| |/ |
|
| * | lua.pkgs.luv.libluv: fix linking against lua on darwin••• [ 50%] Building C object CMakeFiles/luv.dir/src/luv.c.o
[100%] Linking C shared library libluv.dylib
Undefined symbols for architecture x86_64:
"_luaL_addlstring", referenced from:
_thread_dump in luv.c.o
...
| Daiderd Jordan | 2019-10-02 | 1 | -7/+12 |
| * | Merge branch 'master' into staging-next | Vladimír Čunát | 2019-09-27 | 1 | -1/+1 |
| |\ |
|
| | * | Merge pull request #69345 from joachifm/feat/split-version•••Replace uses of splitString for splitting version strings | Joachim F | 2019-09-27 | 1 | -1/+1 |
| | |\ |
|