Fixed conflicting definition

This commit is contained in:
Jan-Bulthuis 2025-04-17 03:10:32 +02:00
parent 712c81af12
commit e16c0072a7
1 changed files with 2 additions and 1 deletions

View File

@ -28,10 +28,11 @@
]; ];
# Setup dependencies # Setup dependencies
environment.variables.LD_LIBRARY_PATH = "${lib.makeLibraryPath ( environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath (
with pkgs; with pkgs;
[ [
cairo cairo
pipewire.jack
] ]
)}"; )}";