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/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