Commit Graph

955359 Commits

Author SHA1 Message Date
Martin Weinelt 60f9f20739 python3Packages.psycopg: disable slow tests (#494547) 2026-02-27 08:27:13 +00:00
nixpkgs-ci[bot] e08be97c21 code-cursor: 2.5.17 -> 2.5.26 (#494616) 2026-02-27 07:54:47 +00:00
nixpkgs-ci[bot] 63e20f1d99 beeper: 4.2.564 -> 4.2.587 (#494603) 2026-02-27 07:54:46 +00:00
R. Ryantm 98d5b8ac2b code-cursor: 2.5.17 -> 2.5.26 2026-02-27 07:10:33 +00:00
Pol Dellaiera 337e353317 mdbook-pagecrypt: init at 0.1.2 (#493544) 2026-02-27 06:46:10 +00:00
Vincent Laporte c0f3d81a7d nixtamal: 1.1.1 → 1.1.2 (cherry-pick from staging) (#494557) 2026-02-27 06:27:13 +00:00
K900 2643850a30 directx-headers: 1.618.2 -> 1.619.0 (#494517) 2026-02-27 06:21:55 +00:00
Austin Horstman bde6ce623f vimPlugins.sniprun: 1.3.21 -> 1.3.22 (#494515) 2026-02-27 06:03:30 +00:00
R. Ryantm a43c8a1b6a beeper: 4.2.564 -> 4.2.587 2026-02-27 05:45:28 +00:00
dish ee23428449 zint-qt: move icon to spec-compliant location (#494544) 2026-02-27 05:37:49 +00:00
dish 7f03a0a947 zenmap: move icon to spec-compliant location (#494546) 2026-02-27 05:37:42 +00:00
Aleksana 8576f11691 quickshell: fix unneccessary reloads (#483139) 2026-02-27 04:55:18 +00:00
Aleksana 54f14be704 lycheeslicer: fix desktop file Exec path (#492563) 2026-02-27 04:53:32 +00:00
Aleksana a9b58eb2d1 gnu-smalltalk: fix uncompilable error (#492434) 2026-02-27 04:52:26 +00:00
Aleksana 5c9774c30e linuxPackages.hpuefi-mod: fix build (#493240) 2026-02-27 04:51:57 +00:00
Aleksana 1717d538fd linuxPackages.liquidtux: fix build (#493245) 2026-02-27 04:51:48 +00:00
Aleksana c8a058344a mingw-w64-headers: fix update script (#493364) 2026-02-27 04:51:27 +00:00
Wael Nasreddine 677dbb1f94 errcheck: 1.9.0 -> 1.10.0 (#494541) 2026-02-27 04:51:23 +00:00
Aleksana ccb9f1f65b bitlbee-mastodon: fix gcc-15 build (#484860) 2026-02-27 04:51:04 +00:00
Aleksana 189362d852 pioasm: fix gcc-15 build (#484529) 2026-02-27 04:50:40 +00:00
Aleksana 87c9d67736 tzdata: fix cygwin build (#493541) 2026-02-27 04:49:49 +00:00
Aleksana 11386b1012 papis: fix build failure with optional deps (#493987) 2026-02-27 04:49:28 +00:00
Aleksana 8a5001b871 synergy: fix missing include to <cstdint> (#487730) 2026-02-27 04:48:40 +00:00
Aleksana 42b375db22 tlaplus-toolbox: fix crash when opening file dialog (#494491) 2026-02-27 04:48:11 +00:00
Aleksana f790ee593d deutex: fix PNG support (#494571) 2026-02-27 04:43:53 +00:00
Aleksana d33bb0dd48 brave: fix VA-API feature flags renamed in Chromium 131+ (#494386) 2026-02-27 04:43:35 +00:00
dotlambda f3dee7cbad python3Packages.urllib3-future: 2.15.903 -> 2.16.900 (#494555) 2026-02-27 04:24:50 +00:00
zowoq 7689929bab terraform-providers.yandex-cloud_yandex: 0.187.0 -> 0.189.0 (#494569) 2026-02-27 04:02:54 +00:00
Yiyu Zhou 6b49ec3c64 deutex: fix PNG support
```
$ ldd ./result/bin/deutex
	linux-vdso.so.1 (0x00007f9d03038000)
	libc.so.6 => /nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/libc.so.6 (0x00007f9d02c00000)
	/nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/ld-linux-x86-64.so.2 => /nix/store/wb6rhpznjfczwlwx23zmdrrw74bayxw4-glibc-2.42-47/lib64/ld-linux-x86-64.so.2 (0x00007f9d0303a000)
```

`deutex` was built without PNG support due to a typo.

Now it has proper PNG support:

```
$ ldd ./result/bin/deutex
	linux-vdso.so.1 (0x00007fe7638f9000)
	libpng16.so.16 => /nix/store/bm62iznvisqil197w8g9kmivra2fv7iv-libpng-apng-1.6.55/lib/libpng16.so.16 (0x00007fe763885000)
	libc.so.6 => /nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/libc.so.6 (0x00007fe763600000)
	libz.so.1 => /nix/store/vl8jkqpr0l3fac3cxiy4nwc5paiww1lv-zlib-1.3.1/lib/libz.so.1 (0x00007fe763867000)
	libm.so.6 => /nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/libm.so.6 (0x00007fe763508000)
	/nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/ld-linux-x86-64.so.2 => /nix/store/wb6rhpznjfczwlwx23zmdrrw74bayxw4-glibc-2.42-47/lib64/ld-linux-x86-64.so.2 (0x00007fe7638fb000)
```
2026-02-26 19:54:25 -08:00
John Ericson 80b8379db2 stdenv/cygwin: add cross bootstrap tools (#475998) 2026-02-27 03:44:32 +00:00
R. Ryantm 99dc7e2c8c terraform-providers.yandex-cloud_yandex: 0.187.0 -> 0.189.0 2026-02-27 03:40:24 +00:00
nixpkgs-ci[bot] e9370bd8f6 lubelogger: 1.6.0 -> 1.6.1 (#494549) 2026-02-27 03:16:34 +00:00
Sandro e14bec4741 zeroad: 0.27.1 -> 0.28.0 (#492298) 2026-02-27 03:05:12 +00:00
Sandro dea28099ab python3Packages.python-designateclient: 6.3.0 -> 6.4.0 (#494562) 2026-02-27 03:01:22 +00:00
Sandro a9e12ec007 warmup-s3-archives: init at 1.0.0 (#492973) 2026-02-27 02:50:34 +00:00
R. Ryantm 7e8ad22f3e python3Packages.python-designateclient: 6.3.0 -> 6.4.0 2026-02-27 02:37:28 +00:00
dish c3c04ea259 coc-rust-analyzer: 0-unstable-2026-02-01 -> 0-unstable-2026-02-10 (#489873) 2026-02-27 02:31:14 +00:00
dish dc9da5e8c3 coc-pyright: 0-unstable-2026-02-01 -> 0-unstable-2026-02-10 (#489871) 2026-02-27 02:31:04 +00:00
·𐑑𐑴𐑕𐑑𐑩𐑤 e1fc357837 nixtamal: 1.1.1 → 1.1.2 2026-02-27 09:19:00 +07:00
R. Ryantm 47b91e75df python3Packages.urllib3-future: 2.15.903 -> 2.16.900 2026-02-27 02:11:04 +00:00
R. Ryantm 7c09e324ca lubelogger: 1.6.0 -> 1.6.1 2026-02-27 01:35:27 +00:00
Martin Weinelt b9c75a3094 python3Packages.psycopg: disable slow tests
They are annoying and racy with pproxy. We're running over 5k tests, this
is fine.
2026-02-27 02:30:15 +01:00
pancaek 7aab9b6bfb zenmap: move icon to spec-compliant location 2026-02-26 17:28:02 -08:00
Sandro f0bc2e46d3 apidog: init at 2.7.51 (#466083) 2026-02-27 01:26:49 +00:00
Sandro b068ca9a18 rustic: 0.10.3 -> 0.11.0 (#492665) 2026-02-27 01:26:36 +00:00
Sandro f37b3cdbda fladder: 0.9.0 -> 0.10.1; add desktop entries (#482229) 2026-02-27 01:26:28 +00:00
Sandro 58a890fb57 lis: init at 2.1.10 (#447222) 2026-02-27 01:26:11 +00:00
Sandro 31d425386d sparrow: some buttons not working because JavaFX version (#475932) 2026-02-27 01:25:22 +00:00
Sandro 643e4c5bdf korrect: 0.3.5 -> 0.3.6 (#492409) 2026-02-27 01:25:15 +00:00
pancaek 16bb7eb388 zint-qt: move icon to spec-compliant location 2026-02-26 17:22:43 -08:00