mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
feedbackd: enable strictDeps
This commit is contained in:
parent
bdac72d387
commit
a554b067fe
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Daemon to provide haptic (and later more) feedback on events";
|
||||
homepage = "https://source.puri.sm/Librem5/feedbackd";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue