Fixed conflicting definition

This commit is contained in:
Jan-Bulthuis 2025-04-17 03:10:32 +02:00
parent 712c81af12
commit e16c0072a7

View File

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