Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b4f86a7dd9f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4762689a8a41
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2017

  1. reaverwps-t6x: fix build

    pbogdan committed Nov 3, 2017

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    16c6927 View commit details
  2. Merge pull request #31193 from pbogdan/reaverwps-t6x-fix-build

    reaverwps-t6x: fix build
    orivej authored Nov 3, 2017
    Copy the full SHA
    4762689 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 pkgs/tools/networking/reaver-wps-t6x/default.nix
4 changes: 3 additions & 1 deletion pkgs/tools/networking/reaver-wps-t6x/default.nix
Original file line number Diff line number Diff line change
@@ -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}";