Unverified Commit 4c43880b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

bitwig-studio: fix MIDI input (#361845)

parents 79a7ad1c 1a782781
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -30,7 +30,12 @@ stdenv.mkDerivation {
        chmod -R u+w $TMPDIR/VampTransforms

        echo "Starting Bitwig Studio in Bubblewrap Environment"
        ${bubblewrap}/bin/bwrap --bind / / --bind $TMPDIR/VampTransforms ${bitwig-studio-unwrapped}/libexec/resources/VampTransforms ${bitwig-studio-unwrapped}/bin/bitwig-studio || true
        ${bubblewrap}/bin/bwrap \
          --bind / / \
          --bind $TMPDIR/VampTransforms ${bitwig-studio-unwrapped}/libexec/resources/VampTransforms \
          --dev-bind /dev /dev \
          ${bitwig-studio-unwrapped}/bin/bitwig-studio \
          || true

        echo "Bitwig exited, removing temporary directory"
        rm -rf $TMPDIR