summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-07-06 13:42:58 +0200
committerGitHub <noreply@github.com>2018-07-06 13:42:58 +0200
commitd868a26a51c38fb23ee49386320cbecf07900459 (patch)
tree0738ef72ab961c0f146080097cd8ac4425a3c130 /pkgs/top-level
parent77153c4cdb6e00f7094ea62ca29effff0bd225d4 (diff)
parente921aa02b198254aea080aae2eab89e7f4441bd3 (diff)
downloadnixlib-d868a26a51c38fb23ee49386320cbecf07900459.tar
nixlib-d868a26a51c38fb23ee49386320cbecf07900459.tar.gz
nixlib-d868a26a51c38fb23ee49386320cbecf07900459.tar.bz2
nixlib-d868a26a51c38fb23ee49386320cbecf07900459.tar.lz
nixlib-d868a26a51c38fb23ee49386320cbecf07900459.tar.xz
nixlib-d868a26a51c38fb23ee49386320cbecf07900459.tar.zst
nixlib-d868a26a51c38fb23ee49386320cbecf07900459.zip
Merge pull request #43100 from qoelet/gnu-pw-mgr
gnu-pw-mgr: init 2.3.2
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 4a04b2c65bc6..91fa6dcae73a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2704,6 +2704,8 @@ with pkgs;
   # must have AquaTerm installed separately
   gnuplot_aquaterm = gnuplot.override { aquaterm = true; };
 
+  gnu-pw-mgr = callPackage ../tools/security/gnu-pw-mgr { };
+
   gnused = callPackage ../tools/text/gnused { };
   # This is an easy work-around for [:space:] problems.
   gnused_422 = callPackage ../tools/text/gnused/422.nix { };