mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #244956 from tomodachi94/fix/craftos-pc/tests
craftos-pc: fix tests
This commit is contained in:
commit
14c78a2356
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user