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 New Issue
Block a user