mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixosTests.ladybird: use programs.ladybird option
This commit is contained in:
parent
e26ad74eee
commit
4085796c8c
@ -10,9 +10,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
];
|
||||
|
||||
services.xserver.enable = true;
|
||||
environment.systemPackages = [
|
||||
pkgs.ladybird
|
||||
];
|
||||
programs.ladybird.enable = true;
|
||||
};
|
||||
|
||||
enableOCR = true;
|
||||
|
Loading…
Reference in New Issue
Block a user