1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-23 02:39:37 +01:00
nix/src/libflake-c
Sergei Zimmerman f57f4c7c24 Revert "meson: add soversion to libraries (#13960)"
This reverts commit bdbc739d6e.

Such a change needs more thought put into it. By versioning
shared libraries we'd make a false impression that libraries
themselves are actually versioned and have some sort of stable
ABI, which is not the case.

This will be useful when C bindings become stable, but as long
as they are experimental it does not make sense to set SONAME.

Also this change should not have been backported, since it's
severely breaking.

(cherry picked from commit 0db2b8c8fe)
2025-09-12 21:18:07 +00:00
..
.version Add nix-flake-c, nix_flake_init_global, nix_flake_settings_new 2024-11-24 23:57:24 +01:00
meson.build Revert "meson: add soversion to libraries (#13960)" 2025-09-12 21:18:07 +00:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nix_api_flake.cc Fix flake-c out of bounds access 2025-04-25 17:07:32 +02:00
nix_api_flake.h Fix various typos in source code 2025-05-25 20:14:11 +00:00
nix_api_flake_internal.hh nix-flake-c: Add basic flakeref parsing and locking 2025-04-02 18:29:42 +02:00
package.nix nix-fetchers-c: Init with settings object 2025-04-02 18:29:42 +02:00