rewine
b1ddb60589
cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 ( #354776 )
2024-11-14 21:21:18 +08:00
Peder Bergebakken Sundt
f50192357e
commit: 4.1 -> 4.2 ( #354309 )
2024-11-14 03:46:30 +01:00
Emily
6531d2e2b4
treewide: add missing sourceProvenance ( #354383 )
2024-11-14 00:21:28 +00:00
Wolfgang Walther
f9969cbf47
python3Packages.conan: disable unstable test
...
This test failed repeatedly on aarch64-linux, so far.
2024-11-12 21:09:44 +01:00
Wolfgang Walther
cfd186f097
python3Packages: remove left-over "--numprocesses"
...
Those are provided by pytest-xdist's setup hook automatically anyway.
2024-11-12 21:09:43 +01:00
R. Ryantm
90fb183cc7
codeql: 2.19.1 -> 2.19.3
2024-11-12 10:50:31 +00:00
Reno Dakota
1f481ed5c7
treewide: add missing sourceProvenance
...
add binaryNativeCode to sourceProvenance
2024-11-12 06:14:40 +00:00
Guillaume Girol
71091397cc
composefs: 1.0.6 -> 1.0.7 ( #352913 )
2024-11-11 18:56:19 +01:00
Franz Pletz
dc460ec76c
Remove obsolete libXrandr inputs from programs using winit ( #354847 )
2024-11-11 11:11:37 +01:00
Theodore Ni
12569c191e
completely: 0.5.2 -> 0.6.3, move to by-name ( #354974 )
2024-11-10 21:31:31 -08:00
Kiskae
19e7f777db
composefs: disable static+shared library building
2024-11-11 00:06:27 +01:00
Guillaume Girol
43544b4057
containerlab: 0.58.0 -> 0.59.0 ( #353113 )
2024-11-10 15:01:35 +01:00
nixpkgs-merge-bot[bot]
38ed0b172a
compose2nix: 0.2.3 -> 0.3.1 ( #354858 )
2024-11-10 13:42:13 +00:00
zendo
9828bad63a
completely: 0.5.2 -> 0.6.3
2024-11-10 19:30:21 +08:00
zendo
88b620a72b
completely: move to by-name
2024-11-10 19:22:23 +08:00
R. Ryantm
3bb8fc0f88
compose2nix: 0.2.3 -> 0.3.1
2024-11-09 21:38:49 +00:00
Theodore Ni
da39eb7dd0
treewide: use dontCargo{Build,Check,Install} ( #354024 )
2024-11-09 12:47:39 -08:00
Alyssa Ross
68d10c6cc3
cosmic-term: remove obsolete libXrandr input
...
libXrandr has not been required since winit 0.30.0[1]
(cosmic-term 1.0.0-alpha.3).
Tested that it still starts on X11.
[1]: bb9b629bc3
2024-11-09 21:44:44 +01:00
Alyssa Ross
86d8241326
cosmic-edit: remove obsolete libXrandr input
...
libXrandr has not been required since winit 0.30.0[1]
(cosmic-edit 1.0.0-alpha.3).
Tested that it still starts on X11.
[1]: bb9b629bc3
2024-11-09 21:43:49 +01:00
Alyssa Ross
d91e9dd0fa
cosmic-comp: remove obsolete libXrandr input
...
libXrandr has not been required since winit 0.30.0[1]
(cosmic-comp 1.0.0-alpha.1).
Tested that it still starts on X11.
[1]: bb9b629bc3
2024-11-09 21:42:22 +01:00
Alyssa Ross
a0bc021cae
coppwr: remove obsolete libXrandr input
...
libXrandr has not been required since winit 0.30.0[1] (coppwr 1.6.1).
Tested that it still starts on X11.
[1]: bb9b629bc3
2024-11-09 21:39:34 +01:00
a-kenji
a8a46ebd57
cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3
2024-11-09 15:03:46 +01:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Austin Horstman
92b31eff17
cosmic-term: 1.0.0-alpha.2 -> 1.0.0-alpha.3 ( #353739 )
2024-11-08 10:53:13 -06:00
Austin Horstman
3a46cca450
cosmic-edit: 1.0.0-alpha.2 -> 1.0.0-alpha.3 ( #353734 )
2024-11-08 10:52:59 -06:00
Thiago Kenji Okada
a390a396dd
cockpit: 318 -> 328 ( #342328 )
2024-11-07 23:43:50 +00:00
seth
9341dc94dd
commit: run meson checks & cleanup
...
- `rec` -> `finalAttrs`
- `strictDeps`
2024-11-07 15:06:27 -05:00
seth
9823494bcf
commit: 4.1 -> 4.2
2024-11-07 15:04:21 -05:00
lucasew
0aff14ed0e
cockpit: 318 -> 328
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-11-07 13:44:59 -03:00
Weijia Wang
b2127e7614
treewide: cleanup own packages to utilize the new apple-sdk ( #352699 )
2024-11-07 02:22:10 +01:00
Alyssa Ross
05ac36fa30
treewide: use dontCargo{Build,Check,Install}
...
These are a better way to do the same thing. They didn't exist when I
needed to do this in the zcash derivation, and then I didn't realise
they'd started existing when I did the same in cosmic-comp.
2024-11-06 14:41:30 +01:00
Tomodachi94
794a81d3b7
cosmic-wallpapers: 1.0.0-alpha.2 -> 1.0.0-alpha.3 ( #352701 )
2024-11-05 23:44:33 -08:00
Peder Bergebakken Sundt
48b5360e9a
coroot: 1.5.9 -> 1.5.11 ( #352460 )
2024-11-05 22:08:49 +01:00
Aaron Honeycutt
dc83bfd616
cosmic-term: 1.0.0-alpha.2 -> 1.0.0-alpha.3
2024-11-05 00:29:13 +00:00
Aaron Honeycutt
37058d400c
cosmic-edit: 1.0.0-alpha.2 -> 1.0.0-alpha.3
2024-11-04 17:07:47 -07:00
Weijia Wang
b1ea873801
connectome-workbench: 2.0.0 -> 2.0.1; unbreak ( #353440 )
2024-11-04 19:36:10 +01:00
Ben Darwin
5a2d23108f
connectome-workbench: 2.0.0 -> 2.0.1; unbreak
2024-11-03 12:11:27 -05:00
a-kenji
07a7c37dad
cosmic-icons: 1.0.0-alpha.2 -> 1.0.0-alpha.3
2024-11-03 14:24:53 +01:00
Weijia Wang
eb903908d6
conduwuit: fix x86_64-darwin ( #352911 )
2024-11-02 14:43:15 +01:00
Nick Cao
717d8df9df
code-cursor: 0.42.3 -> 0.42.4 ( #352883 )
2024-11-02 09:11:50 -04:00
Aaron Jheng
682d4d76aa
containerlab: 0.58.0 -> 0.59.0
2024-11-02 12:52:10 +00:00
Gavin John
e1385bd56e
cosmic-wallpapers: 1.0.0-alpha.2 -> 1.0.0-alpha.3
2024-11-01 10:19:33 -07:00
Kiskae
214c684c83
composefs: 1.0.6 -> 1.0.7
2024-11-01 17:28:46 +01:00
Niklas Korz
3bd63f44d5
conduwuit: fix x86_64-darwin
2024-11-01 17:24:08 +01:00
Gaétan Lepage
0f955c4b3e
coc-css: migrate from nodePackages ( #323474 )
2024-11-01 15:47:24 +01:00
Guillaume Girol
796d87a639
corectrl: adopt and modernize ( #352151 )
2024-11-01 15:35:04 +01:00
zimbatm
d73d8391fa
code-cursor: 0.42.3 -> 0.42.4
2024-11-01 15:12:42 +01:00
Guillaume Girol
b74e53f9a5
coppwr: 1.6.0 -> 1.6.1 ( #352368 )
2024-11-01 15:09:30 +01:00
TomaSajt
fcec676ced
comet-gog: remove stuff already included by apple-sdk
2024-10-31 21:12:55 +01:00
Nick Cao
b411b1868d
codeium: 1.20.4 -> 1.24.2 ( #351406 )
2024-10-31 14:58:34 -04:00