tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
faust: Fix nativeBuildInputs indent
John Ericson
8 years ago
1b3581b7
ed14223f
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
applications
audio
faust
faust1.nix
faust2.nix
+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;