Commit Graph

312644 Commits

Author SHA1 Message Date
Bernardo Meurer
19e4afc912
linuxPackages.nvidia-x11: use makeFlags in builder.sh 2021-08-30 17:06:12 -07:00
Bernardo Meurer
4a8ab482e0
linuxPackages.nvidia_x11.settings: use makeFlags in preBuild's libXNVCtrl build 2021-08-30 17:06:11 -07:00
Bernardo Meurer
0b63366e6f
linuxPackages.nvidia_x11.settings: pick up nvidia_x11 makeFlags 2021-08-30 17:06:10 -07:00
Bernardo Meurer
fe31fdf43b
linuxPackages.nvidia_x11.persistenced: pick up nvidia_x11 makeFlags 2021-08-30 17:06:09 -07:00
Bernardo Meurer
636e17aab5
linuxPackages.nvidia_x11: apply kernel module makeFlags 2021-08-30 17:06:08 -07:00
Bernardo Meurer
7b2709f6a4
nixos/nvidia: let user choose whether to install nvidia-settings 2021-08-30 17:06:07 -07:00
Mario Rodas
197a496c7f houdini: use libudev0-shim 2021-08-31 08:44:46 +09:00
Joseph Crail
db4b3ef15a
dwz: init at 0.14 (#136078) 2021-08-30 18:27:43 -05:00
Mario Rodas
e3a2429bc6
Merge pull request #136196 from NeQuissimus/rubygems_3_2_26
rubygems: 3.2.24 -> 3.2.26
2021-08-30 18:26:33 -05:00
zowoq
a96144ce4f lima: 0.6.0 -> 0.6.1
https://github.com/lima-vm/lima/releases/tag/v0.6.1
2021-08-31 09:26:09 +10:00
Mario Rodas
4740aebb08
Merge pull request #136225 from fabaff/bump-tfsec
tfsec: 0.58.5 -> 0.58.6
2021-08-30 18:24:13 -05:00
Anderson Torres
14e8688309
Merge pull request #131349 from kwohlfahrt/houdini-18.5
houdini: 18.0 -> 18.5
2021-08-30 20:21:38 -03:00
Alyssa Ross
7f3a4f6b67 linuxPackages.isgx: 2.11 -> 2.14 2021-08-30 23:17:02 +00:00
adisbladis
c54d1a6caa
Merge pull request #136228 from tweag/qt5-qt3d
qt5.qt3d: init module
2021-08-30 18:14:42 -05:00
adisbladis
c7514a2667
Merge pull request #136239 from qowoz/podman
podman: 3.3.0 -> 3.3.1
2021-08-30 18:12:39 -05:00
Matthieu Coudron
1d22aed041 luarocks-nix: bumped luarocks-nix
this new version removes support of src.rock but now supports rockspecs embedded in a repo. The goal is to be able to support neovim plugins that provide a rockspec, even when they are not registered on luarocks.
2021-08-31 01:01:56 +02:00
Matthieu Coudron
6312bac408 luaPackages.ansicolors: remove because unmaintained since 2013
luarocks points at https://github.com/kikito/ansicolors.lua with a last
commit in 2013 while its upstream https://github.com/hoelzro/ansicolors
contains a 2017 commit. This last project mentions it's superseeded by
https://github.com/hoelzro/lua-term
2021-08-31 00:42:30 +02:00
Matthieu Coudron
a2fd477970 lua: restore knownRockspec and lgi
- fix std._debug build
- fixed std-normalize
- pinned stdlib since the git version  causes issues with awesome

cleanup
2021-08-31 00:42:26 +02:00
Robert Schütz
d30ce30110 libdeltachat: 1.59.0 -> 1.60.0
https://github.com/deltachat/deltachat-core-rust/blob/1.60.0/CHANGELOG.md
2021-08-30 15:22:12 -07:00
zowoq
875901c0d5 podman: 3.3.0 -> 3.3.1
https://github.com/containers/podman/releases/tag/v3.3.1
2021-08-31 08:18:08 +10:00
Matthieu Coudron
24ac87c440 luaPackages.luadoc: remove since last update in 2013
no update in 7 years, link towards source doesn't work anymore https://luarocks.org/modules/luarocks/luadoc/3.0.1-1
2021-08-31 00:13:11 +02:00
Matthieu Coudron
404e5b1040 luaPackages.ltermbox: removed
official repo here https://github.com/LuaDist-testing/ltermbox but nothing is using it and it is outdated/unmaintained (2018)
and poses issue updating
2021-08-31 00:09:47 +02:00
Matthieu Coudron
15e5c92495 luaPackages: update 2021-08-31 00:07:28 +02:00
Michael Raskin
2d786792ca
Merge pull request #128735 from PhDyellow/r_fix_packages
r-modules: fix R packages
2021-08-30 21:29:11 +00:00
Alyssa Ross
3e299737a2 linux_latest-libre: 18260 -> 18268 2021-08-30 20:25:18 +00:00
Alyssa Ross
8bfb576250 linux_latest: 5.13.13 -> 5.14 2021-08-30 20:25:18 +00:00
Fabián Heredia Montiel
ff0dfaaee0 nvidia_x11: 470.57.02 → 470.63.01 2021-08-30 20:24:52 +00:00
adisbladis
20ce363de4
qt5: Expose internal variables to facilitate out-of-tree building of modules
As it is currently it's almost impossible to accomplish something like:
```nix
...

(qt5.callPackage (
  { qtModule, qtbase, qtdeclarative }:
  qtModule {
    pname = "qt3d";
    qtInputs = [ qtbase qtdeclarative ];
    outputs = [ "out" "dev" "bin" ];
  }
) { })

...
```
because all the required variables such as qtModule are internal-only.

By exposing these it's easier for external projects not to be bound
exactly by the module definitions explicitly listed in nixpkgs.
2021-08-30 15:15:44 -05:00
GTrunSec
a8dc11b757
onlyoffice-bin: 6.2.0 -> 6.3.1 2021-08-30 13:10:59 -07:00
adisbladis
a7432ad311
qt5.qt3d: init module 2021-08-30 15:10:49 -05:00
Michael Raskin
afe8f07bd3
Merge pull request #136200 from schotts-fired/r-enable-memory-profiling
R: add memory profiling compile option
2021-08-30 20:02:18 +00:00
Fabian Affolter
0afbe1f28b tfsec: 0.58.5 -> 0.58.6 2021-08-30 21:43:10 +02:00
Alyssa Ross
7032ab6d61 linuxPackages.isgx: enable parallel building
Tested at -j48.
2021-08-30 19:29:45 +00:00
Alyssa Ross
5ad9e2a74b linuxPackages.akvcam: 1.2.0 -> 1.2.2
The qmake-based build didn't seem to work any more, but there's a
Kbuild-based build system available anyway, so let's just switch to
that and save a dependency.

Also clarify license.
2021-08-30 19:20:08 +00:00
Jan Tojnar
7484cbf58e
markdown-anki-decks: jailbreak more dependencies 2021-08-30 21:07:09 +02:00
Martin Weinelt
f6187a43a0
firefox-bin: 91.0.1 -> 91.0.2 2021-08-30 21:00:20 +02:00
Martin Weinelt
01b534e888
firefox: 91.0.1 -> 91.0.2 2021-08-30 20:58:16 +02:00
Niklas Hambüchen
12a637d496
Merge pull request #136212 from maxeaubrey/consul_1.10.2
consul: 1.10.1 -> 1.10.2
2021-08-30 20:52:15 +02:00
Sebastian Estrella
27e4ca6ff1 vimPlugins.neon: init at 2021-07-30 2021-08-30 20:47:37 +02:00
Anderson Torres
eafb05087a
Merge pull request #135944 from AndersonTorres/new-uxn
uxn: init at 0.0.0+unstable=2021-08-27
2021-08-30 15:16:55 -03:00
Maxine Aubrey
00d1b4f193
nomad_1_1: 1.1.3 -> 1.1.4
- https://github.com/hashicorp/nomad/releases/tag/v1.1.4
2021-08-30 20:09:51 +02:00
Maxine Aubrey
2fcc338369
nomad_1_0: 1.0.9 -> 1.0.10
- https://github.com/hashicorp/nomad/releases/tag/v1.0.10
2021-08-30 20:09:08 +02:00
Maxine Aubrey
300b61c594
consul: 1.10.1 -> 1.10.2
- https://github.com/hashicorp/consul/releases/tag/v1.10.2
2021-08-30 20:07:20 +02:00
Maxine Aubrey
e477127df0
vault-bin: 1.8.1 -> 1.8.2
- https://github.com/hashicorp/vault/releases/tag/v1.8.2
2021-08-30 20:06:26 +02:00
davidak
f8a2cce87c
Merge pull request #136159 from fabaff/bump-typer
python3Packages.typer: 0.3.2 -> 0.4.0
2021-08-30 19:14:08 +02:00
Fabian Affolter
d24e724084 ipcalc: 0.4.1 -> 1.0.1 2021-08-30 19:09:36 +02:00
Fabian Affolter
008b192dd9 python3Packages.pg8000: 1.21.0 -> 1.21.1 2021-08-30 19:00:04 +02:00
Fabian Affolter
15937fa4b5 python3Packages.scramp: 1.4.0 -> 1.4.1 2021-08-30 18:57:03 +02:00
schotts-fired
9ec4fb0cd1 R: add memory profiling compile option 2021-08-30 18:24:42 +02:00
Alyssa Ross
8a2ec31e22 gcdemu: 3.2.3 -> 3.2.5 2021-08-30 15:52:29 +00:00