added build-requirements
This commit is contained in:
parent
0a47c7a958
commit
b1789e8293
1 changed files with 9 additions and 1 deletions
10
flake.nix
10
flake.nix
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue