mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-05 09:57:01 +00:00
nxproxy: nxcomp: fix "negotiation in stage 10" error
Apply backported upstream patch.
This commit is contained in:
parent
c1f7f6df4c
commit
d7530a0630
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ stdenv.mkDerivation {
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
./0660_nxcomp_fix-negotiation-in-stage-10-error.full+lite.patch
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook libxcomp ];
|
buildInputs = [ autoreconfHook libxcomp ];
|
||||||
|
|
||||||
preAutoreconf = ''
|
preAutoreconf = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue