1
0
Fork 1
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:
Tobias Geerinckx-Rice 2015-06-17 14:03:16 +02:00
parent c1f7f6df4c
commit d7530a0630

View file

@ -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 = ''