Daniel S. Smetana
3ce3d5b240
canon-cups-ufr2: fix color printing issues
...
This commit resolves https://github.com/NixOS/nixpkgs/issues/310013 by
adding the required `libjpeg` and `libgcrypt` libraries. It sets
`dontPatchELF = true` to prevent `patchelf --shrink-rpath` from removing
these libraries from the `RPATH`. This is necessary because the driver
binaries use `dlopen` to load the libraries at runtime instead of
specifying them in `DT_NEEDED`, which causes `dlopen` to be unable to
find them when `patchelf --shrink-rpath` is called.
2024-11-12 15:07:21 +09:00
Daniel S. Smetana
c6668dffc8
canon-cups-ufr2: 5.90 -> 6.00
2024-11-12 15:07:21 +09:00
Sefa Eyeoglu
00cd61f517
cartridges: 2.9.3 -> 2.10.1 ( #354306 )
2024-11-10 12:19:02 +01:00
Tobias Mayer
9af38b4ee1
caf: apply formatting
2024-11-10 04:31:19 +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
seth
a01b23fa72
cartridges: run meson checks
...
also clean up a few things
2024-11-07 14:39:35 -05:00
seth
57f23ed8b1
cartridges: 2.9.3 -> 2.10.1
2024-11-07 14:31:23 -05:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc ( #354197 )
2024-11-07 18:16:05 +00:00
Austin Horstman
c161297510
cargo-risczero: 0.17.0 -> 1.1.2 ( #353953 )
2024-11-07 08:13:09 -06:00
Austin Horstman
2c4af10aaa
cantata: pin to ffmpeg_6; move to by-name; mark darwin as badPlatform ( #353982 )
2024-11-07 05:49:22 -06:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
wxt
20a0bfb3ae
cargo-risczero: 0.17.0 -> 1.1.2
2024-11-07 11:09:09 +08:00
wxt
37261f87d5
cargo-risczero: add passthru.updateScript
2024-11-07 11:04:58 +08:00
wxt
8d9209e6d7
cargo-risczero: nixfmt
2024-11-07 11:04:57 +08:00
wxt
7a32b49687
cargo-risczero: move to by-name
2024-11-07 11:04:54 +08:00
Aleksana
75ba685920
cargo-v5: init at 0.8.2 ( #353564 )
2024-11-07 10:10:39 +08:00
Weijia Wang
af0422bf3e
cargo-gra: init at 0.6.0; karlender: 0.9.2 -> 0.10.4, refactor ( #353793 )
2024-11-07 01:48:11 +01:00
Bot_wxt1221
beef1f179f
cantata: mark darwin as badPlatform
...
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-11-07 08:46:36 +08:00
wxt
7f6faa9516
cantata: pin to ffmpeg_6
2024-11-07 08:29:37 +08:00
wxt
7eb0c885d4
cantata: nixfmt
2024-11-07 08:06:31 +08:00
wxt
a6d9f8ac19
cantata: move to by-name
2024-11-07 08:06:30 +08:00
Aleksana
d4d2ec47f6
cartero: init at 1.2 ( #353980 )
2024-11-06 18:26:18 +01:00
wxt
5b765c4658
cargo-gra: init at 0.6.0
2024-11-06 21:03:50 +08:00
Max Niederman
1fd2711b2d
cargo-v5: init at 0.8.2
2024-11-05 15:54:46 -08:00
Aleksana
07b3bef8e4
caido: 0.42.0 -> 0.43.1 ( #353203 )
2024-11-04 10:20:52 +08:00
nixpkgs-merge-bot[bot]
37f96d2b6b
cargo-make: 0.37.20 -> 0.37.23 ( #353353 )
2024-11-04 02:12:58 +00:00
R. Ryantm
3c29537edd
cargo-make: 0.37.20 -> 0.37.23
2024-11-03 12:27:28 +00:00
Theodore Ni
b69795ae41
catppuccin-cursors: 1.0.0 -> 1.0.1 ( #353053 )
2024-11-03 00:30:00 -07:00
chris
1d632f0c1b
caido: 0.42.0 -> 0.43.1
2024-11-02 19:34:23 -04:00
Dixon Sean Low Yan Feng
f83f992700
catppuccin-cursors: 1.0.0 -> 1.0.1
2024-11-02 12:02:02 +08:00
github-actions[bot]
2c3dde0baa
Merge master into staging-next
2024-10-30 12:05:37 +00:00
Aleksana
51a4daf922
cargo-modules: 0.16.8 -> 0.19.1 ( #352112 )
2024-10-30 17:30:21 +08:00
github-actions[bot]
09d8c7ec2f
Merge master into staging-next
2024-10-29 18:04:32 +00:00
Matthew Croughan
ec7caabec9
Mumps: add variant mumps_par with mpi support ( #351476 )
2024-10-29 13:42:17 +00:00
nartsisss
5cee7bf55a
cargo-modules: refactor meta, format using nixfmt-rfc-style
2024-10-29 16:35:32 +03:00
nartsisss
b03b98b173
cargo-modules: move to pkgs/by-name
2024-10-29 16:32:15 +03:00
K900
0c45a8b5c4
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 21:46:13 +03:00
Jan Tojnar
dc402355f7
candy-icons: unstable-2023-12-31 -> 0-unstable-2024-10-22 ( #351624 )
2024-10-28 17:00:33 +01:00
K900
66f01b7af9
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 15:11:30 +03:00
Sandro
703fc88d84
cargo-pio: init at 0.25.6 ( #296660 )
2024-10-28 13:05:10 +01:00
Fabián Heredia Montiel
980dd8b4ed
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-27 23:56:04 -06:00
Artturin
112d5b10b2
catppuccin-cursors: 0.4.0 -> 1.0.0 ( #350093 )
2024-10-28 06:58:27 +02:00
Fabián Heredia Montiel
34b62f7c47
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-27 16:10:56 -06:00
arunoruto
3611af436e
candy-icons: unstable-2023-12-31 -> 0-unstable-2024-10-22
2024-10-27 17:35:59 +01:00
qbisi
0f8d273ca5
mumps: headers remove symlink to subdir
...
With the upstream patch to casadi (https://github.com/casadi/casadi/pull/3899 ),
There is no need for nixpkgs#mumps to symlink header files to subdir mumps.
Nix packagers should manualy specify the include directory and link libraries for
the coinmumps required project like nipxkgs#libopt.
2024-10-27 22:49:10 +08:00
Sefa Eyeoglu
80b560bc35
fatrop: 0.0.1 -> 0.0.4, casadi: 3.6.6 -> 3.6.7 ( #339110 )
2024-10-27 12:49:02 +01:00
github-actions[bot]
f7650608a4
Merge master into staging-next
2024-10-27 00:15:30 +00:00
R. Ryantm
7192069e49
cargo-features-manager: 0.8.0 -> 0.9.0
2024-10-26 13:03:33 +00:00
Emily
e80a134a39
castxml: fix darwin build ( #350853 )
2024-10-24 19:54:16 +01:00
Reno Dakota
76d29412fd
castxml: fix darwin build
...
clang on darwin adds an `-isysroot` flag which breaks the regular
expressions used in a couple tests
2024-10-24 16:13:28 +00:00
Aleksana
319b2e6c76
cargo-rdme: 1.4.4 -> 1.4.5 ( #350840 )
2024-10-24 16:28:04 +08:00
Masum Reza
48154cff2d
cava: add darwin support ( #350822 )
2024-10-24 12:04:19 +05:30
Austin Horstman
e3a8131671
caprine: add khaneliman maintainer
2024-10-23 23:59:45 -05:00
R. Ryantm
bceedf544c
cargo-rdme: 1.4.4 -> 1.4.5
2024-10-24 04:12:39 +00:00
Austin Horstman
1dfebceb6e
cava: move to by-name
2024-10-23 22:10:34 -05:00
Peder Bergebakken Sundt
aca8144f8a
cargo-hakari: 0.9.30 -> 0.9.33 ( #346942 )
2024-10-21 03:47:44 +02:00
nartsisss
cb944a2fae
cargo-hakari: add maintainer nartsiss
2024-10-21 03:01:45 +03:00
nartsisss
5a994fa2d8
cargo-hakari: move to pkgs/by-name
2024-10-21 03:00:09 +03:00
isabel
51c8f0c766
catppuccin-cursors: format with nixfmt-rfc-style
2024-10-20 21:36:53 +01:00
isabel
6403bcb2ab
catppuccin-cursors: 0.4.0 -> 1.0.0
2024-10-20 21:36:23 +01:00
R. Ryantm
195ab8b0ee
cargo-expand: 1.0.90 -> 1.0.91
2024-10-20 20:15:11 +00:00
qubitnano
74af7e5c22
calibre: format with nixfmt-rfc-style
2024-10-19 20:20:42 -04:00
qubitnano
eaaca55ee2
calibre: migrate to by-name
2024-10-19 20:19:30 -04:00
Nick Cao
e485d189c5
catppuccin-whiskers: 2.5.0 -> 2.5.1 ( #349748 )
2024-10-19 09:01:11 -04:00
R. Ryantm
7ab639c51e
catppuccin-whiskers: 2.5.0 -> 2.5.1
2024-10-19 11:24:27 +00:00
Peder Bergebakken Sundt
5a3cfce0f4
catppuccin-cursors: 0.3.1 -> 0.4.0 ( #348675 )
2024-10-19 04:01:31 +02:00
Ramses
bd19706a84
Add cabal chat cli ( #346496 )
2024-10-19 01:50:52 +02:00
kototama
c3ea05dab6
cabal-cli: init at 15.0.2
2024-10-18 12:29:54 +02:00
Kenichi Kamiya
012d81be69
cargo-make: fix shell completion
2024-10-17 02:55:47 +09:00
Dixon Sean Low Yan Feng
9f6d95afb4
catppuccin-cursors: 0.3.1 -> 0.4.0
2024-10-15 12:35:01 +08:00
Reno Dakota
603bd7a5df
castxml: nixfmt
...
required change to pass the CI
2024-10-14 21:31:51 +00:00
Reno Dakota
a28796b8c0
Revert "castxml: fix build on darwin"
...
workaround for clang is no longer needed after change 8c9c8ade2f
fixed cmake
This reverts commit 94490fd531
.
2024-10-14 21:29:03 +00:00
Antonio
bcd74f3d4b
caido: 0.41.0 -> 0.42.0
2024-10-12 20:24:25 +02:00
Gaetan Lepage
dbd3d28e55
catboost: mark as broken on x86_64-darwin
2024-10-12 18:29:17 +02:00
Gaetan Lepage
8ff97cbeb1
catboost: 1.2.5 -> 1.2.7
...
Diff: https://github.com/catboost/catboost/compare/v1.2.5...v1.2.7
Changelog: https://github.com/catboost/catboost/releases/tag/v1.2.7
2024-10-12 18:29:17 +02:00
Gaetan Lepage
5d2c1a9655
catboost: format
2024-10-12 18:29:17 +02:00
Gaetan Lepage
58cd045b17
catboost: move to by-name
2024-10-12 18:29:17 +02:00
Fabián Heredia Montiel
ccec93c1c7
treewide: replace webkitgtk to webkitgtk_4_0
...
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix
webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Sandro
dd37bc36ea
canokey-usbip: init at unstable-2024-03-11 ( #341670 )
2024-10-05 14:52:45 +02:00
h7x4
9a885ce087
cables: init at 0.3.2 ( #345452 )
2024-10-05 12:33:02 +02:00
R. Ryantm
30fcb67a6b
cargo-make: 0.37.18 -> 0.37.20
2024-10-04 05:09:58 +00:00
Pol Dellaiera
c98ddb9204
cairosvg: add cli ( #343998 )
2024-10-03 05:08:06 +02:00
Nick Cao
9a7346cdef
cargo-make: 0.37.16 -> 0.37.18 ( #345572 )
2024-10-01 16:44:28 -04:00
RubikCubed
927c06e0aa
cables: init at 0.3.2
...
Co-authored-by: h7x4 <h7x4@nani.wtf>
2024-10-01 15:09:48 +10:00
seth
f70fb77ea1
cargo-tauri: add test for setup hooks
2024-09-30 20:13:14 -04:00
seth
b833d6a1d3
cargo-tauri.hook: init
2024-09-30 20:13:14 -04:00
seth
c1c013bd3b
cargo-tauri: add getchoo as a maintainer
2024-09-30 20:13:13 -04:00
seth
4a78651ed9
cargo-tauri: refactor
...
Specifically:
- Tighten dependencies by only listing what's needed to build
- Better sorting things
- Adding `meta.changelog`
2024-09-30 20:13:13 -04:00
seth
e4efc38613
cargo-tauri: migrate to by-name
2024-09-30 20:13:10 -04:00
Guilhem Saurel
fd65959f5f
casadi: 3.6.6 -> 3.6.7
...
Diff: https://github.com/casadi/casadi/compare/3.6.6...3.6.7
2024-10-01 00:00:12 +02:00
nartsisss
589ea357b2
cargo-make: 0.37.16 -> 0.37.18
2024-09-30 21:38:25 +03:00
kirillrdy
0afb2f5019
caido: 0.40 -> 0.41 ( #344501 )
2024-09-26 18:53:39 +10:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
( #344516 )
2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
Émile Fugulin
9ae5068b42
caido: 0.40 -> 0.41
2024-09-25 15:57:18 -04:00
wxt
3701aed36f
cargo2junit: fix build
2024-09-25 10:43:16 +02:00
wxt
d53f42a522
cargo2junit: nixfmt; move to by-name
2024-09-25 10:43:16 +02:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sarah Clark
d2300b8913
cairosvg: add cli
2024-09-24 09:58:49 -07:00
R. Ryantm
1b4f662e94
cargo-shear: 1.1.2 -> 1.1.3
2024-09-23 13:10:26 +00:00
R. Ryantm
31982d2430
capslock: 0.2.4 -> 0.2.5
2024-09-21 22:49:43 +00:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
nicoo
3477b6f431
cargo-profiler: sha256
→ hash
2024-09-15 11:25:25 +02:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
Aleksana
61730743e4
calligraphy: init at 1.0.1 ( #341777 )
2024-09-15 09:53:00 +08:00
Jared Baur
a40acaa2b6
canokey-usbip: init at unstable-2024-03-11
...
canokey-usbip is a program that implements a virtual FIDO2 token over
USB IP. Canokey has special integration with qemu and this tool can be
used for testing FIDO2 tokens in virtualized environments.
2024-09-14 10:47:16 -07:00
aleksana
3e1544030c
calligraphy: init at 1.0.1
2024-09-14 20:25:15 +08:00
Emily
2181ab3e22
treewide: unpin SWIG 4
2024-09-12 18:39:57 +01:00
Nick Cao
8ef9390d56
catppuccin-whiskers: 2.4.0 -> 2.5.0 ( #340645 )
2024-09-11 12:45:46 -04:00
Aleksana
478268d445
cameractrls: 0.6.6 -> 0.6.7 ( #340933 )
2024-09-10 16:37:48 +08:00
aleksana
323f66e1e7
cameractrls: 0.6.6 -> 0.6.7
2024-09-10 13:00:32 +08:00
Weijia Wang
dbe4bc3649
catppuccin-fcitx5: 0-unstable-2022-10-05 -> 0-unstable-2024-09-01 ( #340571 )
2024-09-09 18:23:07 +02:00
Paul Meyer
783a2dbd3c
capslock: 0.1.1 -> 0.2.4 ( #338138 )
2024-09-09 09:10:52 +02:00
R. Ryantm
06c0153352
catppuccin-whiskers: 2.4.0 -> 2.5.0
2024-09-09 01:32:17 +00:00
R. Ryantm
02d5cde9d2
catppuccin-fcitx5: 0-unstable-2022-10-05 -> 0-unstable-2024-09-01
2024-09-08 18:24:11 +00:00
Guilhem Saurel
697e301788
casadi: build with fatrop
...
thanks @traversaro !
2024-09-03 12:21:40 +02:00
Johannes Jöns
f4b8cbbf21
catppuccin-cursors: 0.3.0 -> 0.3.1 ( #336832 )
2024-09-01 13:28:18 +00:00
OTABI Tomoya
c90f794756
treewide: remove refs/tags/
from github release meta.changelog
urls ( #338301 )
2024-09-01 10:53:48 +09:00
nixpkgs-merge-bot[bot]
bd5196b601
cargo-expand: 1.0.89 -> 1.0.90 ( #338606 )
2024-08-31 14:58:24 +00:00
Nick Cao
7f9e39a43c
cargo-make: 0.37.15 -> 0.37.16 ( #338512 )
2024-08-31 09:46:11 -04:00
R. Ryantm
b9d602f082
cargo-expand: 1.0.89 -> 1.0.90
2024-08-31 11:54:48 +00:00
R. Ryantm
98459cb9aa
cargo-make: 0.37.15 -> 0.37.16
2024-08-31 00:27:56 +00:00
Peder Bergebakken Sundt
ebc2389134
treewide: remove refs/tags/
from github release meta.changelog
urls
...
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:
https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
Paul Meyer
665d088c90
capslock: 0.1.1 -> 0.2.4
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-29 10:51:22 +02:00
github-actions[bot]
59b57346d9
Merge master into staging-next
2024-08-28 18:04:19 +00:00
TomaSajt
3ea2d8d170
caprine: use electron.dist
2024-08-27 21:37:14 +02:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next
2024-08-24 00:12:18 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
...
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
Fausto Jáquez
e236ff11c2
catppuccin-cursors: 0.3.0 -> 0.3.1
2024-08-23 14:31:39 -04:00
github-actions[bot]
c4657445af
Merge staging-next into staging
2024-08-22 12:05:37 +00:00
Sandro
455da7dd57
Merge pull request #332468 from goatastronaut0212/init-caprine-buildnpmpackage
2024-08-22 14:04:25 +02:00
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00
nixpkgs-merge-bot[bot]
f3975d15e7
Merge pull request #335709 from r-ryantm/auto-update/cargo-shear
...
cargo-shear: 1.1.1 -> 1.1.2
2024-08-20 14:51:34 +00:00
R. Ryantm
800c7426a0
cargo-shear: 1.1.1 -> 1.1.2
2024-08-19 01:05:16 +00:00
Peder Bergebakken Sundt
fc76e9a137
Merge pull request #330067 from Sigmanificient/cavalcade
...
cavalcade: init at 0.8
2024-08-18 22:59:25 +02:00
Sigmanificient
f1e0916d30
cavalcade: init at 0.8
2024-08-18 17:54:19 +02:00
github-actions[bot]
0f820c1c5a
Merge staging-next into staging
2024-08-18 00:03:22 +00:00
Sandro
6fde146edf
Merge pull request #332828 from Sigmanificient/cano
...
cano: 0.1.0-alpha -> 0.2.0-alpha, modernize
2024-08-17 22:25:40 +02:00
goatastronaut0212
910e535cde
caprine: init at 2.60.1
2024-08-17 11:33:26 +07:00
github-actions[bot]
65d48aaf07
Merge staging-next into staging
2024-08-17 00:02:31 +00:00
Peder Bergebakken Sundt
17d91fd246
Merge pull request #333558 from integrated-reasoning/cargo-typify
...
cargo-typify: 0.0.14 -> 0.1.0
2024-08-16 21:30:02 +02:00
github-actions[bot]
5254a09f0d
Merge staging-next into staging
2024-08-14 12:01:50 +00:00
Doron Behar
098a7874e2
casadi: always set PYTHON_PREFIX, using placeholder "out"
.
2024-08-13 20:58:02 +03:00
Guilhem Saurel
a3b45b9fe9
casadi: set meta.platforms
...
To try to see why why nixpkgs-review does not list casadi on aarch64-darwin
We still can see
`165/165 Test #165 : example-py-casadi-quadrotor-ocp ............ Passed`
in `nix log .#python3Packages.pinocchio` on aarch64-darwin, so
everything looks fine anyways.
2024-08-13 18:21:00 +02:00
Florian Klink
0b09202b66
Merge pull request #214906 from alyssais/wayland-scanner
...
wayland-scanner: split from wayland
2024-08-12 22:37:05 +03:00
Guilhem Saurel
60f55d1309
casadi: use swig4
...
Because with swig3, the generated C++ code is not compatible with C++17.
2024-08-12 15:25:43 +02:00
Guilhem Saurel
ded2f9eca4
casadi: build on darwin
2024-08-12 15:25:43 +02:00
David Cox
9b82f8625b
cargo-typify: 0.0.14 -> 0.1.0
2024-08-11 15:47:00 -07:00
Jan Tojnar
81237a9e87
caribou: Move from gnome scope to top-level
2024-08-12 00:29:12 +02:00
Anderson Torres
d45e8e6eca
castxml: abandon maintenance
...
Since the incidents from @ghost at https://github.com/NixOS/nixpkgs/pull/311950 ,
I do not feel well about the weariful, boring and unworthy work of keeping this
package for free.
2024-08-11 13:04:05 -03:00