Commit Graph

47 Commits

Author SHA1 Message Date
R. Ryantm
4140f453e9 praat: 6.3.08 -> 6.3.09 2023-03-05 02:10:20 +00:00
R. Ryantm
c578f3f844 praat: 6.3.07 -> 6.3.08 2023-02-15 20:32:58 +00:00
R. Ryantm
387480930b praat: 6.3.06 -> 6.3.07 2023-02-09 08:54:43 +00:00
R. Ryantm
82eca4feed praat: 6.3.05 -> 6.3.06 2023-02-04 06:26:23 +00:00
R. Ryantm
6616e69312 praat: 6.3.04 -> 6.3.05 2023-01-31 11:08:00 +00:00
R. Ryantm
16601ce09b praat: 6.3.03 -> 6.3.04 2023-01-27 21:06:07 +00:00
R. Ryantm
bd3bae9102 praat: 6.3.02 -> 6.3.03 2022-12-21 20:48:45 +08:00
R. Ryantm
e968b8b88d praat: 6.3.01 -> 6.3.02 2022-12-08 20:11:05 +08:00
R. Ryantm
d62fab8132 praat: 6.3 -> 6.3.01 2022-12-04 20:28:58 +08:00
R. Ryantm
e95b16a1a8 praat: 6.2.23 -> 6.3 2022-11-19 10:41:07 +08:00
R. Ryantm
fc75cc94f4 praat: 6.2.22 -> 6.2.23 2022-10-09 21:05:10 +08:00
R. Ryantm
97783d5f3c praat: 6.2.17 -> 6.2.22 2022-09-03 16:00:55 +00:00
R. Ryantm
93104079d6 praat: 6.2.16 -> 6.2.17 2022-08-30 00:03:25 +00:00
R. Ryantm
1ba19d36ed praat: 6.2.10 -> 6.2.16 2022-08-19 05:12:13 +00:00
Rick van Schijndel
55b1550473 praat: fix cross-compilation 2022-05-22 23:27:19 +02:00
R. Ryantm
013afb52c7 praat: 6.2.09 -> 6.2.10 2022-03-19 03:48:29 +00:00
R. Ryantm
8687a92b10 praat: 6.2.07 -> 6.2.09 2022-02-24 18:07:07 +00:00
R. Ryantm
dea4586211 praat: 6.2.04 -> 6.2.07 2022-02-12 23:15:26 +00:00
R. Ryantm
8a2cec7d16 praat: 6.2.03 -> 6.2.04 2022-01-01 22:13:55 +00:00
R. Ryantm
bd05dfa7c2 praat: 6.1.55 -> 6.2.03 2021-12-08 07:16:31 +00:00
R. Ryantm
976307adc3 praat: 6.1.53 -> 6.1.55 2021-11-03 20:57:07 +00:00
R. RyanTM
268e78edd5 praat: 6.1.52 -> 6.1.53 2021-09-23 08:00:37 +00:00
R. RyanTM
cf6f436ae7 praat: 6.1.51 -> 6.1.52 2021-08-26 12:12:17 +00:00
R. RyanTM
0bb661ff7a praat: 6.1.50 -> 6.1.51 2021-08-17 14:51:52 +00:00
Orivej Desh
505468f48d praat: 6.0.43 -> 6.1.50 2021-07-01 20:41:11 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
74cd060c86 praat: 6.0.42 -> 6.0.43 (#46974)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/praat/versions
2018-09-20 23:55:54 +02:00
R. RyanTM
3b2b9c5315 praat: 6.0.40 -> 6.0.42 (#45545)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/praat/versions.
2018-08-24 09:59:48 +02:00
R. RyanTM
1ba24058af praat: 6.0.38 -> 6.0.40 (#40836)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/praat/versions.

These checks were done:

- built on NixOS
- /nix/store/51k239kq3pb732lar9y4j996p8inmmzq-praat-6.0.40/bin/praat passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 6.0.40 with grep in /nix/store/51k239kq3pb732lar9y4j996p8inmmzq-praat-6.0.40
- directory tree listing: https://gist.github.com/48461f433362d4c7c4143942011a22d6
- du listing: https://gist.github.com/621b0b6d55906c1ba560361af3d25bcb
2018-05-21 00:48:26 +02:00
R. RyanTM
98d3404f5c praat: 6.0.37 -> 6.0.38
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/praat/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/ip7a4lqz98n8dx635131vi3pijyv3kci-praat-6.0.38/bin/praat --help` got 0 exit code
- ran `/nix/store/ip7a4lqz98n8dx635131vi3pijyv3kci-praat-6.0.38/bin/praat --version` and found version 6.0.38
- found 6.0.38 with grep in /nix/store/ip7a4lqz98n8dx635131vi3pijyv3kci-praat-6.0.38
- directory tree listing: https://gist.github.com/3cbb0648e4b084a658f6dd5b7c8ed3a4
2018-04-02 08:11:04 -07:00
Ryan Mulligan
7c77ab5100 praat: 5.4.17 -> 6.0.37
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/igl5hb1k2wwkms75y5vfs5cvd7a32i34-praat-6.0.37/bin/praat --help` got 0 exit code
- ran `/nix/store/igl5hb1k2wwkms75y5vfs5cvd7a32i34-praat-6.0.37/bin/praat help` got 0 exit code
- ran `/nix/store/igl5hb1k2wwkms75y5vfs5cvd7a32i34-praat-6.0.37/bin/praat --version` and found version 6.0.37
- found 6.0.37 with grep in /nix/store/igl5hb1k2wwkms75y5vfs5cvd7a32i34-praat-6.0.37
- found 6.0.37 in filename of file in /nix/store/igl5hb1k2wwkms75y5vfs5cvd7a32i34-praat-6.0.37
2018-03-01 15:56:32 +01:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Kirill Boltaev
bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Eric Sagnes
c393711b43 praat: 5417 -> 5.4.17 2015-12-15 11:56:28 +09:00
Eelco Dolstra
7f0c5a2c8f praat: Update to 5417
Mostly because the old URL didn't work.
2015-09-01 12:00:04 +02:00
Nikolay Amiantov
a2efa84ccb praat: update, fix checksum 2014-11-19 15:35:33 +03:00
Peter Simons
2d326e5032 Merge remote-tracking branch 'origin/master' into staging.
Conflicts:
	pkgs/desktops/e18/enlightenment.nix
2014-08-04 16:51:47 +02:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Eelco Dolstra
40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
Song Wenwu
08fb4d6bc4 praat: set meta.platforms to linux 2014-03-07 15:06:44 +01:00
Song Wenwu
1d52f7bd68 praat: update from 5323 to 5365 2014-03-07 15:06:44 +01:00
Lluís Batlle i Rossell
0f1326cde9 Adding praat. 2012-08-27 20:26:32 +02:00