mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
du-dust: fix build on darwin
This commit is contained in:
parent
bf295de42d
commit
6913943ebe
@ -28835,7 +28835,7 @@ with pkgs;
|
||||
dunst = callPackage ../applications/misc/dunst { };
|
||||
|
||||
du-dust = callPackage ../tools/misc/dust {
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit;
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) AppKit;
|
||||
};
|
||||
|
||||
dutree = callPackage ../tools/misc/dutree { };
|
||||
|
Loading…
Reference in New Issue
Block a user