macchina: fix darwin build
This commit is contained in:
committed by
Jonathan Ringer
parent
29fe52f3bd
commit
6207e75a00
@@ -6575,7 +6575,9 @@ in
|
||||
|
||||
macchanger = callPackage ../os-specific/linux/macchanger { };
|
||||
|
||||
macchina = callPackage ../tools/misc/macchina { };
|
||||
macchina = callPackage ../tools/misc/macchina {
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
};
|
||||
|
||||
madlang = haskell.lib.justStaticExecutables haskellPackages.madlang;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user