From fbf435b40544ab44045c284c8254e935ae8a48b5 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Mon, 16 Dec 2024 13:44:35 +0100 Subject: [PATCH] oops command line arguments --- inkscape-xwayland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];