Skip to content

Commit

Permalink
iwd: 0.20 -> 0.22
Browse files Browse the repository at this point in the history
We need rst2man to build manpages.

I also removed revert-create-dirs-on-install.patch, as it doesn't apply
cleanly anymore, and is purely cosmetic anyway.

(cherry picked from commit 29ba759)
  • Loading branch information
flokli committed Oct 15, 2019
1 parent 76da71f commit e160758
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions pkgs/os-specific/linux/iwd/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
{ stdenv, fetchgit, autoreconfHook, pkgconfig, ell, coreutils, readline, python3Packages }:
{ stdenv
, fetchgit
, fetchpatch
, autoreconfHook
, pkgconfig
, ell
, coreutils
, docutils
, readline
, python3Packages
}:

stdenv.mkDerivation rec {
pname = "iwd";

version = "0.19";
version = "0.22";

src = fetchgit {
url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
rev = version;
sha256 = "0848r06bnx5k6wlmy425hljc3f03x9xx0r83vdvf630jryc9llmz";
sha256 = "0mjc08ayq2k7sinqanrlm97dn88dxkqkyk2vqqcx1nqjvwvbpbsp";
};

nativeBuildInputs = [
autoreconfHook
docutils
pkgconfig
python3Packages.wrapPython
];
Expand Down

0 comments on commit e160758

Please sign in to comment.