about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-06-04 23:35:16 +0200
committerGitHub <noreply@github.com>2023-06-04 23:35:16 +0200
commit880de018d9d745ca1a70084f9fd6eaa77ab9bf52 (patch)
tree51cdb2991406d4307de48c0362a63eb8b1823de7 /pkgs
parenta79b3beefc3ee96c2f5a7704c168118c8abbabd9 (diff)
parent714cc1046a940eda8dd9583e8e2d6d1aab7f481b (diff)
Merge pull request #235965 from abathur/resholve_fix_test_dep
resholve: fix tests after #232713
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/misc/resholve/test.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/misc/resholve/test.nix b/pkgs/development/misc/resholve/test.nix
index 9096a9249a4d2..8f9da36c9de47 100644
--- a/pkgs/development/misc/resholve/test.nix
+++ b/pkgs/development/misc/resholve/test.nix
@@ -20,7 +20,7 @@
 , runDemo ? false
 , binlore
 , sqlite
-, util-linux
+, unixtools
 , gawk
 , rlwrap
 , gnutar
@@ -29,7 +29,7 @@
 
 let
   default_packages = [ bash file findutils gettext ];
-  parsed_packages = [ coreutils sqlite util-linux gnused gawk findutils rlwrap gnutar bc ];
+  parsed_packages = [ coreutils sqlite unixtools.script gnused gawk findutils rlwrap gnutar bc ];
 in
 rec {
   module1 = resholve.mkDerivation {