about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-18 15:00:50 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-21 15:49:54 -0400
commit1b3581b7ba68cf9c69435a1fab49adf27fbed68f (patch)
treef4665710d98ac87dc97749f10a4150a288392bc6 /pkgs/applications/audio/faust
parented14223f8c30c014190e87914126578babd94c3e (diff)
downloadnixlib-1b3581b7ba68cf9c69435a1fab49adf27fbed68f.tar
nixlib-1b3581b7ba68cf9c69435a1fab49adf27fbed68f.tar.gz
nixlib-1b3581b7ba68cf9c69435a1fab49adf27fbed68f.tar.bz2
nixlib-1b3581b7ba68cf9c69435a1fab49adf27fbed68f.tar.lz
nixlib-1b3581b7ba68cf9c69435a1fab49adf27fbed68f.tar.xz
nixlib-1b3581b7ba68cf9c69435a1fab49adf27fbed68f.tar.zst
nixlib-1b3581b7ba68cf9c69435a1fab49adf27fbed68f.zip
faust: Fix nativeBuildInputs indent
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust1.nix2
-rw-r--r--pkgs/applications/audio/faust/faust2.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust1.nix b/pkgs/applications/audio/faust/faust1.nix
index 946a1bdb2256..4875ee8b57da 100644
--- a/pkgs/applications/audio/faust/faust1.nix
+++ b/pkgs/applications/audio/faust/faust1.nix
@@ -158,7 +158,7 @@ let
 
     stdenv.mkDerivation ((faust2ApplBase args) // {
 
-  nativeBuildInputs = [ pkgconfig ];
+      nativeBuildInputs = [ pkgconfig ];
       buildInputs = [ makeWrapper ];
 
       propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index a86770315cba..901df19ebf59 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -187,7 +187,7 @@ let
 
     stdenv.mkDerivation ((faust2ApplBase args) // {
 
-  nativeBuildInputs = [ pkgconfig ];
+      nativeBuildInputs = [ pkgconfig ];
       buildInputs = [ makeWrapper ];
 
       propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;