mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
iwd: 0.12 -> 0.14
https://git.kernel.org/pub/scm/network/wireless/iwd.git/diff/ChangeLog?h=0.13 https://git.kernel.org/pub/scm/network/wireless/iwd.git/diff/ChangeLog?h=0.14
This commit is contained in:
parent
9b99afa86a
commit
8238e19c2f
1 changed files with 4 additions and 7 deletions
|
@ -3,17 +3,17 @@
|
|||
let
|
||||
ell = fetchgit {
|
||||
url = https://git.kernel.org/pub/scm/libs/ell/ell.git;
|
||||
rev = "0.15";
|
||||
sha256 = "1jwk5gxcs964ddca9asw6fvc4h9q8d2x1y3linfi11b5vf30bghn";
|
||||
rev = "0.17";
|
||||
sha256 = "0yk1qmvpy61qp82bb0w55n062jqzlkzbz0b1v5k763j98czz9rvz";
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "iwd-${version}";
|
||||
version = "0.12";
|
||||
version = "0.14";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
|
||||
rev = version;
|
||||
sha256 = "156zq3zqa2vfmvy3yv9lng23mhrhlgwh0p2x3fcn10nkks9q89pn";
|
||||
sha256 = "08ijlnwvj1w354gbv3hdnm3l4iy24qzq4bq5a9z0wynysasw09lv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -32,9 +32,6 @@ in stdenv.mkDerivation rec {
|
|||
python3Packages.pygobject3
|
||||
];
|
||||
|
||||
# Enable when it works again
|
||||
enableParallelBuilding = false;
|
||||
|
||||
configureFlags = [
|
||||
"--with-dbus-datadir=$(out)/etc/"
|
||||
"--with-dbus-busdir=$(out)/usr/share/dbus-1/system-services/"
|
||||
|
|
Loading…
Reference in a new issue