File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
pkgs/applications/audio/magnetophonDSP/VoiceOfFaust Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1111} :
1212stdenv . mkDerivation rec {
1313 pname = "VoiceOfFaust" ;
14- version = "1.1.5 " ;
14+ version = "1.1.7 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "magnetophon" ;
1818 repo = "VoiceOfFaust" ;
19- rev = version ;
20- sha256 = "sha256-vB8+ymvNuuovFXwOJ3BTIj5mGzCGa1+yhYs4nWMYIxU =" ;
19+ tag = "V ${ version } " ;
20+ sha256 = "sha256-wsc4yzytK2hPVBQwMhdhjnH1pDtpkNCFJnItyzszEs0 =" ;
2121 } ;
2222
2323 plugins = [
@@ -45,15 +45,17 @@ stdenv.mkDerivation rec {
4545 ] ;
4646
4747 patchPhase = ''
48- sed -i "s@pd -nodac@${ pitchTracker } /bin/pd -nodac@g" launchers/synthWrapper
4948 sed -i "s@jack_connect@${ jack-example-tools } /bin/jack_connect@g" launchers/synthWrapper
49+ sed -i "s@pd -nodac@${ pitchTracker } /bin/pd -nodac@g" launchers/pitchTracker
5050 sed -i "s@../PureData/OscSendVoc.pd@$out/bin/PureData/OscSendVoc.pd@g" launchers/pitchTracker
51+ sed -i "s@pd -nodac@${ pitchTracker } /bin/pd -nodac@g" launchers/pitchTrackerGUI
52+ sed -i "s@../PureData/OscSendVoc.pd@$out/bin/PureData/OscSendVoc.pd@g" launchers/pitchTrackerGUI
5153 '' ;
5254
5355 meta = {
5456 description = "Turn your voice into a synthesizer" ;
5557 homepage = "https://github.com/magnetophon/VoiceOfFaust" ;
56- license = lib . licenses . gpl3 ;
58+ license = lib . licenses . agpl3Only ;
5759 maintainers = [ lib . maintainers . magnetophon ] ;
5860 } ;
5961}
You can’t perform that action at this time.
0 commit comments