haskellPackages.pam: fix build
This commit is contained in:
parent
0df579f0b9
commit
0906a93834
|
@ -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
|
||||
|
|
|
@ -8806,7 +8806,6 @@ broken-packages:
|
|||
- Paillier
|
||||
- pairing
|
||||
- palette
|
||||
- pam
|
||||
- pan-os-syslog
|
||||
- panda
|
||||
- pandoc-citeproc
|
||||
|
|
Loading…
Reference in New Issue