added build-requirements

This commit is contained in:
Nickiel12 2024-07-17 02:16:58 +00:00
parent 0a47c7a958
commit b1789e8293

View file

@ -35,7 +35,15 @@ Some utility commands:
rustSettings = with pkgs; {
src = ./.;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl systemd gtk4 ];
buildInputs = [
openssl
systemd
gtk4
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
];
cargoHash = nixpkgs.lib.fakeHash;
};
meta = with nixpkgs.lib; {