From 035f7e860957e8c5637bdd1c033c1953dce980b3 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 5 Feb 2021 10:24:20 +0100 Subject: pkgs/profpatsch: adjust exec stuff to new skalibs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit skarnet thought it would be wise to completely change the skalibs exec function interface without any backwards compat, so here we are. Have to reverse the code a bit, because `xmexec0` is a recursive `#define` pointing to `xmexec0_af`. `record-get` gets a rust treatment, it doesn’t really need the C interface just to exec into prog. --- pkgs/profpatsch/profpatsch.de/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch/profpatsch.de') diff --git a/pkgs/profpatsch/profpatsch.de/default.nix b/pkgs/profpatsch/profpatsch.de/default.nix index 338599ae..9f15cd2a 100644 --- a/pkgs/profpatsch/profpatsch.de/default.nix +++ b/pkgs/profpatsch/profpatsch.de/default.nix @@ -120,7 +120,7 @@ let None => std::process::exit(1), // If it does, continue Some(val) => - el_exec::xpathexec0( + el_exec::xmexec0( &el_substitute::simple_substitute_argv( &vec![el_substitute::Subst { var: &as_var, -- cgit 1.4.1