faust: Fix nativeBuildInputs indent

This commit is contained in:
John Ericson 2017-09-18 15:00:50 -04:00
parent ed14223f8c
commit 1b3581b7ba
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ let
stdenv.mkDerivation ((faust2ApplBase args) // {
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;

View File

@ -187,7 +187,7 @@ let
stdenv.mkDerivation ((faust2ApplBase args) // {
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;