faust: Fix nativeBuildInputs indent
This commit is contained in:
@@ -158,7 +158,7 @@ let
|
|||||||
|
|
||||||
stdenv.mkDerivation ((faust2ApplBase args) // {
|
stdenv.mkDerivation ((faust2ApplBase args) // {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;
|
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ let
|
|||||||
|
|
||||||
stdenv.mkDerivation ((faust2ApplBase args) // {
|
stdenv.mkDerivation ((faust2ApplBase args) // {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;
|
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;
|
||||||
|
|||||||
Reference in New Issue
Block a user