about summary refs log tree commit diff
path: root/pkgs/tools/misc/shunit2
diff options
context:
space:
mode:
authorTravis A. Everett <travis.a.everett@gmail.com>2022-04-08 01:47:36 -0500
committerYt <raphael@megzari.com>2022-04-08 21:13:20 -0400
commit368346c5a13a5c5c6f6dfbe5e7719c3065ce3429 (patch)
treedafba0a620be44806cf1354a8095eef985a0b761 /pkgs/tools/misc/shunit2
parent09d441d21c547254cbd6eb2f2ba8f079b2a16a32 (diff)
resholve: track API update in dependent packages
Diffstat (limited to 'pkgs/tools/misc/shunit2')
-rw-r--r--pkgs/tools/misc/shunit2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/shunit2/default.nix b/pkgs/tools/misc/shunit2/default.nix
index a0ec572a409d1..1120c756895b3 100644
--- a/pkgs/tools/misc/shunit2/default.nix
+++ b/pkgs/tools/misc/shunit2/default.nix
@@ -1,5 +1,5 @@
 { lib
-, resholvePackage
+, resholve
 , fetchFromGitHub
 , bash
 , coreutils
@@ -9,7 +9,7 @@
 , ncurses
 }:
 
-resholvePackage rec {
+resholve.mkDerivation rec {
   pname = "shunit2";
   version = "2.1.8";
 
@@ -63,7 +63,7 @@ resholvePackage rec {
         interpreter, we can pre-test this. But if we go fiddle
         the interpreter later, I guess we _could_ break it.
         */
-        "$__SHUNIT_CMD_ECHO_ESC" = [ "'echo -e'" ];
+        "$__SHUNIT_CMD_ECHO_ESC" = [ "echo -e" ];
         "$SHUNIT_CMD_TPUT" = [ "tput" ]; # from ncurses
       };
       keep = {