fprint_demo: drop package
https://fprint.freedesktop.org/ fprint_demo is obsolete. Most features are integrated into fprintd’s helpers, and libfprint has an examples section
This commit is contained in:
parent
f2f805d6d8
commit
6b77a7f8bf
@ -1,24 +0,0 @@
|
|||||||
{ stdenv, fetchgit, autoreconfHook, pkgconfig, libfprint, gtk2 }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "fprint_demo-2008-03-03";
|
|
||||||
|
|
||||||
src = fetchgit {
|
|
||||||
url = "git://github.com/dsd/fprint_demo";
|
|
||||||
rev = "5d86c3f778bf97a29b73bdafbebd1970e560bfb0";
|
|
||||||
sha256 = "1rysqd8kdqgis1ykrbkiy1bcxav3vna8zdgbamyxw4hj5764xdcm";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ libfprint gtk2 ];
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = http://www.freedesktop.org/wiki/Software/fprint/fprint_demo/;
|
|
||||||
description = "A simple GTK+ application to demonstrate and test libfprint's capabilities";
|
|
||||||
license = licenses.gpl2;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ abbradar ];
|
|
||||||
};
|
|
||||||
}
|
|
@ -2750,8 +2750,6 @@ in
|
|||||||
|
|
||||||
fprintd = callPackage ../tools/security/fprintd { };
|
fprintd = callPackage ../tools/security/fprintd { };
|
||||||
|
|
||||||
fprint_demo = callPackage ../tools/security/fprint_demo { };
|
|
||||||
|
|
||||||
franz = callPackage ../applications/networking/instant-messengers/franz { };
|
franz = callPackage ../applications/networking/instant-messengers/franz { };
|
||||||
|
|
||||||
freedroidrpg = callPackage ../games/freedroidrpg { };
|
freedroidrpg = callPackage ../games/freedroidrpg { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user