haskellPackages.pam: fix build
This commit is contained in:
parent
0df579f0b9
commit
0906a93834
|
@ -1790,4 +1790,7 @@ self: super: {
|
||||||
excludes = ["test/buildtest"];
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
|
@ -8806,7 +8806,6 @@ broken-packages:
|
||||||
- Paillier
|
- Paillier
|
||||||
- pairing
|
- pairing
|
||||||
- palette
|
- palette
|
||||||
- pam
|
|
||||||
- pan-os-syslog
|
- pan-os-syslog
|
||||||
- panda
|
- panda
|
||||||
- pandoc-citeproc
|
- pandoc-citeproc
|
||||||
|
|
Loading…
Reference in New Issue