Unverified Commit 52374770 authored by Adam Joseph's avatar Adam Joseph Committed by GitHub
Browse files

Merge pull request #251534 from amjoseph-nixpkgs/pr/default-crate-overrides/libseat-sys

default-crate-overrides: add libseat-sys
parents fcbcedcc 2ea678ed
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 ];