Loading pkgs/applications/audio/faust/faust2jack.nix +5 −0 Original line number Diff line number Diff line { bash, faust, gtk2, jack2, Loading @@ -17,6 +18,10 @@ faust.wrapWithBuildEnv { "faust2jackconsole" ]; buildInputs = [ bash # required for some scripts ]; propagatedBuildInputs = [ gtk2 jack2 Loading pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -27,11 +27,15 @@ stdenv.mkDerivation rec { pitchTracker = puredata-with-plugins plugins; buildInputs = [ nativeBuildInputs = [ faust2jack faust2lv2 ]; # ld: crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a PIE object # ld: failed to set dynamic section sizes: bad value hardeningDisable = [ "pie" ]; enableParallelBuilding = true; dontWrapQtApps = true; Loading Loading
pkgs/applications/audio/faust/faust2jack.nix +5 −0 Original line number Diff line number Diff line { bash, faust, gtk2, jack2, Loading @@ -17,6 +18,10 @@ faust.wrapWithBuildEnv { "faust2jackconsole" ]; buildInputs = [ bash # required for some scripts ]; propagatedBuildInputs = [ gtk2 jack2 Loading
pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -27,11 +27,15 @@ stdenv.mkDerivation rec { pitchTracker = puredata-with-plugins plugins; buildInputs = [ nativeBuildInputs = [ faust2jack faust2lv2 ]; # ld: crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a PIE object # ld: failed to set dynamic section sizes: bad value hardeningDisable = [ "pie" ]; enableParallelBuilding = true; dontWrapQtApps = true; Loading