Commit Graph

182773 Commits

Author SHA1 Message Date
Alexei Robyn
274715cbc3 luaPackages: Replace all rockspec packages with generated ones
luaPackages replaced by generated ones:
- bit32
- compat53
- cqueues
- luacyrussasl -> cyrussasl (luarocks name)
- luaexpat
- luadbi -> luadbi front-end module + separate backend modules
  luadbi-{mysql,postgresql,sqlite3}
- luafilesystem
- luaossl
- luasec
- luasocket
- luastdlib -> stdlib (luarocks name)
- lrexlib -> lrexlib-pcre (we already have lrexlib-gnu and
  lrexlib-posix, lrexlib-pcre however appears to be the variant used in
  mudlet, which is the only current dep in nixpkgs)
- luasqlite -> luasql-sqlite3 (luarocks name)
- lfs -> luafilesytem (we literally had two manually written
  luafilesystem expressions, under different names)

Changes and additions to overrides to generated luarocks packgaes,
including:
- busted: Install bash completions along with the zsh ones
- cqueues:
    - Perform minor surgery on the rockspec to allow using a single
      rockspec to build for all supported Lua versions
    - Add a patch by @vcunat to work around a build issue
- luuid: Wrote a tiny patch to allow for Lua 5.1/Luajit compatibility
- General changes:
    - Sorted the packages
    - Attempted to make the formatting consistent
    - Preferenced `.override` instead of `.overrideAttrs` wherever
      possible

Minor changes to other packages to adjust for the Lua package changes:
- luakit expression simplified
- prosody expression simplified; but users will now need to specify the
  luadbi backend module they intend to use in withExtraLibs
- knot-resolver inputs correctd
- mudlet inputs corrected (although this package was and should still be
  broken)
2019-06-14 13:17:15 +10:00
Alexei Robyn
8eabbb3d20 buildLuarocksPackage: Several improvements
Summary of main changes:
- Now makes use of luarocks dependency resolution (builds will fail if
  rockspec dependencies are unmet)
- Renamed argument `external_deps` -> `exernalDeps` and add
  functionality to handle external dependencies that are multiple-output
  derivations
- Added an `extraVariables` argument for appending to the contents of
  luarocks config `variables` table
- The `rockspecFilename` argument default is now actually used
- The `disabled` argument can now be overriden with a less-restrictive
  check, as it now just sets `meta.broken` instead of throwing an error
  during eval
- The `doCheck` argument is now actually honored if set to `true`
2019-06-13 20:53:53 +10:00
Alexei Robyn
f8efece8e7 luarocks: 3.0.4 -> 3.1.3
The newer version silences some superfluous warnings we were previously
getting in Nix builds using luarocks.
2019-06-13 20:52:34 +10:00
Alexei Robyn
2792dc8a0a lua-modules: update generated-packages.nix
Summary of resulting package updates:
- bit32: init at 5.3.0-1 (same as current hand-written derivation)
- busted: 2.0.rc12-1 -> 2.0.rc13-0
- compat53: init at 0.7-1 (same as current hand-written derivation)
- cqueues: init at 20171014-0 (same as current hand-written derivation)
- cyrussasl: init at 1.1.0-1 (same as current hand-written derivation)
- lrexlib-pcre: init at 2.9.0-1 (vs 2.8.0 in current hand-written
  lrexlib derivation)
- luadbi and backends (luadbi-{mysql,postgresql,sqlite3}): init at
  0.7.2-1 (vs 0.7.1 in current hand-written derivation)
- luaexpat: init at 1.3.3-1 (vs 1.3.0 in current hand-written
  derivation)
- luafilesystem: init at 1.7.0-2 (same as current hand-written
  derivation)
- luaossl: init at 20190612-0 (vs 20181207 in current hand-written
  derivation)
- luasec: init at 0.8-1 (same as current hand-written derivation)
- luasocket: init at 3.0rc1-2 (same as current hand-written derivation)
- luasql-sqlite3: init at 2.4.0-1 (vs 2.3.0 in current hand-written
  luasqlite3 derivation)
- rapidjson: 0.5.1-1 -> 0.5.2-1
- stdlib: init at 41.2.2-1 (vs 41.2.1 in current hand-written
  derivation)
2019-06-13 20:12:00 +10:00
Alexei Robyn
00622f144e luarocks-nix: Bump to version that supports --maintainers argument 2019-06-13 20:03:25 +10:00
Alexei Robyn
46c6b27633 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
2019-06-13 20:00:00 +10:00
Alexei Robyn
b7e6161b4d luarocks-packages.csv: Add remaining manual Lua expression packages
And their deps.
2019-06-13 19:58:20 +10:00
Alexei Robyn
5a249ec657 luarocks-packages.csv: Sort rows, add some missing maintainers 2019-06-13 19:52:41 +10:00
Aaron Andersen
4cb64dba39
Merge pull request #58362 from bzizou/cd-hit
cd-hit: init at 4.8.1
2019-06-13 20:39:54 -04:00
Aaron Andersen
fadceeb075
Merge pull request #59179 from JohnAZoidberg/cassandra-module
Fix Cassandra, improve config and tests
2019-06-13 20:37:10 -04:00
Suvash Thapaliya
7815c86c10 iamy: 2.1.1 -> 2.3.2 (#62613) 2019-06-13 12:14:16 -07:00
Sarah Brofeldt
71ff795149
Merge pull request #62927 from dtzWill/update/broot-0.8.0
broot: 0.7.5 -> 0.8.0
2019-06-13 20:53:51 +02:00
Tim Steinbach
3adc7979a1
kafka: 2.2.0 -> 2.2.1 2019-06-13 14:45:26 -04:00
Sarah Brofeldt
c67f0c8254
Merge pull request #63053 from marsam/update-kythe
kythe: 0.0.28 -> 0.0.30
2019-06-13 20:44:10 +02:00
Tim Steinbach
ee2acb33bf
scala: Init 2.13
Make 2.13 the default, move 2.12 from default.nix to 2.12.nix
2019-06-13 14:40:45 -04:00
Gabriel Ebner
958350fbf7
cura: support plugins, add octoprint-plugin (#59159)
cura: support plugins, add octoprint-plugin
2019-06-13 20:00:26 +02:00
betaboon
f29609060a cura: support plugins, add octoprint-plugin 2019-06-13 19:14:52 +02:00
Vladimír Čunát
b6e10d79e9
Merge #62798: gnumeric: 1.12.44 -> 1.12.45 2019-06-13 16:21:00 +02:00
Wael Nasreddine
bad7bc44db bazel: fix nix-hacks.patch with the latest version of Bazel (#63052)
* bazel: add a failing test for nix-hacks

* fix the patch
2019-06-13 16:12:37 +02:00
Vladimír Čunát
ed3d32f515
goffice: 0.10.44 -> 0.10.45 (bugfix)
http://www.gnumeric.org/announcements/1.12/gnumeric-1.12.45.html
Better keep these two synced when they even share announcements.
2019-06-13 16:09:44 +02:00
Tim Steinbach
910b179506
oh-my-zsh: 2019-06-11 -> 2019-06-12 2019-06-13 10:06:36 -04:00
Vladimír Čunát
3e54aaad59
Merge #63016: firefox: 67.0.1 -> 67.0.2 2019-06-13 15:14:33 +02:00
Bruno Bzeznik
9fbf8625f1 cd-hit: init at 4.8.1 2019-06-13 14:35:13 +02:00
Bruno Bzeznik
0e6f183117 perlPackages.TextNSP: init at 1.31 2019-06-13 14:34:32 +02:00
Maximilian Bosch
d1990cff8d
Merge pull request #58036 from volth/captive-browser
nixos/programs.captive-browser: init
2019-06-13 14:05:13 +02:00
Elis Hirwing
3674ff05ec
Merge pull request #60375 from anpryl/slack_dark_css_arg
slack: dark mode css can be passed as argument
2019-06-13 12:13:35 +02:00
Danylo Hlynskyi
e718eb6243
Merge pull request #62712 from danbst/module-conflict-naming
NixOS module system: improve one of error messages
2019-06-13 11:59:54 +03:00
Vladimír Čunát
8c912d4e47
Merge #63071: maintainers: add dmvianna 2019-06-13 10:13:22 +02:00
Daniel Vianna
80ca9a7bb1 maintainers: add dmvianna 2019-06-13 18:09:45 +10:00
Anatolii Prylutskyi
ce6edcdb0b
slack: dark mode css can be passed as argument 2019-06-13 10:07:22 +03:00
Vincent Laporte
b58ada326a
Merge pull request #62776 from vbgl/coq-simple-io-1.2.0
[coq] simple-io: 1.0.0 -> 1.2.0; QuickChick: init at 1.1.0 for Coq 8.9
2019-06-13 06:58:44 +00:00
Elis Hirwing
4bfbcdbe81
Merge pull request #62939 from ar1a/master
jost: init at 3.3
2019-06-13 08:29:28 +02:00
Wael Nasreddine
5e42394a05
bazel-watcher: 0.9.1 -> 0.10.3 (#63054)
bazel-watcher: 0.9.1 -> 0.10.3
2019-06-12 21:57:46 -07:00
Wael M. Nasreddine
222dca9982
bazel-watcher: disable nix hacks on bazel 2019-06-12 21:33:42 -07:00
Wael M. Nasreddine
389a82c81d
bazel-watcher: 0.9.1 -> 0.10.3 2019-06-12 21:27:49 -07:00
Mario Rodas
79159f1564
kythe: 0.0.28 -> 0.0.30 2019-06-12 23:00:00 -05:00
Mario Rodas
bfb5209dc5
Merge pull request #63002 from Gerschtli/update/flask-migrate
pythonPackages.flask_migrate: 2.3.1 -> 2.5.2
2019-06-12 21:53:09 -05:00
Daniel Schaefer
03503121da nixos/cassandra: Don't force SimpleSeedProvider
If the `seedAddresses` is not set, don't force `SimpleSeedProvider` to
be in `seed_provider`. This could cause problems in a multi-datacenter
deployment when a different seed provider is preferred.
2019-06-13 04:36:42 +02:00
Daniel Schaefer
8e5ba87b36 nixos/cassandra: Test remote auth only on v3.11+
Below that it works but only when supplying a custom password file with
restricted permissions (i.e. outside the nix-store). We can't do that
using an absolute path in the tests.
2019-06-13 04:36:41 +02:00
Daniel Schaefer
79f7f89442 nixos/cassandra: Use docbook instead of markdown style 2019-06-13 04:36:41 +02:00
Daniel Schaefer
9ecd584785 nixos/cassandra: Add option for password file path
If you're on a multi user system you don't want to have the password in
the nix-store. With the new jmxRolesFile option you can specify your own
protected file instead.
2019-06-13 04:36:41 +02:00
Daniel Schaefer
7d646f2605 nixos/cassandra: Test jmxRoles 2019-06-13 04:36:41 +02:00
Daniel Schaefer
3162f45388 nixos/cassandra: Test maxHeapSize 2019-06-13 04:36:41 +02:00
Daniel Schaefer
2368345052 nixos/cassandra: Set test VM IPs statically 2019-06-13 04:36:41 +02:00
Daniel Schaefer
545ac1820f nixos/cassandra: Test seedAddresses 2019-06-13 04:36:41 +02:00
Daniel Schaefer
2d014f4448 nixos/cassandra: Test clusterName 2019-06-13 04:36:41 +02:00
Daniel Schaefer
4c880fd742 nixos/cassandra: Use ipAddress and capital letters 2019-06-13 04:36:41 +02:00
Daniel Schaefer
35531f4016 nixos/cassandra: Allow setting JMX credentials
If we have the ability to enable remote JMX we should also support
setting credentials for that because they become required if you turn it
on.
2019-06-13 04:36:41 +02:00
Daniel Schaefer
2bcca9271a nixos/cassandra: Reenable tests 2019-06-13 04:36:41 +02:00
Daniel Schaefer
d8ad5ad2a2 cassandra: Properly wrap all binaries
Would previously overwrite the binary with the wrapper and thus wrap
itself (resulting in an infinite recursion on execution) for the
binaries in /bin.t
2019-06-13 04:36:41 +02:00