Commit Graph

329680 Commits

Author SHA1 Message Date
Ryan Burns
4994a926ea
Merge pull request #145151 from r-burns/clinfo-darwin
clinfo: enable on darwin
2021-11-09 02:13:00 -08:00
Sandro
9c798a6b29
Merge pull request #145175 from devhell/bump-zettlr 2021-11-09 10:57:46 +01:00
Aaron Andersen
cd465ef283
Merge pull request #144936 from aanderse/kodi.packages.iagl
kodi.packages.iagl: init at 1101521-2
2021-11-09 04:42:25 -05:00
Sandro Jäckel
e97c0f6281
sane: remove ? null from inputs, cleanup meta 2021-11-09 10:20:26 +01:00
Sandro Jäckel
9480c98ce1
gqview: remove outdated assert, cleanup meta 2021-11-09 10:20:11 +01:00
Sandro Jäckel
66b550c91a
gpicview: order attributes better 2021-11-09 10:19:55 +01:00
Sandro Jäckel
b27cfad9f9
session-management-for-emacs: cleanup meta 2021-11-09 10:19:45 +01:00
Sandro Jäckel
e3fe5e9328
aumix: remove ? null from inputs, cleanup meta 2021-11-09 10:19:27 +01:00
Sandro Jäckel
d81070c891
sox: remove ? null from inputs, cleanup meta, enable pulseaudio only on linux 2021-11-09 10:14:18 +01:00
devhell
8da24573e6 zettlr: 2.0.1 -> 2.0.2 2021-11-09 08:40:45 +00:00
Fabian Affolter
f3ac53f14e python3Packages.pytile: 5.2.4 -> 2021.10.0 2021-11-09 09:40:30 +01:00
Fabian Affolter
b574f9fc33 python3Packages.agate: 1.6.1 -> 1.6.3 2021-11-09 09:13:46 +01:00
Bobby Rong
9e70e9f732
Merge pull request #144401 from r-ryantm/auto-update/libofx
libofx: 0.10.2 -> 0.10.3
2021-11-09 15:45:33 +08:00
Fabian Affolter
40fd9ee736 python3Packages.aenum: 3.1.2 -> 3.1.3 2021-11-09 08:44:57 +01:00
Fabian Affolter
c3449f1333 checkov: 2.0.554 -> 2.0.556 2021-11-09 08:39:31 +01:00
Maciej Krüger
5c2b1b6a29
fetchgit: support hash parameter alongside sha256
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-09 07:40:20 +01:00
Fabian Affolter
34a701a87f python3Packages.aioasuswrt: 1.3.4 -> 1.4.0 2021-11-08 22:38:38 -08:00
Fabian Affolter
b9012ca748 python3Packages.asyncssh: 2.7.2 -> 2.8.0 2021-11-08 22:38:38 -08:00
Fabian Affolter
d320d0b5ff python3Packages.pytest-cases: 3.6.4 -> 3.6.5 2021-11-08 22:37:06 -08:00
Fabian Affolter
9f43d5d313 python3Packages.pytradfri: 7.1.1 -> 7.2.0 2021-11-08 22:36:41 -08:00
Fabian Affolter
cda29d5277 python3Packages.env-canada: 0.5.15 -> 0.5.16 2021-11-08 22:07:40 -08:00
Fabian Affolter
8ce56fa0c9 python3Packages.mypy-boto3-s3: 1.19.12 -> 1.20.0 2021-11-08 22:01:54 -08:00
Fabian Affolter
8539149c7c python3Packages.pyswitchbot: 0.12.0 -> 0.13.0 2021-11-08 22:01:37 -08:00
Fabian Affolter
6349411408 python3Packages.pyvicare: 2.13.1 -> 2.14.0 2021-11-08 22:01:15 -08:00
Mario Rodas
68f750d91d
Merge pull request #144931 from marsam/update-opam
opam: 2.1.0 -> 2.1.1
2021-11-09 00:16:38 -05:00
Bobby Rong
5a2b94f940
Merge pull request #145165 from linyinfeng/godns
godns: 2.5 -> 2.5.1
2021-11-09 12:47:16 +08:00
Mario Rodas
429d2581da
Merge pull request #145162 from marsam/update-gallery-dl
gallery-dl: 1.19.1 -> 1.19.2
2021-11-08 23:37:01 -05:00
Cole Helbling
8c0a4b0a32 vscode-extentions/stkb.rewrap: init at 1.14.0 2021-11-08 19:58:11 -08:00
Lin Yinfeng
09af1585ca
godns: add missing ldflags 2021-11-09 11:51:43 +08:00
Lin Yinfeng
dac0fabd5e
godns: 2.5 -> 2.5.1 2021-11-09 11:51:22 +08:00
Sebastián Mancilla
203db44ed4 shogun: fix compile errors with Eigen 3.4
Fixes #142811.
2021-11-09 00:27:13 -03:00
Sebastián Mancilla
82568e6718 shogun: refactor build
Main changes are:

- Build with default stdenv instead of forcing GCC 8, by applying upstream
  patches that fix building with newer compilers.

  Together with #134390 and #134393 (and the blas library fixes on #135493
  and #136535), this enables building the derivation on darwin.

- Use multiple outputs.

- Move build-only inputs to nativeBuildInputs.

- Generate the meta examples but do not compile them (they are compiled as
  part of the tests), to not make the build take more time than already is.

  Install the example source files into $doc (but do not install the
  example binaries, only the sources).

- Enable testing by setting the CMake variable CMAKE_SKIP_BUILD_RPATH to
  false (it should not be needed if #108496 is merged). This allows the
  tests to locate the shogun library and run without problems.

  Disable integration and meta tests to speed up the build.

With a few other minor changes:

- Use upstream URL for the json-c patch.

- Be explicit about which optional, commercial dependencies are not used,
  to stop CMake searching for them.

- Do not set NIX_CFLAGS_COMPILE with '-faligned-new' because it causes a
  warning when compiling C files. Set CXXFLAGS instead.

- Remove unnecessary ccache variables from the environment.

- Fix wrong Google Mock download location, which was forcing CMake to need
  network access to download the tarball to the right location (which fails
  within the sandbox).
2021-11-08 23:57:29 -03:00
Marvin Dostal
788119f781 nextcloud-client: disable qml caching
There currently seems to be a chance that after a nextcloud-client
update it will crash on startup. This crashing can be fixed by deleting the
`~/.cache/Nextcloud/qmlcache` folder.

For the crashing behavior, see also:
* #127324
* #121594
* #119029
* ...

The workaround introduced in this commit is also already used by muse.
See: 842a0d94cb/pkgs/applications/audio/musescore/default.nix (L34)
2021-11-08 18:56:54 -08:00
Marvin Dostal
52ffa1c36d nextcloud-client: make autostart entry start client from path 2021-11-08 18:56:36 -08:00
Jonathan Ringer
afce445208 lua/setup-hook: remove empty hook 2021-11-08 18:56:18 -08:00
Timothy DeHerrera
4665afee5a
Merge pull request #145152 from moinessim/dotnet
dotnetCorePackages: 6.0.0-rc.2 -> 6.0
2021-11-08 19:55:02 -07:00
Ilan Joselevich
e59e24b370 nextcloud-client: 3.3.5 -> 3.3.6 2021-11-08 18:54:25 -08:00
Anders Kaseorg
bf9447721d msmtp: Fix GSSAPI support
We already have gsasl as a build input, but it was not being used
because we were missing the --with-libgsasl configure flag.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-08 18:23:48 -08:00
Sebastián Mancilla
1e25b1831d shogun: add smancill to maintainers 2021-11-08 23:02:09 -03:00
Sebastián Mancilla
2dd5d704d5 shogun: format derivation 2021-11-08 23:01:59 -03:00
Moises Nessim
2248e8c1d0 dotnetCorePackages: 6.0.0-rc.2 -> 6.0 2021-11-08 21:01:28 -05:00
Ryan Burns
c10a075517 clinfo: enable on darwin 2021-11-08 17:44:04 -08:00
Dmitry Kalinkin
85ec7e8756
pythonPackages.tensorflow: fix for darwin 2021-11-08 19:57:56 -05:00
David Houston
0ab65e4780
awesome-lint: init at 0.18.0
Signed-off-by: David Houston <houstdav000@gmail.com>
2021-11-08 19:05:45 -05:00
Thiago Kenji Okada
db6044d5de
Merge pull request #144955 from legendofmiracles/pur
python3Packages.pur: 5.4.1 -> 5.4.2; fix build
2021-11-08 21:00:43 -03:00
Fabian Affolter
98b65cc0a0 python3Packages.asyncio-mqtt: 0.10.0 -> 0.11.0 2021-11-09 00:41:12 +01:00
Fabian Affolter
69db2b90f8 python3Packages.aiomusiccast: 0.12.0 -> 0.13.1 2021-11-09 00:36:30 +01:00
mc-fugger
7fb9e94407 invidious: unstable-2021-10-15 -> unstable-2021-11-08 2021-11-09 00:34:41 +01:00
Fabian Affolter
00c34f0af6
Merge pull request #144526 from fabaff/bump-unidecode
python3Packages.unidecode: 1.3.1 -> 1.3.2
2021-11-09 00:15:16 +01:00
Fabian Affolter
0c3a756ffa python3Packages.systembridge: 2.2.1 -> 2.2.3 2021-11-09 00:08:01 +01:00