mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
reaverwps-t6x: fix build
This commit is contained in:
parent
e080b87b26
commit
16c69270ae
1 changed files with 3 additions and 1 deletions
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue