faust: Fix nativeBuildInputs indent

+2 -2
+1 -1
pkgs/applications/audio/faust/faust1.nix
··· 158 158 159 159 stdenv.mkDerivation ((faust2ApplBase args) // { 160 160 161 - nativeBuildInputs = [ pkgconfig ]; 161 + nativeBuildInputs = [ pkgconfig ]; 162 162 buildInputs = [ makeWrapper ]; 163 163 164 164 propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;
+1 -1
pkgs/applications/audio/faust/faust2.nix
··· 187 187 188 188 stdenv.mkDerivation ((faust2ApplBase args) // { 189 189 190 - nativeBuildInputs = [ pkgconfig ]; 190 + nativeBuildInputs = [ pkgconfig ]; 191 191 buildInputs = [ makeWrapper ]; 192 192 193 193 propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;