Merge pull request #54125 from dtzWill/update/iwd-0.14
iwd: 0.12 -> 0.14
This commit is contained in:
commit
4ec7a5279a
@ -3,17 +3,17 @@
|
|||||||
let
|
let
|
||||||
ell = fetchgit {
|
ell = fetchgit {
|
||||||
url = https://git.kernel.org/pub/scm/libs/ell/ell.git;
|
url = https://git.kernel.org/pub/scm/libs/ell/ell.git;
|
||||||
rev = "0.15";
|
rev = "0.17";
|
||||||
sha256 = "1jwk5gxcs964ddca9asw6fvc4h9q8d2x1y3linfi11b5vf30bghn";
|
sha256 = "0yk1qmvpy61qp82bb0w55n062jqzlkzbz0b1v5k763j98czz9rvz";
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "iwd-${version}";
|
name = "iwd-${version}";
|
||||||
version = "0.12";
|
version = "0.14";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
|
url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "156zq3zqa2vfmvy3yv9lng23mhrhlgwh0p2x3fcn10nkks9q89pn";
|
sha256 = "08ijlnwvj1w354gbv3hdnm3l4iy24qzq4bq5a9z0wynysasw09lv";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -32,13 +32,10 @@ in stdenv.mkDerivation rec {
|
|||||||
python3Packages.pygobject3
|
python3Packages.pygobject3
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable when it works again
|
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-dbus-datadir=$(out)/etc/"
|
"--with-dbus-datadir=${placeholder "out"}/etc/"
|
||||||
"--with-dbus-busdir=$(out)/usr/share/dbus-1/system-services/"
|
"--with-dbus-busdir=${placeholder "out"}/share/dbus-1/system-services/"
|
||||||
"--with-systemd-unitdir=$(out)/lib/systemd/system/"
|
"--with-systemd-unitdir=${placeholder "out"}/lib/systemd/system/"
|
||||||
"--localstatedir=/var/"
|
"--localstatedir=/var/"
|
||||||
"--enable-wired"
|
"--enable-wired"
|
||||||
];
|
];
|
||||||
@ -60,9 +57,9 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
substituteInPlace $out/usr/share/dbus-1/system-services/net.connman.ead.service \
|
substituteInPlace $out/share/dbus-1/system-services/net.connman.ead.service \
|
||||||
--replace /bin/false ${coreutils}/bin/false
|
--replace /bin/false ${coreutils}/bin/false
|
||||||
substituteInPlace $out/usr/share/dbus-1/system-services/net.connman.iwd.service \
|
substituteInPlace $out/share/dbus-1/system-services/net.connman.iwd.service \
|
||||||
--replace /bin/false ${coreutils}/bin/false
|
--replace /bin/false ${coreutils}/bin/false
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user