homebrew: load helper dependency

Updates #1815
main
Zac Bergquist 4 years ago committed by Indrajit Raychaudhuri
parent de7b3b7fdc
commit 342385618c

@ -5,6 +5,9 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
pmodload 'helper'
# Return if requirements are not found.
if ! is-darwin && ! is-linux; then
return 1

Loading…
Cancel
Save