summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam_dp9ik
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-07-20 20:52:03 -0500
committerJacob Moody <moody@posixcafe.org>2023-07-21 19:45:49 -0500
commita028e9839103123fd16479d55c1e97dac15f881d (patch)
tree88cb3806e9ab36f09de61e09d34544bb9d0122d5 /pkgs/os-specific/linux/pam_dp9ik
parentaf484128b9fb0ac7dde3ab10c92ca768df766572 (diff)
downloadnixpkgs-a028e9839103123fd16479d55c1e97dac15f881d.tar
nixpkgs-a028e9839103123fd16479d55c1e97dac15f881d.tar.gz
nixpkgs-a028e9839103123fd16479d55c1e97dac15f881d.tar.bz2
nixpkgs-a028e9839103123fd16479d55c1e97dac15f881d.tar.lz
nixpkgs-a028e9839103123fd16479d55c1e97dac15f881d.tar.xz
nixpkgs-a028e9839103123fd16479d55c1e97dac15f881d.tar.zst
nixpkgs-a028e9839103123fd16479d55c1e97dac15f881d.zip
pam_dp9ik: 1.5 -> 1.6.4
Diffstat (limited to 'pkgs/os-specific/linux/pam_dp9ik')
-rw-r--r--pkgs/os-specific/linux/pam_dp9ik/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/pam_dp9ik/default.nix b/pkgs/os-specific/linux/pam_dp9ik/default.nix
index 382a3ca7b17..bd097caee49 100644
--- a/pkgs/os-specific/linux/pam_dp9ik/default.nix
+++ b/pkgs/os-specific/linux/pam_dp9ik/default.nix
@@ -14,10 +14,9 @@ stdenv.mkDerivation {
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ pam ];
 
-  makeFlags = [ "pam_p9.so" ];
-  installPhase = ''
-    install -Dm755 -t $out/lib/security/ pam_p9.so
-  '';
+  buildFlags = [ "pam_p9.so" ];
+  installFlags = [ "PREFIX=$(out)" ];
+  installTargets = "pam.install";
 
   meta = with lib; {
     description = "dp9ik pam module";