praat: 6.4.25 -> 6.4.47 (#461797)
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "praat";
|
pname = "praat";
|
||||||
version = "6.4.25";
|
version = "6.4.47";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "praat";
|
owner = "praat";
|
||||||
repo = "praat";
|
repo = "praat.github.io";
|
||||||
rev = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-jTMXSVxhzaHF7zNr0/EWBDm3fIawTF4v6zuAcx/woeQ=";
|
hash = "sha256-g0y2iRSwxFZepfViGNvKFeNe6BOoY90aKiogqNZov7w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
runHook preConfigure
|
runHook preConfigure
|
||||||
|
|
||||||
cp makefiles/makefile.defs.linux.pulse makefile.defs
|
cp makefiles/makefile.defs.linux.pulse-gcc makefile.defs
|
||||||
|
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
@@ -62,6 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
description = "Doing phonetics by computer";
|
description = "Doing phonetics by computer";
|
||||||
mainProgram = "praat";
|
mainProgram = "praat";
|
||||||
homepage = "https://www.fon.hum.uva.nl/praat/";
|
homepage = "https://www.fon.hum.uva.nl/praat/";
|
||||||
|
changelog = "https://github.com/praat/praat.github.io/releases/tag/${finalAttrs.src.tag}";
|
||||||
license = lib.licenses.gpl2Plus; # Has some 3rd-party code in it though
|
license = lib.licenses.gpl2Plus; # Has some 3rd-party code in it though
|
||||||
maintainers = with lib.maintainers; [ orivej ];
|
maintainers = with lib.maintainers; [ orivej ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
|||||||
Reference in New Issue
Block a user