Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16150,6 +16150,12 @@ githubId = 1538622; name = "Michael Reilly"; }; ondt = { name = "Ondrej Telka"; email = "nix@ondt.dev"; github = "ondt"; githubId = 20520951; }; onedragon = { name = "YiLong Liu"; email = "18922251299@163.com"; Loading pkgs/misc/screensavers/xtrlock-pam/default.nix +3 −3 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, python2, pkg-config, pam, xorg }: { lib, stdenv, fetchFromGitHub, python39, pkg-config, pam, xorg }: stdenv.mkDerivation { pname = "xtrlock-pam"; Loading @@ -12,7 +12,7 @@ stdenv.mkDerivation { }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ python2 pam xorg.libX11 ]; buildInputs = [ python39 pam xorg.libX11 ]; configurePhase = '' substituteInPlace .config/options.py --replace /usr/include/security/pam_appl.h ${pam}/include/security/pam_appl.h Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation { homepage = "https://github.com/aanatoly/xtrlock-pam"; description = "PAM based X11 screen locker"; license = "unknown"; maintainers = [ ]; maintainers = with lib.maintainers; [ ondt ]; platforms = with lib.platforms; linux; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16150,6 +16150,12 @@ githubId = 1538622; name = "Michael Reilly"; }; ondt = { name = "Ondrej Telka"; email = "nix@ondt.dev"; github = "ondt"; githubId = 20520951; }; onedragon = { name = "YiLong Liu"; email = "18922251299@163.com"; Loading
pkgs/misc/screensavers/xtrlock-pam/default.nix +3 −3 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, python2, pkg-config, pam, xorg }: { lib, stdenv, fetchFromGitHub, python39, pkg-config, pam, xorg }: stdenv.mkDerivation { pname = "xtrlock-pam"; Loading @@ -12,7 +12,7 @@ stdenv.mkDerivation { }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ python2 pam xorg.libX11 ]; buildInputs = [ python39 pam xorg.libX11 ]; configurePhase = '' substituteInPlace .config/options.py --replace /usr/include/security/pam_appl.h ${pam}/include/security/pam_appl.h Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation { homepage = "https://github.com/aanatoly/xtrlock-pam"; description = "PAM based X11 screen locker"; license = "unknown"; maintainers = [ ]; maintainers = with lib.maintainers; [ ondt ]; platforms = with lib.platforms; linux; }; }