mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
nxproxy: nxcomp: fix "negotiation in stage 10" error
Apply backported upstream patch.
This commit is contained in:
parent
c1f7f6df4c
commit
d7530a0630
|
@ -17,6 +17,10 @@ stdenv.mkDerivation {
|
|||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
patches = [
|
||||
./0660_nxcomp_fix-negotiation-in-stage-10-error.full+lite.patch
|
||||
];
|
||||
|
||||
buildInputs = [ autoreconfHook libxcomp ];
|
||||
|
||||
preAutoreconf = ''
|
||||
|
|
Loading…
Reference in a new issue