Merge pull request #31193 from pbogdan/reaverwps-t6x-fix-build

reaverwps-t6x: fix build
This commit is contained in:
Orivej Desh 2017-11-03 15:39:50 +00:00 committed by GitHub
commit 4762689a8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ libpcap sqlite pixiewps ];
sourceRoot = "reaver-wps-fork-t6x-v${version}-src/src";
setSourceRoot = ''
sourceRoot=$(echo */src)
'';
configureFlags = "--sysconfdir=${confdir}";