From 842565c5def7b446a509f13c31d98d6735ff6777 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 3 Jul 2026 13:42:55 -0700 Subject: better managing of state Force-Push: yes Change-Id: I5a6982e0f8d06ff173fd31948dbd0f579b3d38ba --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5a6b93f..702c355 100644 --- a/flake.nix +++ b/flake.nix @@ -25,8 +25,6 @@ libxcursor libxi libxkbcommon - # mesa - # wayland vulkan-loader ]; in { @@ -38,6 +36,8 @@ nativeBuildInputs = with pkgs; [ autoPatchelfHook ]; }).overrideAttrs { + # This needs to apply only to the top-level derivation, not to the + # dependencies. preFixup = '' patchelf --add-needed libxkbcommon-x11.so \ --add-needed libvulkan.so.1 \ -- cgit 1.4.1