From 3b84765380053dddefdf3ad1e0b5fc6857d041bf Mon Sep 17 00:00:00 2001 From: Samuel Ainsworth Date: Fri, 19 Mar 2021 01:09:14 +0000 Subject: [PATCH] spotify: squashfsTools should be in nativeBuildInputs --- pkgs/applications/audio/spotify/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index 9ff485a017c6f6..a82f2f03119cc2 100644 --- a/pkgs/applications/audio/spotify/default.nix +++ b/pkgs/applications/audio/spotify/default.nix @@ -81,8 +81,7 @@ stdenv.mkDerivation { sha512 = "5d61a2d5b26be651620ab5d18d3a204d8d7b09dcec8a733ddc176c44cb43e9176c4350933ebe4498b065ba219113f3226c13bea9659da738fe635f41d01db303"; }; - nativeBuildInputs = [ makeWrapper ]; - buildInputs = [ squashfsTools ]; + nativeBuildInputs = [ makeWrapper squashfsTools ]; dontStrip = true; dontPatchELF = true;