From 2b13cdc1afdae2dcb578e6e68ad73c7e1754893a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 22:06:08 +0200 Subject: fprintd on hel --- hel.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 0fe2776f..dc2bbc28 100644 --- a/hel.nix +++ b/hel.nix @@ -105,6 +105,15 @@ --prefix PATH : ${pkgs.ghostscript}/bin ''; }); + + fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: { + src = pkgs.fetchFromGitHub { + owner = "3v1n0"; + repo = "libfprint"; + rev = "d35da0ce99c11bf43d06c2400f9fec6580814919"; + sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; + }; + }); }; nixpkgs.config.allowUnfree = true; @@ -126,6 +135,8 @@ ''; }; + fprintd.enable = true; + vnstat = { enable = true; }; -- cgit v1.2.3