faust: Fix nativeBuildInputs indent

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