Skip to content

Commit

Permalink
swaylock-fprintd: switch to own fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Nov 12, 2023
1 parent b3cada0 commit f6a866e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/swaylock-fprintd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
pname = "swaylock-fprintd";
version = "unstable-2023-01-30";
version = "unstable-2023-11-09";

src = fetchFromGitHub {
owner = "SL-RU";
repo = "swaylock-fprintd";
rev = "ffd639a785df0b9f39e9a4d77b7c0d7ba0b8ef79";
hash = "sha256-2VklrbolUV00djPt+ngUyU+YMnJLAHhD+CLZD1wH4ww=";
owner = "lilyinstarlight";
repo = "swaylock";
rev = "ee1f9a1f6740dd65b22063b0e03d446a16733d18";
hash = "sha256-axNkBgJVo5EIqy0iKQEcQ9fAQAy+PKg7hnndNO4pmyw=";
};

strictDeps = true;
Expand Down Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
];

mesonFlags = [
"-Dpam=enabled" "-Dgdk-pixbuf=enabled" "-Dman-pages=enabled"
"-Dpam=enabled" "-Dfingerprint=enabled" "-Dgdk-pixbuf=enabled" "-Dman-pages=enabled"
];

postPatch = ''
Expand All @@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ lilyinstarlight ];
mainProgram = "swaylock";
};
}

0 comments on commit f6a866e

Please sign in to comment.