From 30b1711b88fb1de214a42c5155fc6eb2d612fbfe Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 10 May 2025 10:21:39 +0200 Subject: [PATCH] fix flake --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index e8230c9..f1a8ebf 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,6 @@ }; nativeBuildInputs = with pkgs; [ pkg-config - libclang rustPlatform.bindgenHook ]; strictDeps = true; @@ -64,14 +63,13 @@ [ xe xz - clang + ffmpeg-headless ] ++ lib.optionals pkgs.stdenv.isLinux ( with pkgs; [ dbus pipewire - libclang ] ); }; @@ -105,8 +103,6 @@ cargo-flamegraph gdb - - ffmpeg-headless ]; LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (builtins.concatMap (d: d.buildInputs) inputsFrom)}"; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; -- 2.47.0