]> git.ipfire.org Git - ipfire.org.git/commitdiff
configure: Insist on Dart SCSS instead of Node
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Mar 2024 10:46:10 +0000 (10:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Mar 2024 10:46:10 +0000 (10:46 +0000)
Node SCSS does not seem to support the @use keyword on the release that
is currently being shipped with Debian.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index fc99f7caaf8c5a5df4a28a1f34401b58ea58996d..fd85e0fc8e0ea648d8e6ddcd18fa0798535c5371 100644 (file)
@@ -47,7 +47,7 @@ AX_PYTHON_MODULE([tornado], [fatal])
 AX_PYTHON_MODULE([zxcvbn], [fatal])
 
 # sass
-AC_CHECK_PROGS(SASS, [sass node-sass])
+AC_CHECK_PROGS(SASS, [sass])
 if test -z "${SASS}"; then
        AC_MSG_ERROR([sass is required])
 fi