From d7b3d6447212574be0edbbf12de4418e3d0ada7e Mon Sep 17 00:00:00 2001 From: unspeaker Date: Wed, 24 Jul 2024 19:14:43 +0300 Subject: [PATCH] add libglvnd and fix helm path --- crates/suil/src/test.rs | 4 ++-- shell.nix | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/crates/suil/src/test.rs b/crates/suil/src/test.rs index c3821519..b6bcebbf 100644 --- a/crates/suil/src/test.rs +++ b/crates/suil/src/test.rs @@ -32,8 +32,8 @@ fn test_lv2_ui () { "http://tytel.org/helm", "http://tytel.org/helm#ParentUI", "http://lv2plug.in/ns/extensions/ui#X11UI", - "/home/user/.lv2/Odin2.lv2/helm.so", - "/home/user/.lv2/Odin2.lv2/helm.so", + "/home/user/.lv2/Helm.lv2/helm.so", + "/home/user/.lv2/Helm.lv2/helm.so", &features, ).unwrap()); //println!("{:?}", instance.get_widget()); diff --git a/shell.nix b/shell.nix index 6fc5d669..3cf17315 100755 --- a/shell.nix +++ b/shell.nix @@ -37,6 +37,7 @@ in pkgs.mkShell { # for Helm: alsa-lib curl - xorg_sys_opengl + libglvnd + #xorg_sys_opengl ]); }