parent
e503bd47dd
commit
3a54b5f005
7 changed files with 68 additions and 58 deletions
common/overlays
|
@ -1,5 +1,6 @@
|
|||
{nixpkgs-wayland, ...} @ inputs: [
|
||||
(import ./dracula-theme inputs)
|
||||
(import ./fprintd)
|
||||
(import ./squeekboard)
|
||||
|
||||
nixpkgs-wayland.overlay
|
||||
|
|
9
common/overlays/fprintd/default.nix
Normal file
9
common/overlays/fprintd/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
final: prev: {
|
||||
# FIXME: https://github.com/NixOS/nixpkgs/issues/298150
|
||||
fprintd = prev.fprintd.overrideAttrs (_: {
|
||||
mesonCheckFlags = [
|
||||
"--no-suite"
|
||||
"fprintd:TestPamFprintd"
|
||||
];
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue