6 , gobject-introspection
17 version = "0.19-unstable-2024-07-02";
19 outputs = [ "out" "dev" ];
21 src = fetchFromGitHub {
24 rev = "a0a7d4d677800a39346f0c89d93d0fe43a95efad";
25 hash = "sha256-6BgX7cJwxX+1RX3wU+HY/PIBgzomzOKemnl0SDLJNro=";
37 python3Packages.wrapPython
47 "--with-sysconfdir=/etc"
48 "--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
49 "--with-systemduserunitdir=${placeholder "out"}/lib/systemd/user"
60 enableParallelBuilding = true;
62 pythonPath = with python3Packages; [
70 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
71 wrapPythonProgramsIn "$out/lib/neard" "$pythonPath"
75 description = "Near Field Communication manager";
76 homepage = "https://01.org/linux-nfc";
77 license = licenses.gpl2Only;
79 platforms = platforms.unix;