Merge pull request #214278 from wegank/httm-darwin
httm: fix build on x86_64-darwin
This commit is contained in:
commit
84154f14e7
@ -1471,7 +1471,7 @@ with pkgs;
|
||||
|
||||
headset-charge-indicator = callPackage ../tools/audio/headset-charge-indicator { };
|
||||
|
||||
httm = callPackage ../tools/filesystems/httm { };
|
||||
httm = darwin.apple_sdk_11_0.callPackage ../tools/filesystems/httm { };
|
||||
|
||||
inherit (callPackage ../tools/networking/ivpn/default.nix {}) ivpn ivpn-service;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user