mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaks and notes for NixOS -- not done yet...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
943f8f3291
commit
aa306798fc
@ -251,7 +251,10 @@ LESSC := $(NPX) lessc
|
|||||||
# procs to access their paths (as is done below)
|
# procs to access their paths (as is done below)
|
||||||
# 2) set path and launch a child make -- not sure how to
|
# 2) set path and launch a child make -- not sure how to
|
||||||
# do this...
|
# do this...
|
||||||
ELECTRON := $(NPX) electron
|
# NOTE: on NixOS change this to electron or run make as:
|
||||||
|
# $ ELECTRON=electron make run
|
||||||
|
#ELECTRON ?= electron
|
||||||
|
ELECTRON ?= $(NPX) electron
|
||||||
ELECTRON_REBUILD := $(NPX) electron-rebuild
|
ELECTRON_REBUILD := $(NPX) electron-rebuild
|
||||||
ASAR := $(NPX) asar
|
ASAR := $(NPX) asar
|
||||||
ELECTRON_VERSION := $(strip $(shell $(ELECTRON) -v 2> /dev/null))
|
ELECTRON_VERSION := $(strip $(shell $(ELECTRON) -v 2> /dev/null))
|
||||||
@ -479,9 +482,9 @@ require(%):
|
|||||||
|
|
||||||
.PHONY: check-message
|
.PHONY: check-message
|
||||||
check-message:
|
check-message:
|
||||||
@echo "NOTE: simplified versions of utils like grep or sed may"
|
@echo "NOTE: simplified versions of utils like grep or sed provided"
|
||||||
@echo " misbihave, if this happens please install the full"
|
@echo " by busybox maymisbehave, if this happens please install the"
|
||||||
@echo " version..."
|
@echo " full version..."
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: ## Run all dependency checks
|
check: ## Run all dependency checks
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user