balatro: fix missing quote

Another rebase issue.
This commit is contained in:
Bruno BELANYI
2026-02-12 14:36:17 +00:00
parent 80e48825ae
commit 10910c4c03
+2 -1
View File
@@ -153,7 +153,8 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper $out/share/Balatro $out/bin/balatro ${lib.optionalString withMods ''
--prefix LD_PRELOAD : '${lovely-injector}/lib/liblovely.so' \
--prefix LD_LIBRARY_PATH : '${lib.makeLibraryPath [ curl ]}''}
--prefix LD_LIBRARY_PATH : '${lib.makeLibraryPath [ curl ]}'
''}
runHook postInstall
'';