mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
faust: Fix nativeBuildInputs indent
This commit is contained in:
parent
ed14223f8c
commit
1b3581b7ba
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user