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/aten/aten.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nixops/modules/websites/aten') diff --git a/nixops/modules/websites/aten/aten.nix b/nixops/modules/websites/aten/aten.nix index 69e1d4c..715f689 100644 --- a/nixops/modules/websites/aten/aten.nix +++ b/nixops/modules/websites/aten/aten.nix @@ -1,4 +1,4 @@ -{ lib, writeText, fetchedGitPrivate, stdenv, composerEnv, fetchurl, fetchgit, binutils, python, nodejs, libsass, yarn2nix }: +{ lib, writeText, fetchedGitPrivate, stdenv, composerEnv, fetchurl, fetchgit, python, nodejs, libsass, yarn2nix }: let aten = { config }: rec { environment = config.environment; @@ -96,7 +96,7 @@ let yarnLock = "${info.src}/yarn.lock"; pkgConfig = { node-sass = { - buildInputs = [ binutils libsass python ]; + buildInputs = [ libsass python ]; postInstall = let nodeHeaders = fetchurl { url = "https://nodejs.org/download/release/v${nodejs.version}/node-v${nodejs.version}-headers.tar.gz"; @@ -104,7 +104,6 @@ let }; in '' - export AR=${binutils.bintools}/bin/ar node scripts/build.js --tarball=${nodeHeaders} ''; }; -- cgit v1.2.3