summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorNiko Pavlinek <niko.pavlinek@gmail.com>2021-04-30 23:29:58 +0200
committersterni <sternenseemann@systemli.org>2021-05-01 11:01:56 +0200
commit0906a9383498ee122261f66a47a89de946fc102a (patch)
tree27d273763d4c036f16511a18faf3a42e8fd951f1 /pkgs/development/haskell-modules/configuration-common.nix
parent0df579f0b90b32a4f36eae5158c37078a3144f0a (diff)
downloadnixpkgs-0906a9383498ee122261f66a47a89de946fc102a.tar
nixpkgs-0906a9383498ee122261f66a47a89de946fc102a.tar.gz
nixpkgs-0906a9383498ee122261f66a47a89de946fc102a.tar.bz2
nixpkgs-0906a9383498ee122261f66a47a89de946fc102a.tar.lz
nixpkgs-0906a9383498ee122261f66a47a89de946fc102a.tar.xz
nixpkgs-0906a9383498ee122261f66a47a89de946fc102a.tar.zst
nixpkgs-0906a9383498ee122261f66a47a89de946fc102a.zip
haskellPackages.pam: fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3965d4cfce8..1a16ce11479 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1790,4 +1790,7 @@ self: super: {
     excludes = ["test/buildtest"];
   });
 
+  # workaround for https://github.com/peti/distribution-nixpkgs/issues/9
+  pam = super.pam.override { inherit (pkgs) pam; };
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super