3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

250574 commits

Author SHA1 Message Date
R. RyanTM 70bddcf122 python37Packages.css-parser: 1.0.5 -> 1.0.6 2020-11-01 18:05:05 +01:00
gnidorah eae2982123
mame: 0.225 -> 0.226 (#102329) 2020-11-01 11:40:42 -05:00
Vincent Laporte 546ef7afd7 ocamlPackages.lacaml: 11.0.6 → 11.0.8 2020-11-01 17:22:43 +01:00
R. RyanTM c311bf1eb5 ocamlPackages.bitstring: 3.0.0 -> 3.1.1 2020-11-01 17:19:10 +01:00
Vincent Laporte 15812e1136 ocamlPackages.gapi_ocaml: 0.3.19 → 0.4.1 2020-11-01 17:18:02 +01:00
Vincent Laporte 86c6683e62 ocamlPackages.google-drive-ocamlfuse: disable for OCaml < 4.06 2020-11-01 17:18:02 +01:00
Vincent Laporte 99ebf5ba5b ocamlPackages.checkseum: 0.1.1 → 0.2.1 2020-11-01 17:17:02 +01:00
Vincent Laporte 371dce3024 ocamlPackages.decompress: use Dune 2 2020-11-01 17:17:02 +01:00
Vincent Laporte 73c60d64a2 ocamlPackages.imagelib: use Dune 2 2020-11-01 17:17:02 +01:00
Vincent Laporte c386d3d211 Update pkgs/development/ocaml-modules/mirage-profile/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-01 17:16:29 +01:00
Vincent Laporte 49bdf0dace ocamlPackages.mirage-profile: init at 0.9.1 2020-11-01 17:16:29 +01:00
Frederik Rietdijk 878bfaa6bf
Merge pull request #102356 from freezeboy/refactor-pyside-apiextractor
python3Packages.pyside,python3Packages.pysideTools,python3Packages.pysideShiboken,pysideApiExtractor,pysideGeneratorrunner: remove dependencies to python2
2020-11-01 17:02:45 +01:00
freezeboy b6a2387ddc python3Packages.pyside: refactor to use multiple outputs 2020-11-01 16:22:29 +01:00
freezeboy 5a03f8ba80 python3Packages.pysideTools: refactor to use multiple outputs 2020-11-01 16:22:13 +01:00
freezeboy a3e20b8dbc python3Packages.pysideShiboken: refactor to use multiple outputs 2020-11-01 16:22:00 +01:00
freezeboy 335d21df85 pysideGeneratorrunner: refactor to use python3 2020-11-01 16:10:31 +01:00
Maximilian Bosch 4f3f06d070
Merge pull request #101553 from Mic92/nextcloud
Nextcloud: fix ldap integration
2020-11-01 16:10:18 +01:00
Benjamin Hipple 21c97849d4
Merge pull request #102325 from bryanasdev000/package-popeye-0.9.0
popeye: 0.8.10 -> 0.9.0
2020-11-01 10:02:08 -05:00
Benjamin Hipple c3ff9045d4
Merge pull request #102336 from bb2020/ds
discrete-scroll: added myself as maintainer
2020-11-01 10:01:50 -05:00
Daniel Gorin 464804b43f kakoune: Fix :doc when using plugins
So, kakoune takes the documentation shown for `:doc` from
`$KAKOUNE_RUNTIME/share/kak/doc`. Unfortunately, it seems
that it will ignore files that are symlinks. This is arguably
a bug in kakoune, we workaround it for now by copying the
content of the docfiles.
2020-11-01 14:35:49 +00:00
Daniel Gorin 550389392a kakoune: rework plugin support
The previous implementation of plugin-support for the kakoune derivation
was based on generating, at build time, a `plugins.kak` file that would
source all .kak files in the list of plugins, and wrap the `kak` binary
in a script that would add some command-line arguments so that this
file gets loaded on start-up. The main problem with this approach
is that the plugins' code get executed *after* the user's configuration
file is loaded, so effectively one cannot automatically activate/configure
these plugins.

The idiomatic way of loading plugins is ensuring they end up installed
somwhere under `share/kak/autoload`. Because plugins are already being
packaged to have their code in `share/kak/autoload/plugins/<name-of-plugin>`,
we can obtain a derivation that includes the plugins simply by doing a
`symlinkJoin` of `kakoune-unwrapped` and all the requested plugins.

For this to work, we need to fix two issues:

  1. By default, kakoune makes `share/kak/autoload` a symbolic link to
     `share/kak/rc`, which contains all builtin definitions. We need
     to patch this to put the symlink under `share/kak/autoload/rc`, so that
     the join works.

  2. By default kakoune expects the `autoload` directory to be in
     `../share/kak/autoload` relative to the location of the `kak` binary.
     We need to set the `KAKOUNE_RUNTIME` to point the symlinked
     share/kak for this to work.
2020-11-01 14:35:49 +00:00
freezeboy c6b754a67b pysideApiextractor: refactor to use python3
Also took the opportunity to split it to multiple outputs

(cherry picked from commit 2cd5cf624ae19fd7633a22ea3a3f7986dfb611af)
2020-11-01 15:18:47 +01:00
Ryan Mulligan 0fb9276e51
Merge pull request #102298 from r-ryantm/auto-update/gnu-pw-mgr
gnu-pw-mgr: 2.4.2 -> 2.7.4
2020-11-01 05:49:37 -08:00
RonanMacF 90fd158c79 tmuxPlugins.resurrect: unstable-2020-03-21 -> unstable-2020-09-18 2020-11-01 13:42:55 +00:00
RonanMacF f4c229b2d6 tmuxPlugins.continuum: unstable-2018-02-23 -> unstable-2020-10-16 2020-11-01 13:37:07 +00:00
Andreas Rammhold e4865130cf
nixos/tests/prometheus: remove invalid thanos config flag
Upstream has apparently changed the configuration format and is now
throwing an error when the `encrypt_sse` option is set. According to the
current version of the documentation encryption moved to the
`sse_config` option that (is optional and) offers all the features we do
not use or care about for this test.
2020-11-01 14:33:11 +01:00
Florian Klink d64f4d03d5
Merge pull request #101886 from flokli/systemd-more-optional
systemd: introduce more options for a more minimal build
2020-11-01 14:29:45 +01:00
Martin Weinelt f074f6e3ac
zigbee2mqtt: 1.15.0 -> 1.16.0 2020-11-01 14:19:23 +01:00
gnidorah 8c7ef10f71 vkquake: 1.04.1 -> 1.05.0 2020-11-01 20:54:39 +08:00
Mario Rodas 7551ec6e3b
Merge pull request #102288 from r-ryantm/auto-update/fet-sh
fet-sh: 1.7 -> 1.8
2020-11-01 07:38:09 -05:00
Anderson Torres 6123e8d854
Merge pull request #102299 from AndersonTorres/update-cde
cde: update expression
2020-11-01 09:35:55 -03:00
Mario Rodas 0007c0f302
Merge pull request #102292 from r-ryantm/auto-update/flyway
flyway: 6.5.5 -> 7.1.1
2020-11-01 07:18:01 -05:00
Mario Rodas db1c6f9ce9
Merge pull request #102289 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.06 -> 0.02.07
2020-11-01 07:17:41 -05:00
Mario Rodas c49da97649
Merge pull request #102283 from r-ryantm/auto-update/geekbench
geekbench: 5.2.3 -> 5.2.5
2020-11-01 07:15:39 -05:00
Mario Rodas 784404d4f1
Merge pull request #102291 from r-ryantm/auto-update/facter
facter: 3.14.13 -> 3.14.14
2020-11-01 07:14:39 -05:00
Mario Rodas 6dab885e32
Merge pull request #102326 from r-ryantm/auto-update/checkstyle
checkstyle: 8.36.2 -> 8.37
2020-11-01 07:11:35 -05:00
Mario Rodas 7a57d948be
Merge pull request #102314 from r-ryantm/auto-update/tmuxp
tmuxp: 1.5.6 -> 1.5.8
2020-11-01 07:09:35 -05:00
Mario Rodas 21964f4f54
Merge pull request #102328 from r-ryantm/auto-update/compactor
compactor: 0.12.2 -> 1.0.0
2020-11-01 07:08:57 -05:00
Mario Rodas f1e2111526
Merge pull request #102324 from r-ryantm/auto-update/cargo-outdated
cargo-outdated: 0.9.11 -> 0.9.13
2020-11-01 07:07:01 -05:00
Mario Rodas 8e883cf2d5
Merge pull request #102327 from r-ryantm/auto-update/chezmoi
chezmoi: 1.8.7 -> 1.8.8
2020-11-01 07:06:24 -05:00
Mario Rodas 8b579d8062
Merge pull request #102337 from r-ryantm/auto-update/fly
fly: 6.6.0 -> 6.7.0
2020-11-01 07:05:19 -05:00
Mario Rodas ffdc23b347
Merge pull request #102339 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.30.0 -> 0.32.0
2020-11-01 07:04:09 -05:00
Mario Rodas 101d44202f
Merge pull request #102345 from felschr/feat/filebot492
filebot: 4.9.1 -> 4.9.2
2020-11-01 06:59:53 -05:00
Andreas Rammhold 5219a3ade1 rsync: disable the bundled zlib explicitly
We've been providing zlib as a buildInput for some time now but rsync
still builds (& links) it's own copy of zlib unless we disable it
explicitly. This cuts down on compilation time but otherwise shouldn't
have any side effects.
2020-11-01 12:51:02 +01:00
Ninjatrappeur 553301324c
Merge pull request #102300 from arcnmx/prosody-migrator 2020-11-01 12:24:35 +01:00
Sarah Brofeldt 334f98c013
Merge pull request #102259 from r-ryantm/auto-update/fio
fio: 3.22 -> 3.23
2020-11-01 12:16:48 +01:00
R. RyanTM e2ae423b3b gllvm: 1.2.8 -> 1.2.9 2020-11-01 10:58:30 +00:00
Felix Tenley 8d6cac9e03
filebot: 4.9.1 -> 4.9.2 2020-11-01 11:56:06 +01:00
Jörg Thalheim 7b5cebfa71
Merge pull request #102237 from oxzi/tlp-deprecation-note
nixos/tlp: Fix deprecation hint
2020-11-01 11:46:11 +01:00
gnidorah 61040fa997 iortcw: init at 1.51c 2020-11-01 11:45:57 +01:00