mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
default-crate-overrides: add libseat-sys
This is needed for building `cosmic-comp` using `crate2nix` instead of `buildRustPackage` (like https://github.com/NixOS/nixpkgs/pull/251365/ does).
This commit is contained in:
parent
6b4a8998a2
commit
2ea678ed48
@ -40,6 +40,7 @@
|
||||
, autoconf
|
||||
, automake
|
||||
, libtool
|
||||
, seatd # =libseat
|
||||
, ...
|
||||
}:
|
||||
|
||||
@ -172,6 +173,11 @@ in
|
||||
buildInputs = [ openssl zlib libgit2 ];
|
||||
};
|
||||
|
||||
libseat-sys = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ seatd ];
|
||||
};
|
||||
|
||||
libsqlite3-sys = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ sqlite ];
|
||||
|
Loading…
Reference in New Issue
Block a user