We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a7ad1 + 1a78278 commit 4c43880Copy full SHA for 4c43880
pkgs/applications/audio/bitwig-studio/bitwig-wrapper.nix
@@ -30,7 +30,12 @@ stdenv.mkDerivation {
30
chmod -R u+w $TMPDIR/VampTransforms
31
32
echo "Starting Bitwig Studio in Bubblewrap Environment"
33
- ${bubblewrap}/bin/bwrap --bind / / --bind $TMPDIR/VampTransforms ${bitwig-studio-unwrapped}/libexec/resources/VampTransforms ${bitwig-studio-unwrapped}/bin/bitwig-studio || true
+ ${bubblewrap}/bin/bwrap \
34
+ --bind / / \
35
+ --bind $TMPDIR/VampTransforms ${bitwig-studio-unwrapped}/libexec/resources/VampTransforms \
36
+ --dev-bind /dev /dev \
37
+ ${bitwig-studio-unwrapped}/bin/bitwig-studio \
38
+ || true
39
40
echo "Bitwig exited, removing temporary directory"
41
rm -rf $TMPDIR
0 commit comments