mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00: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
|
{ stdenv
|
||||||
, craftos-pc
|
, craftos-pc
|
||||||
, grep
|
, gnugrep
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "craftos-pc-test-eval-hello-world";
|
name = "craftos-pc-test-eval-hello-world";
|
||||||
meta.timeout = 60;
|
meta.timeout = 60;
|
||||||
nativeBuildInputs = [ craftos-pc grep ];
|
nativeBuildInputs = [ craftos-pc gnugrep ];
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
export HOME=$(pwd)
|
export HOME=$(pwd)
|
||||||
mkdir $HOME/.local $HOME/.config
|
mkdir $HOME/.local $HOME/.config
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, craftos-pc
|
, craftos-pc
|
||||||
, grep
|
, gnugrep
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "craftos-pc-test-eval-periphemu";
|
name = "craftos-pc-test-eval-periphemu";
|
||||||
meta.timeout = 60;
|
meta.timeout = 60;
|
||||||
nativeBuildInputs = [ craftos-pc grep ];
|
nativeBuildInputs = [ craftos-pc gnugrep ];
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
export HOME=$(pwd)
|
export HOME=$(pwd)
|
||||||
mkdir $HOME/.local $HOME/.config
|
mkdir $HOME/.local $HOME/.config
|
||||||
|
Loading…
Reference in New Issue
Block a user