about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-23 00:16:48 -0600
committerGitHub <noreply@github.com>2023-07-23 00:16:48 -0600
commit14c78a235618f64c64ef496c183f05c990d7e32b (patch)
tree98adde9a6d1e93aa5404ab49fd07efb8f9a013ee /pkgs/applications/emulators
parent94083d4d8c51a7b045e9b297f1a69d699caf8006 (diff)
parent4851ef974d6f159a3009db8310af9fec48717814 (diff)
Merge pull request #244956 from tomodachi94/fix/craftos-pc/tests
craftos-pc: fix tests
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/craftos-pc/test-eval-hello-world/default.nix4
-rw-r--r--pkgs/applications/emulators/craftos-pc/test-eval-periphemu/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/default.nix b/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/default.nix
index b2d887428a0e9..90b86a16fa723 100644
--- a/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/default.nix
+++ b/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/default.nix
@@ -1,12 +1,12 @@
 { stdenv
 , craftos-pc
-, grep
+, gnugrep
 }:
 
 stdenv.mkDerivation {
   name = "craftos-pc-test-eval-hello-world";
   meta.timeout = 60;
-  nativeBuildInputs = [ craftos-pc grep ];
+  nativeBuildInputs = [ craftos-pc gnugrep ];
   buildCommand = ''
     export HOME=$(pwd)
     mkdir $HOME/.local $HOME/.config
diff --git a/pkgs/applications/emulators/craftos-pc/test-eval-periphemu/default.nix b/pkgs/applications/emulators/craftos-pc/test-eval-periphemu/default.nix
index ad5cf97401a00..af1cca9c27a75 100644
--- a/pkgs/applications/emulators/craftos-pc/test-eval-periphemu/default.nix
+++ b/pkgs/applications/emulators/craftos-pc/test-eval-periphemu/default.nix
@@ -1,11 +1,11 @@
 { stdenv
 , craftos-pc
-, grep
+, gnugrep
 }:
 stdenv.mkDerivation {
   name = "craftos-pc-test-eval-periphemu";
   meta.timeout = 60;
-  nativeBuildInputs = [ craftos-pc grep ];
+  nativeBuildInputs = [ craftos-pc gnugrep ];
   buildCommand = ''
     export HOME=$(pwd)
     mkdir $HOME/.local $HOME/.config