Fixed conflicting definition
This commit is contained in:
parent
712c81af12
commit
e16c0072a7
|
@ -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
|
||||||
]
|
]
|
||||||
)}";
|
)}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue