pam_console: Remove
This package is no longer used in NixOS.
This commit is contained in:
parent
19cd9f16a0
commit
87c86f6711
@ -1,27 +0,0 @@
|
|||||||
AC_PREREQ([2.59])
|
|
||||||
AC_INIT([pam_console], [@PV@])
|
|
||||||
AM_INIT_AUTOMAKE([pam_console], [@PV@])
|
|
||||||
|
|
||||||
AC_CONFIG_HEADER([config.h])
|
|
||||||
|
|
||||||
AC_GNU_SOURCE
|
|
||||||
|
|
||||||
AM_CONDITIONAL([HAVE_VERSIONING], [test "x" = "y"])
|
|
||||||
|
|
||||||
PKG_CHECK_MODULES([GLIB], [glib-2.0])
|
|
||||||
|
|
||||||
m4_undefine([AC_PROG_CXX])
|
|
||||||
m4_defun([AC_PROG_CXX],[])
|
|
||||||
m4_undefine([AC_PROG_F77])
|
|
||||||
m4_defun([AC_PROG_F77],[])
|
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
|
|
||||||
AC_PROG_YACC
|
|
||||||
|
|
||||||
SECUREDIR=${libdir}/security
|
|
||||||
SCONFIGDIR=${sysconfdir}/security
|
|
||||||
|
|
||||||
AC_SUBST([SECUREDIR])
|
|
||||||
AC_SUBST([SCONFIGDIR])
|
|
||||||
|
|
||||||
AC_OUTPUT([Makefile])
|
|
@ -1,31 +0,0 @@
|
|||||||
{stdenv, fetchurl, pam, autoconf, automake, libtool, pkgconfig, glib, bison, flex}:
|
|
||||||
|
|
||||||
let
|
|
||||||
|
|
||||||
# Configure script borrowed from the good folks at Gentoo
|
|
||||||
# (http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/sys-auth/pam_console/files/pam_console-configure.ac).
|
|
||||||
configure = ./configure.ac;
|
|
||||||
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "pam_console-0.99.5-1";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = http://cvs.fedora.redhat.com/repo/dist/pam/pam-redhat-0.99.5-1.tar.bz2/e2edde7861c48195728bc531e5a277e0/pam-redhat-0.99.5-1.tar.bz2;
|
|
||||||
sha256 = "077xdhwspc785fas4yfw50mpy92rdfh35kq9awlrpbzq1fnapsfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [pam autoconf automake libtool pkgconfig glib bison flex];
|
|
||||||
|
|
||||||
makeFlags = "LEX=flex";
|
|
||||||
|
|
||||||
preConfigure = "
|
|
||||||
cd pam_console
|
|
||||||
cp ${configure} configure.ac
|
|
||||||
touch NEWS AUTHORS ChangeLog
|
|
||||||
# Don't try to create /var/run/console.
|
|
||||||
substituteInPlace Makefile.am --replace 'mkdir -m $(LOCKMODE) -p -p $(DESTDIR)$(LOCKDIR)' ''
|
|
||||||
autoreconf --install
|
|
||||||
";
|
|
||||||
}
|
|
@ -9232,10 +9232,6 @@ let
|
|||||||
|
|
||||||
pam_ccreds = callPackage ../os-specific/linux/pam_ccreds { };
|
pam_ccreds = callPackage ../os-specific/linux/pam_ccreds { };
|
||||||
|
|
||||||
pam_console = callPackage ../os-specific/linux/pam_console {
|
|
||||||
libtool = libtool_1_5;
|
|
||||||
};
|
|
||||||
|
|
||||||
pam_devperm = callPackage ../os-specific/linux/pam_devperm { };
|
pam_devperm = callPackage ../os-specific/linux/pam_devperm { };
|
||||||
|
|
||||||
pam_krb5 = callPackage ../os-specific/linux/pam_krb5 { };
|
pam_krb5 = callPackage ../os-specific/linux/pam_krb5 { };
|
||||||
|
@ -128,7 +128,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
|||||||
ntp = linux;
|
ntp = linux;
|
||||||
openssh = linux;
|
openssh = linux;
|
||||||
openssl = all;
|
openssl = all;
|
||||||
pam_console = linux;
|
|
||||||
pam_login = linux;
|
pam_login = linux;
|
||||||
pan = gtkSupported;
|
pan = gtkSupported;
|
||||||
par2cmdline = all;
|
par2cmdline = all;
|
||||||
|
@ -171,7 +171,6 @@ let
|
|||||||
nss_ldap = linux;
|
nss_ldap = linux;
|
||||||
nssmdns = linux;
|
nssmdns = linux;
|
||||||
ocaml = linux;
|
ocaml = linux;
|
||||||
pam_console = linux;
|
|
||||||
pam_login = linux;
|
pam_login = linux;
|
||||||
pan = gtkSupported;
|
pan = gtkSupported;
|
||||||
par2cmdline = all;
|
par2cmdline = all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user