Commit Graph

73437 Commits

Author SHA1 Message Date
Maximilian Bosch
f0e3e98377
linux_5_17: remove 2022-06-23 11:09:16 +02:00
Anderson Torres
72bbea9db7
Merge pull request #178285 from AndersonTorres/ventoy
ventoy-bin: 1.0.76 -> 1.0.77
2022-06-20 01:45:15 -03:00
AndersonTorres
48a99192af ventoy-bin: 1.0.76 -> 1.0.77
Also, create a ventoy-bin-full (with all filesystems but no gui).
2022-06-19 22:27:19 -03:00
legendofmiracles
9fba3c44d7
Merge pull request #176867 from tejasag/submit/init-oak
oak: init at v0.2
2022-06-19 06:38:34 -06:00
Matthieu Coudron
ce505a3984
vimPlugins: use lua derivation if it exists (#178180)
Neovim plugins are now more often than not written in lua.
One advantage of the lua ecosystem over vim's is the existence of
luarocks and the rockspec format, which allows to specify a package
dependencies formally.
I would like more neovim plugins to have a formal description,
"rockspec" being the current candidate.
This MR allows to use nix lua packages as neovim plugins, so as to enjoy
every benefit that rockspecs bring:
- dependdency discovery
- ability to run test suite
- luarocks versioning
- rockspec metadata

the vim update.py script will check if an attribute with the vim plugin
pname exists in lua51Packages. If it does, it uses
buildNeovimPluginFrom2Nix on it, which modifies the luarocks config to
do an almost flat install (luarocks will install the package in the lua
folder instead of share/5.1/lua etc).
It also calls toVimPlugin on it to get all the vim plugin niceties.

The list of packages that could benefit from this is available at
https://luarocks.org/labels/neovim
but I hope it grows.
2022-06-19 14:18:16 +02:00
Vladimír Čunát
849bf88af1
Merge #177182: kiwix: 2.0.5 -> 2.2.1 2022-06-19 14:00:17 +02:00
Vladimír Čunát
2783f5c40e
Merge #176496: xdg-utils: fix cross-compilation 2022-06-19 14:00:16 +02:00
Vladimír Čunát
736a13b4fc
Merge #174275: jami: 20211223.2.37be4c3 -> 20220503.1550.0f35faa 2022-06-19 14:00:11 +02:00
Sandro
3d6a6aa989
Merge pull request #158044 from pasqui23/gamehub
gamehub: init at 0.16.3-2
2022-06-19 11:52:01 +02:00
Sandro
d11a703d95
Merge pull request #177894 from fgaz/pokete/init 2022-06-19 11:51:52 +02:00
Sandro
93e34826f1
Merge pull request #176473 from pacien/matrix-commander-2.30.0 2022-06-19 11:41:45 +02:00
Sandro
153078b6fa
Merge pull request #133224 from applePrincess/add-sherlock 2022-06-19 11:25:38 +02:00
Sandro
c77e2ff473
Merge pull request #178168 from sven-of-cord/master
spr: init at 1.3.2
2022-06-19 11:24:09 +02:00
Fabian Affolter
6a9c4efc3c
Merge pull request #178142 from fabaff/gitls
gitls: init at 1.0.3
2022-06-19 09:31:45 +02:00
Lein Matsumaru
9cf7759f91
sherlock: init at 0.14.0 2022-06-19 04:22:30 +00:00
github-actions[bot]
b7aba4fb0f
Merge master into staging-next 2022-06-19 00:02:36 +00:00
Sven Over
68e989d380 spr: init at 1.3.2 2022-06-18 23:12:35 +01:00
Sandro
a230c8a0bb
Merge pull request #178061 from mupdt/python-infinity
python3Packages.infinity: init at 1.5
2022-06-18 23:04:38 +02:00
Sandro
753b852859
Merge pull request #173894 from fgaz/titanion/init
titanion: init at 0.3
2022-06-18 23:01:32 +02:00
Sandro
48a9f3f8ec
Merge pull request #178177 from fabaff/dnsmon
dnsmon-go: init at unstable-2022-05-13
2022-06-18 23:00:21 +02:00
Sandro
6a64c0ef4b
Merge pull request #178172 from fabaff/secrets-extractor
secrets-extractor: init at 1.0.1
2022-06-18 22:19:41 +02:00
Francesco Gazzetta
11c5f73828 pokete: init at 0.7.2 2022-06-18 21:47:41 +02:00
Fabian Affolter
0c3b4c878d dnsmon-go: init at unstable-2022-05-13 2022-06-18 20:57:18 +02:00
Fabian Affolter
e279a72210 secrets-extractor: init at 1.0.1 2022-06-18 20:30:56 +02:00
github-actions[bot]
5ee636b083
Merge master into staging-next 2022-06-18 18:01:12 +00:00
Martin Weinelt
cb47db3e59
python3Packages.django-reversion: rename from django_reversion 2022-06-18 16:20:28 +02:00
Fabian Affolter
fc8516ff56 gitls: init at 1.0.3 2022-06-18 14:33:15 +02:00
github-actions[bot]
8f08f9d222
Merge master into staging-next 2022-06-18 12:01:16 +00:00
Pasquale
207a128a69
GameHub: init at 0.16.3-2
a
2022-06-18 11:23:08 +02:00
Fabian Affolter
a5051e29e2
Merge pull request #177860 from fabaff/routersploit
routersploit: init at unstable-2021-02-06
2022-06-18 10:30:39 +02:00
Sergei Trofimovich
5ee88ab21d Merge master into staging-next 2022-06-18 08:00:58 +01:00
Mario Rodas
419e1c95e2 rage: 0.8.0 -> 0.8.1
https://github.com/str4d/rage/releases/tag/v0.8.1
2022-06-18 04:20:00 +00:00
Matthieu Coudron
011911bc54 luarocks-check-hook: init
The hook is added to buildLuarocksPackage when doCheck is set to true.
2022-06-18 21:23:45 +02:00
AndersonTorres
6e73e6e668 tinyalsa: init at 2.0.0 2022-06-17 22:34:09 -03:00
Anderson Torres
9877c29734
Merge pull request #169120 from aciceri/master
umoria: init at 5.7.15
2022-06-17 18:25:17 -03:00
Anderson Torres
fe1afe8da8
Merge pull request #178028 from alexshpilkin/fix-calibre-chm
Fix CHM format support in Calibre
2022-06-17 18:19:23 -03:00
Klemens Nanni
f597e7e9fc
alarm-clock-applet: remove (#177921)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-17 22:10:30 +02:00
Sandro
2dc9fa4455
Merge pull request #177868 from 06kellyjac/kdigger
kdigger: init at 1.2.0
2022-06-17 22:09:16 +02:00
mupdt
7e814a288c python3Packages.infinity: init at 1.5 2022-06-17 15:31:18 -04:00
Sandro
dda843a6b7
Merge pull request #177919 from sikmir/monocypher
monocypher: init at 3.1.3
2022-06-17 21:23:05 +02:00
06kellyjac
34c91d44c8 kdigger: init at 1.2.0 2022-06-17 20:14:55 +01:00
Sandro
35ab974a22
Merge pull request #178031 from veprbl/pr/dawn_init
dawn: init at 3.91a
2022-06-17 21:10:39 +02:00
Sandro
e0befdf407
Merge pull request #175447 from aaronjheng/awless
awless: remove
2022-06-17 21:07:39 +02:00
Sandro
dcba8de350
Merge pull request #177912 from takagiy/plasma-overdose-kde-theme
plasma-overdose-kde-theme: init at unstable-2022-05-30
2022-06-17 21:03:43 +02:00
Sandro
8a9d978c34
Merge pull request #177914 from fabaff/adenum
adenum: init at unstable-2022-04-01
2022-06-17 20:41:21 +02:00
Jan Tojnar
222bf23c35 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/top-level/python-packages.nix
2022-06-17 20:30:43 +02:00
Ivan Kovnatsky
c9507b994f
iam-policy-json-to-terraform: Init at 1.8.0 (#178035) 2022-06-17 20:25:35 +02:00
Thiago Kenji Okada
4cf04594a9
Merge pull request #172660 from NickCao/nvidia-open
nvidia-open: init at 515.43.04
2022-06-17 18:59:32 +01:00
Anderson Torres
e1c8b9a431
Merge pull request #177670 from jonnybolton/sokol
sokol: init at unstable-2022-06-13
2022-06-17 13:32:39 -03:00
Jacek Galowicz
24a298c37d
Merge pull request #173612 from snpschaaf/add-mkdocs-gitlab-plugin
python3Packages.mkdocs-gitlab-plugin: init at 0.1.4
2022-06-17 18:28:10 +02:00