mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
77b584d61f
commit
7be89c1891
2 changed files with 76 additions and 76 deletions
|
@ -1337,7 +1337,7 @@ in {
|
||||||
xpadneo = runTest ./xpadneo.nix;
|
xpadneo = runTest ./xpadneo.nix;
|
||||||
xrdp = runTest ./xrdp.nix;
|
xrdp = runTest ./xrdp.nix;
|
||||||
xrdp-with-audio-pulseaudio = runTest ./xrdp-with-audio-pulseaudio.nix;
|
xrdp-with-audio-pulseaudio = runTest ./xrdp-with-audio-pulseaudio.nix;
|
||||||
xscreensaver = handleTest ./xscreensaver.nix {};
|
xscreensaver = runTest ./xscreensaver.nix;
|
||||||
xss-lock = runTest ./xss-lock.nix;
|
xss-lock = runTest ./xss-lock.nix;
|
||||||
xterm = runTest ./xterm.nix;
|
xterm = runTest ./xterm.nix;
|
||||||
xxh = runTest ./xxh.nix;
|
xxh = runTest ./xxh.nix;
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
import ./make-test-python.nix (
|
{ lib, ... }:
|
||||||
{ pkgs, lib, ... }:
|
{
|
||||||
{
|
|
||||||
name = "pass-secret-service";
|
name = "pass-secret-service";
|
||||||
meta.maintainers = with lib.maintainers; [
|
meta.maintainers = with lib.maintainers; [
|
||||||
vancluever
|
vancluever
|
||||||
];
|
];
|
||||||
|
|
||||||
|
node.pkgsReadOnly = false;
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
ok =
|
ok =
|
||||||
{ nodes, pkgs, ... }:
|
{ nodes, pkgs, ... }:
|
||||||
|
@ -77,5 +78,4 @@ import ./make-test-python.nix (
|
||||||
assert 'your screen via the out-of-memory killer' in output_bad_wrapperPrefix
|
assert 'your screen via the out-of-memory killer' in output_bad_wrapperPrefix
|
||||||
assert '"xscreensaver-auth" must be setuid root' in output_bad_wrapperPrefix
|
assert '"xscreensaver-auth" must be setuid root' in output_bad_wrapperPrefix
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue