gjs.tests: fix warning
The tests complained: /nix/store/nm3nf5y4hzgmy00lw5s6ls68j38y84y0-gjs-1.72.0-installedTests/libexec/installed-tests/gjs/scripts/testCommandLineModules.sh: line 90: gjs-console: command not found But they still passed.
This commit is contained in:
parent
548f950b3c
commit
053ecedfe0
1 changed files with 6 additions and 0 deletions
|
@ -3,4 +3,10 @@
|
|||
makeInstalledTest {
|
||||
tested = pkgs.gjs;
|
||||
withX11 = true;
|
||||
|
||||
testConfig = {
|
||||
environment.systemPackages = [
|
||||
pkgs.gjs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue