Commit Graph

162086 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
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
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
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 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
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
worldofpeace
c3311fb38b
Merge pull request #63036 from ajs124/flask_script_fix
pythonPackages.flask_script: fix hash
2019-06-12 21:42:39 -04:00
ajs124
760e394777 pythonPackages.flask_script: fix hash
the old hash was for 2.0.5, so the store path for the dist-info was:
/nix/store/v5sgpkxpp950chzdzzj4b5yl9r0w0by7-python3.7-Flask-Script-2.0.6/lib/python3.7/site-packages/Flask_Script-2.0.5.dist-info
2019-06-12 21:40:09 -04:00
Aaron Andersen
291a2b0193
Merge pull request #62984 from aanderse/redmine
redmine: 4.0.3 -> 4.0.4, 3.4.10 -> 3.4.11
2019-06-12 21:04:27 -04:00
Aaron Andersen
0e43c8edc8
Merge pull request #63008 from marsam/init-svgbob
svgbob: init at 2018-10-05
2019-06-12 20:45:38 -04:00
Marek Mahut
bf01a3ba94 gitlab: 11.10.4 -> 11.10.5 2019-06-13 01:45:13 +02:00
Mario Rodas
f00a9f2689
zfs: fix install completions 2019-06-12 18:00:00 -05:00
caadar
57301d9b2f Add Bash completions for ZFS. (#62986)
* Add Bash completions for ZFS.

* Load completions on demand only.
2019-06-12 18:15:35 -04:00
Ihar Hrachyshka
35ee15ded8 epkowa: add support for network scanners (#60568) 2019-06-12 14:46:57 -04:00
gnidorah
876660fed9 adlplug, opnplug: 1.0.0 -> 1.0.1 (#63025) 2019-06-12 13:31:44 -04:00
Tim Steinbach
eb359ddb73
oh-my-zsh: 2019-06-08 -> 2019-06-11 2019-06-12 13:09:46 -04:00
Tim Steinbach
5443b3d5a8
jenkins: 2.164.3 -> 2.176.1 2019-06-12 13:09:46 -04:00
Tim Steinbach
9ac722052e
linux: 5.1.8 -> 5.1.9 2019-06-12 13:09:46 -04:00
Tim Steinbach
498910d4d1
linux: 4.9.180 -> 4.9.181 2019-06-12 13:09:46 -04:00
Tim Steinbach
879ba019ab
linux: 4.4.180 -> 4.4.181 2019-06-12 13:09:46 -04:00
Tim Steinbach
225fc210f1
linux: 4.19.49 -> 4.19.50 2019-06-12 13:09:45 -04:00
Tim Steinbach
a7ed499450
linux: 4.14.124 -> 4.14.125 2019-06-12 13:09:11 -04:00
Simon Lackerbauer
037dd9b796
atlassian-jira: 8.1.0 -> 8.2.1 2019-06-12 18:57:37 +02:00
Simon Lackerbauer
136a1234b6
atlassian-crowd: 3.4.4 -> 3.4.5 2019-06-12 18:57:37 +02:00
Franz Pletz
7bf0c395d7
Merge pull request #63030 from taku0/flashplayer-32.0.0.207
flashplayer: 32.0.0.192 -> 32.0.0.207 [Critical security fixes]
2019-06-12 16:56:22 +00:00
Wael M. Nasreddine
f41667a774 bazel: 0.26.0 -> 0.26.1 2019-06-12 18:35:51 +02:00