parent
681a5c77af
commit
7540add6ee
7 changed files with 67 additions and 58 deletions
common/overlays
|
@ -1,6 +1,5 @@
|
|||
{nixpkgs-wayland, ...} @ inputs: [
|
||||
(import ./dracula-theme inputs)
|
||||
(import ./fprintd)
|
||||
(import ./squeekboard)
|
||||
|
||||
nixpkgs-wayland.overlay
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
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