diff --git a/inkscape-xwayland.nix b/inkscape-xwayland.nix index 49ba505..e569261 100644 --- a/inkscape-xwayland.nix +++ b/inkscape-xwayland.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { script = writeScript "inkscape-xwayland" '' #!/usr/bin/env bash export GDK_BACKEND=x11 - ${inkscape}/bin/inkscape + ${inkscape}/bin/inkscape "$@" ''; buildInputs = [ inkscape ];