Skip to content

Commit

Permalink
Merge pull request #251534 from amjoseph-nixpkgs/pr/default-crate-ove…
Browse files Browse the repository at this point in the history
…rrides/libseat-sys

default-crate-overrides: add libseat-sys
  • Loading branch information
Adam Joseph authored Aug 26, 2023
2 parents fcbcedc + 2ea678e commit 5237477
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/build-support/rust/default-crate-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
, autoconf
, automake
, libtool
, seatd # =libseat
, ...
}:

Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 5237477

Please sign in to comment.