tvl-depot/web/converse/default.nix

8 lines
175 B
Nix
Raw Normal View History

{ depot, pkgs, ... }:
depot.third_party.naersk.buildPackage {
src = ./.;
buildInputs = with pkgs; [ openssl postgresql.lib ];
nativeBuildInputs = [ pkgs.pkgconfig ];
}