From 24a7da33965001415edb022245b289bb5fc49a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 29 Jan 2019 19:26:19 +0100 Subject: Remove reference to ar coming from busybox sh --- nixops/modules/websites/tools/mastodon/mastodon.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixops/modules/websites/tools') diff --git a/nixops/modules/websites/tools/mastodon/mastodon.nix b/nixops/modules/websites/tools/mastodon/mastodon.nix index 8650ee3..ae2a3f6 100644 --- a/nixops/modules/websites/tools/mastodon/mastodon.nix +++ b/nixops/modules/websites/tools/mastodon/mastodon.nix @@ -42,7 +42,7 @@ let buildInputs = with pkgs; [ nodePackages.node-pre-gyp ]; }; node-sass = { - buildInputs = with pkgs; [ binutils libsass python ]; + buildInputs = with pkgs; [ libsass python ]; postInstall = let nodeHeaders = pkgs.fetchurl { url = "https://nodejs.org/download/release/v${pkgs.nodejs.version}/node-v${pkgs.nodejs.version}-headers.tar.gz"; @@ -50,7 +50,6 @@ let }; in '' - export AR=${pkgs.binutils.bintools}/bin/ar node scripts/build.js --tarball=${nodeHeaders} ''; }; -- cgit v1.2.3