mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
iwd: 2.16 -> 2.17
Changes: https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.17
This commit is contained in:
parent
3488e37419
commit
0ac77691c9
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "iwd";
|
pname = "iwd";
|
||||||
version = "2.16";
|
version = "2.17";
|
||||||
|
|
||||||
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;
|
||||||
hash = "sha256-YWtiI2HkGyIdUeBXerQtN5UvgaMaUs9eoG88ZUQRrDg=";
|
hash = "sha256-o/Q8vUtB4Yiz1x+/6+8LUKUQNtiAmwcdh++/tTUN4mM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" "doc" ]
|
outputs = [ "out" "man" "doc" ]
|
||||||
@ -81,9 +81,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
substituteInPlace $out/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-fail /bin/false ${coreutils}/bin/false
|
||||||
substituteInPlace $out/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-fail /bin/false ${coreutils}/bin/false
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user