Commit 10910c4c authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

balatro: fix missing quote

Another rebase issue.
parent 80e48825
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
  '';