summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-28 11:28:39 +0000
committerGitHub <noreply@github.com>2021-07-28 11:28:39 +0000
commit3f022691365ed7ef4f1a5092a8478470873b1916 (patch)
treed5eb39e1865d330b63254adbcf421888b8eed40f /pkgs
parentc640d6bc3fad32168dc81eb6a8197c1af3e853d4 (diff)
parent3dbfb638b3ecb9b39f79d379412abc16a2eba9d9 (diff)
downloadnixpkgs-3f022691365ed7ef4f1a5092a8478470873b1916.tar
nixpkgs-3f022691365ed7ef4f1a5092a8478470873b1916.tar.gz
nixpkgs-3f022691365ed7ef4f1a5092a8478470873b1916.tar.bz2
nixpkgs-3f022691365ed7ef4f1a5092a8478470873b1916.tar.lz
nixpkgs-3f022691365ed7ef4f1a5092a8478470873b1916.tar.xz
nixpkgs-3f022691365ed7ef4f1a5092a8478470873b1916.tar.zst
nixpkgs-3f022691365ed7ef4f1a5092a8478470873b1916.zip
Merge pull request #131800 from SuperSandro2000/fix-alias
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-aliases.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 1726c3798e2..637e249b13a 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -61,7 +61,7 @@ mapAliases ({
   pytestquickcheck = pytest-quickcheck; # added 2021-07-20
   pytestrunner = pytest-runner; # added 2021-01-04
   python-lz4 = lz4; # added 2018-06-01
-  python-pam = pam; # added 2020-09-07.
+  pam = python-pam; # added 2020-09-07.
   pytest_xdist = pytest-xdist; # added 2021-01-04
   python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
   qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09