treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -29,7 +29,7 @@ let
|
||||
"/Applications/MacVim.app/Contents/MacOS"
|
||||
"/Applications/MacVim.app/Contents/bin"
|
||||
];
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
# We need to do surgery on the resulting app. We can't just make a wrapper for vim because this
|
||||
# is a GUI app. We need to copy the actual GUI executable image as AppKit uses the loaded image's
|
||||
# path to locate the bundle. We can use symlinks for other executables and resources though.
|
||||
|
||||
Reference in New Issue
Block a user