Commit graph

596383 commits

Author SHA1 Message Date
Weijia Wang 3b421626dd smartgithg: move to pkgs/by-name 2024-03-13 23:11:19 +01:00
Weijia Wang 3452f773bb
Merge pull request #295609 from peigongdsd/revert-294879-auto-update/sarasa-gothic
Revert "sarasa-gothic: 1.0.5 -> 1.0.6"
2024-03-13 14:27:08 +01:00
Sandro edd88708c4
Merge pull request #295585 from donovanglover/pnpm-shell-completion 2024-03-13 14:26:13 +01:00
Sandro cb243a9deb
Merge pull request #294215 from iynaix/bump-fastfetch 2024-03-13 14:23:30 +01:00
Isabelle 948054ae91
mongodb-6_0: add patch to fix broken build (#293556)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-03-13 14:20:58 +01:00
Sandro f1f3c6e570
Merge pull request #295326 from chewblacka/update-docfd 2024-03-13 14:20:27 +01:00
Sandro 271aec3eb3
Merge pull request #294823 from Stunkymonkey/python-robomachine-normalize 2024-03-13 14:15:38 +01:00
Sandro 63d987b766
Merge pull request #295453 from Stunkymonkey/python-xstatic-normalize 2024-03-13 14:12:52 +01:00
Sandro 2d1f9f6584
Merge pull request #295430 from Stunkymonkey/python-beaker-normalize 2024-03-13 14:12:29 +01:00
Sandro 00e779a1a8
Merge pull request #295104 from Stunkymonkey/python-fontconfig-normalize 2024-03-13 14:12:04 +01:00
Sandro f922c62ced
Merge pull request #294840 from Stunkymonkey/python-pyqtwebengine-normalize 2024-03-13 14:08:47 +01:00
peigongdsd cfd9d30a4d
Revert "sarasa-gothic: 1.0.5 -> 1.0.6" 2024-03-13 21:08:40 +08:00
Sandro ae03bb4737
Merge pull request #294848 from Stunkymonkey/python-pysdl2-normalize 2024-03-13 14:08:27 +01:00
Sandro 7b37ddc8a0
Merge pull request #295422 from Stunkymonkey/python-hypercorn-normalize 2024-03-13 14:07:06 +01:00
Sandro cdedcefd0c
Merge pull request #295143 from Stunkymonkey/python-qtpy-normalize 2024-03-13 14:06:13 +01:00
Sandro 4b7cd70b04
Merge pull request #295145 from Stunkymonkey/python-pywavelets-normalize 2024-03-13 14:05:51 +01:00
Weijia Wang bc8a20022a
Merge pull request #295580 from donovanglover/xdg-user-dirs
xdg-user-dirs: add myself as maintainer
2024-03-13 14:01:18 +01:00
Sandro db55012fa3
Merge pull request #291455 from SuperSandro2000/hydra-starman-worker 2024-03-13 13:57:12 +01:00
Johannes Kirschbauer fe9e7d313a
doc: lib.lists migrate to doc-comments (#294257)
* doc: lib.lists migrate to doc-comments

* Fix extra indentation of docs lines, remove redundant comments, add inputs docs

* fix: indentation & argument references

---------

Co-authored-by: DS <commits@sidhion.com>
2024-03-13 05:53:42 -07:00
Pol Dellaiera 53ecdb5139
Merge pull request #295227 from oluceps/add-bepass
bepass: init at 1.6.2
2024-03-13 13:53:21 +01:00
Pol Dellaiera 856c7dbd00
Merge pull request #295222 from oluceps/add-gg
gg: init at 0.2.18
2024-03-13 13:53:09 +01:00
Pol Dellaiera d80c897e8d
Merge pull request #290932 from siddarthkay/init/idb-companion
idb-companion: init at 1.1.8
2024-03-13 13:52:55 +01:00
Pol Dellaiera d13d07454b
Merge pull request #295281 from almini/mbpoll
mbpoll: init at 1.5
2024-03-13 13:52:37 +01:00
Martin Weinelt 075fa043f4
Merge pull request #295555 from r-ryantm/auto-update/python312Packages.pyipp
python312Packages.pyipp: 0.14.5 -> 0.15.0
2024-03-13 13:42:24 +01:00
Florian Klink 7bbb44d1a1
Merge pull request #295535 from OPNA2608/ppc64/systemd
systemd: Fix incorrect hash for riscv/ppc patch
2024-03-13 14:33:34 +02:00
éclairevoyant 68538c362b
Merge pull request #294899 from NotAShelf/init-netscanner
netscanner: init at 0.4.1
2024-03-13 12:26:08 +00:00
Yt a6af0d9267
Merge pull request #295549 from r-ryantm/auto-update/ockam
ockam: 0.117.0 -> 0.118.0
2024-03-13 11:25:55 +00:00
Nick Hu cbda2b2b05
vimPlugins.nvim-solarized-lua: 2024-03-01 -> 2024-03-04 (#295293) 2024-03-13 11:12:06 +00:00
Donovan Glover f0e834c7ce
pnpm-shell-completion: init at 0.5.3 2024-03-13 07:11:28 -04:00
sternenseemann f06714e0a5 foot: use default priority (> ncurses prio in systemPackages)
Why hasn't anybody told me that the higher the priority value the lower
the priority? The meta.priority value I chose for foot had the opposite
effect I intended. Priority 9 (as ncurses has in systemPackages) is just
one step higher in priority than lib.meta.lowPrio. Just using the
default priority (which for buildEnv equates to 5 although nix-env(1)
claims the default priority is 0) gets us the desired result:
foot.terminfo's files will overwrite any symlinks to ncurses.
2024-03-13 12:05:08 +01:00
sternenseemann df0f8b6eaf foot: don't pass -fno-plt
Apparently not beneficial to performance after all:
fb32d339a7
2024-03-13 12:05:08 +01:00
sternenseemann 00307c81a6 foot: run tests
- `ninja test` in the profiling step is more robust if more tests are
  added in the future

- We technically run the test suite twice now, but this is not really an
  issue, as it is pretty quick.
2024-03-13 12:05:08 +01:00
sternenseemann e445e3a3e2 foot: enable strictDeps 2024-03-13 12:05:08 +01:00
Mario Rodas ff9cb2dc9e dune_3: 3.14.0 -> 3.14.2
Diff: https://github.com/ocaml/dune/compare/3.14.0...3.14.2

Changelog: https://github.com/ocaml/dune/raw/3.14.2/CHANGES.md
2024-03-13 12:00:25 +01:00
Pol Dellaiera e03bb06848
Merge pull request #295537 from patka-123/pest_2.34.2
pest: 2.34.1 -> 2.34.2
2024-03-13 11:17:07 +01:00
Pol Dellaiera 7e621b86c9
Merge pull request #295524 from NickCao/telegram-desktop
telegram-desktop: 4.15.1 -> 4.15.2
2024-03-13 10:35:00 +01:00
Pol Dellaiera 1b2202f53e
Merge pull request #295533 from ctron/patch-1
trunk: update project metadata
2024-03-13 10:34:43 +01:00
Pol Dellaiera 55251f1ffc
Merge pull request #295547 from Janik-Haag/unbound
nixos/unbound: drop networkmanager since it doesn't support unbound anymore
2024-03-13 10:33:52 +01:00
Pol Dellaiera 279cfec300
Merge pull request #295544 from patka-123/composer-2.7.2
composer: 2.7.1 -> 2.7.2
2024-03-13 10:31:22 +01:00
Sandro 13ec4d3add
Merge pull request #295473 from r-ryantm/auto-update/libva-utils 2024-03-13 10:30:55 +01:00
Sandro f18af5f51a
Merge pull request #295483 from r-ryantm/auto-update/gatekeeper 2024-03-13 10:30:23 +01:00
Sandro b158140143
Merge pull request #295477 from r-ryantm/auto-update/gopls 2024-03-13 10:29:16 +01:00
R. Ryantm c8f40ee933 python312Packages.pyipp: 0.14.5 -> 0.15.0 2024-03-13 09:26:39 +00:00
Donovan Glover 7da00fc793
xdg-user-dirs: set meta.mainProgram 2024-03-13 05:25:03 -04:00
Donovan Glover 3b44930cdd
xdg-user-dirs: cleanup 2024-03-13 05:22:38 -04:00
Donovan Glover 532ac4f6c6
xdg-user-dirs: migrate to by-name 2024-03-13 05:13:58 -04:00
Donovan Glover c49ee22af9
xdg-user-dirs: add myself as maintainer 2024-03-13 05:11:47 -04:00
R. Ryantm 3d03f3acbc ockam: 0.117.0 -> 0.118.0 2024-03-13 08:56:36 +00:00
Janik H. 4147e50f18
nixos/unbound: drop networkmanager since it doesn't support unbound anymore 2024-03-13 09:50:56 +01:00
almini 81401567b7 mbpoll: init at 1.5 2024-03-13 09:30:27 +01:00