From 2c6c013291932e4d82712b4672e3958b52563634 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sun, 14 Feb 2021 15:21:18 +0100 Subject: pkgs/profpatsch: vendor testRustSimple from tvl testRustSimple builds and runs the tests of a buildRustCrate derivation automatically using drvSeqL, returning its non-test variant. Really looking forward to pkgs.tvl :) --- pkgs/profpatsch/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/profpatsch/default.nix') diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix index 8e8f77e2..063b3acc 100644 --- a/pkgs/profpatsch/default.nix +++ b/pkgs/profpatsch/default.nix @@ -162,9 +162,10 @@ in rec { ]; }); - inherit (import ./write-rust.nix { inherit pkgs runExeclineLocal getBins; }) + inherit (import ./write-rust.nix { inherit pkgs runExeclineLocal getBins drvSeqL; }) writeRustSimple writeRustSimpleLib + testRustSimple ; inherit (runExeclineFns) -- cgit 1.4.1