Commit Graph

15125 Commits

Author SHA1 Message Date
Pol Dellaiera
7e1f057a06
searxng: add nixosTests 2024-06-19 07:06:43 +02:00
Pol Dellaiera
3dc779576e
searxng: 0-unstable-2024-05-31 -> 0-unstable-2024-06-19
diff:
18fb701be2..acf3f109b2
2024-06-19 07:06:43 +02:00
Pol Dellaiera
3fdff9acf8
searxng: reformat with nixfmt-rfc-style 2024-06-19 06:44:42 +02:00
Adam C. Stephens
93a574477a
Merge pull request #320085 from emilylange/forgejo-go-tests
forgejo: actually run go tests
2024-06-18 20:24:37 -04:00
Thiago Kenji Okada
1c0bef5565
Merge pull request #320878 from obreitwi/ojb/tparse/init
tparse: init at 0.13.3
2024-06-19 00:34:01 +01:00
superherointj
3bcf50ffd2
Merge pull request #320877 from zeorin/fix-vscode-js-debug-build
vscode-js-debug: fix missing jq in postPatch
2024-06-18 20:33:00 -03:00
nixpkgs-merge-bot[bot]
be78c19514
Merge pull request #320867 from r-ryantm/auto-update/nhost-cli
nhost-cli: 1.18.2 -> 1.18.3
2024-06-18 23:22:07 +00:00
Yt
06ed8891ac
Merge pull request #320774 from xzfc/qdrant-web-ui
qdrant-web-ui: init at 0.1.28
2024-06-18 23:05:07 +00:00
Niko Cantero
6819f38e5c
goofcord: 1.4.2 -> 1.4.3 2024-06-18 18:22:05 -04:00
Nick Cao
5c8e2fb3c6
Merge pull request #320828 from r-ryantm/auto-update/rofimoji
rofimoji: 6.3.1 -> 6.3.2
2024-06-18 16:58:55 -04:00
Nick Cao
05d3c1b058
Merge pull request #320786 from r-ryantm/auto-update/halo
halo: 2.16.2 -> 2.16.3
2024-06-18 16:54:40 -04:00
Nick Cao
f04ff47d6c
Merge pull request #320791 from r-ryantm/auto-update/pm2
pm2: 5.4.0 -> 5.4.1
2024-06-18 16:53:56 -04:00
Nick Cao
ff4501f837
Merge pull request #320755 from DontEatOreo/update-warp-terminal
warp-terminal: 0.2024.06.11.08.02.stable_01 -> 0.2024.06.11.08.02.stable_03
2024-06-18 16:50:43 -04:00
Nick Cao
88f1b967fe
Merge pull request #320708 from javaes/slumber/update_to_1.5.0
slumber: 1.4.0 -> 1.5.0
2024-06-18 16:49:56 -04:00
Oliver Breitwieser
14925a6a2c tparse: init at 0.13.3 2024-06-18 22:36:52 +02:00
Nick Cao
37a45fb699
Merge pull request #320754 from r-ryantm/auto-update/marcel
marcel: 0.28 -> 0.29.0
2024-06-18 16:33:49 -04:00
Nick Cao
5852620f96
Merge pull request #320661 from r-ryantm/auto-update/impala
impala: 0.1.1 -> 0.2
2024-06-18 16:32:16 -04:00
Nick Cao
8f8b1f5f7a
Merge pull request #320684 from r-ryantm/auto-update/srm-cuarzo
srm-cuarzo: 0.5.6-2 -> 0.5.7-1
2024-06-18 16:31:11 -04:00
Nick Cao
6dbf22be23
Merge pull request #320690 from r-ryantm/auto-update/wait4x
wait4x: 2.14.0 -> 2.14.1
2024-06-18 16:29:42 -04:00
Nick Cao
48c9f70cce
Merge pull request #320600 from r-ryantm/auto-update/renode-unstable
renode-unstable: 1.15.0+20240609git09f623310 -> 1.15.1+20240615gitdd55f8ea4
2024-06-18 16:26:01 -04:00
Nick Cao
7e8794ff92
Merge pull request #320602 from r-ryantm/auto-update/fflogs
fflogs: 8.5.12 -> 8.5.16
2024-06-18 16:25:32 -04:00
Xandor Schiefer
f4423979de
vscode-js-debug: fix missing jq in postPatch
Fixes #320507.

The `npmConfigHook` used by `buildNpmPackage` does not correctly
propagate the `nativeBuildInputs` into its `PATH`, which is why `jq` was
not available during the patch phase.

Since this `npmConfigHook` is run as part of a fixed-output
derivation (`fetchNpmDeps`), if it had already been realised, unless its
hash had changed, a missing `jq` would not be noticed, on a rebuild of
`vscode-js-debug`.

The `postPatch` hook is *also* run during `buildNpmPackage`, but there
the `nativeBuildInputs` were correctly added to the `PATH`, which is why
a rebuild of `vscode-js-debug` with the previous `postPatch` would
succeed (if its `npmDeps`'s hash hadn't changed).
2024-06-18 22:24:01 +02:00
Nick Cao
35c64c8f4a
Merge pull request #320642 from r-ryantm/auto-update/ast-grep
ast-grep: 0.22.6 -> 0.23.0
2024-06-18 16:19:51 -04:00
R. Ryantm
492c47de9d nhost-cli: 1.18.2 -> 1.18.3 2024-06-18 19:40:18 +00:00
emilylange
010157293b
forgejo: actually run go tests
We cannot rely on `buildGoModule`'s default test selection if
`subPackages` is set:

~~~
Running phase: checkPhase
?       code.gitea.io/gitea     [no test files]
?       code.gitea.io/gitea/contrib/environment-to-ini  [no test files]
checkPhase completed in 53 seconds
~~~

So we override it in `preCheck` and skip some tests that fail in our
sandbox (e.g. because they require networking).

Note that this does slow down building the package quite a bit because
there are a lot of tests to run.

Still worth it IMHO.
2024-06-18 21:36:26 +02:00
Nikolay Korotkiy
989d83cbeb
Merge pull request #320845 from r-ryantm/auto-update/gmid
gmid: 2.0.4 -> 2.0.5
2024-06-18 23:34:21 +04:00
Ivan Mincik
78b123a5d1
Merge pull request #320290 from quantenzitrone/laszip
LASzip{,2}: rename to laszip{,_2}
2024-06-18 19:08:36 +00:00
Pol Dellaiera
aa14af3e9f
Merge pull request #320259 from Aleksanaa/escambo
escambo: init at 0.1.2
2024-06-18 20:40:08 +02:00
Pol Dellaiera
ca9897c433
Merge pull request #320750 from Aleksanaa/iplookup-gtk
iplookup-gtk: init at 0.3.4
2024-06-18 20:27:57 +02:00
Pol Dellaiera
f2edaa2a2a
Merge pull request #320736 from Aleksanaa/geopard
geopard: 1.4.0 -> 1.5.0
2024-06-18 20:27:22 +02:00
Nikolay Korotkiy
c9d4a05cd8
Merge pull request #318434 from Sigmanificient/liboqs-update-0.10.1
liboqs: 0.10.0 -> 0.10.1
2024-06-18 22:21:58 +04:00
R. Ryantm
1ff1a32e9c gmid: 2.0.4 -> 2.0.5 2024-06-18 18:18:45 +00:00
Paul Meyer
e2606add33
Merge pull request #318572 from luftmensch-luftmensch/glock_update
glock: migrate to buildGoModule
2024-06-18 19:38:52 +02:00
Janik
2741b089d8
Merge pull request #319245 from r-ryantm/auto-update/seclists
seclists: 2024.1 -> 2024.2
2024-06-18 19:36:30 +02:00
R. Ryantm
3dd8a6d9d5 rofimoji: 6.3.1 -> 6.3.2 2024-06-18 16:51:27 +00:00
superherointj
9dda9273fd
Merge pull request #320604 from atorres1985-contrib/cemu
cemu: 2.0-85 -> 2.0-86
2024-06-18 13:42:25 -03:00
nixpkgs-merge-bot[bot]
e420a7bb30
Merge pull request #320675 from r-ryantm/auto-update/nwg-drawer
nwg-drawer: 0.4.7 -> 0.4.8
2024-06-18 15:52:20 +00:00
Aleksana
df9ddccfeb
Merge pull request #317021 from NamesCode/add-whiskers
catppuccin-whiskers: init at 2.4.0
2024-06-18 23:27:54 +08:00
Aleksana
a72fdc306d
Merge pull request #320278 from quantenzitrone/hentai
HentaiAtHome: rename to hentai-at-home
2024-06-18 23:14:05 +08:00
Aleksana
ccc02ec301
Merge pull request #319789 from luftmensch-luftmensch/pgraphs_0.6.12
pgraphs: init at 0.6.12
2024-06-18 23:03:49 +08:00
Adam C. Stephens
9f8a90829e
Merge pull request #320747 from r-ryantm/auto-update/consul
consul: 1.18.2 -> 1.19.0
2024-06-18 10:29:23 -04:00
R. Ryantm
69dbcc3f6e pm2: 5.4.0 -> 5.4.1 2024-06-18 14:01:02 +00:00
Fabian Affolter
88af533d8a
Merge pull request #320725 from r-ryantm/auto-update/audion
audion: 0.2.0 -> 0.2.1
2024-06-18 15:36:54 +02:00
R. Ryantm
9229155e8c halo: 2.16.2 -> 2.16.3 2024-06-18 13:32:41 +00:00
Albert Safin
2f88d77a06 qdrant-web-ui: init at 0.1.28 2024-06-18 12:54:42 +00:00
OTABI Tomoya
f17e583b11
Merge pull request #310118 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.31-16391-39e946630 -> 0.0.32-16614-5b973448b
2024-06-18 21:23:10 +09:00
OTABI Tomoya
fad77b5b1f
Merge pull request #320687 from r-ryantm/auto-update/cyme
cyme: 1.6.0 -> 1.6.1
2024-06-18 21:21:56 +09:00
DontEatOreo
fddba4acf3
warp-terminal: 0.2024.06.11.08.02.stable_01 -> 0.2024.06.11.08.02.stable_03
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.06.17-v0.2024.06.11.08.02
2024-06-18 14:21:33 +03:00
Lily Foster
3ef6d6e20f
Merge pull request #320741 from mjoerg/gmic-3.4.0-stdlib
gmic: correct hash for stdlib
2024-06-18 07:20:02 -04:00
Aleksana
02f53e1ace
Merge pull request #320621 from piotrkwiecinski/cask-by-name
eask: migrate to pkg/by-name, nixfmt-rfc-style
2024-06-18 19:15:38 +08:00