oops command line arguments
This commit is contained in:
parent
875da4301a
commit
fbf435b405
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||||
script = writeScript "inkscape-xwayland" ''
|
script = writeScript "inkscape-xwayland" ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export GDK_BACKEND=x11
|
export GDK_BACKEND=x11
|
||||||
${inkscape}/bin/inkscape
|
${inkscape}/bin/inkscape "$@"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ inkscape ];
|
buildInputs = [ inkscape ];
|
||||||
|
|
Reference in a new issue