Commit Graph

37 Commits

Author SHA1 Message Date
R. Ryantm
7d9ef9adc7 monkeysAudio: 10.49 -> 10.52 2024-02-29 23:19:47 +00:00
R. Ryantm
33c7b128a3 monkeysAudio: 10.48 -> 10.49 2024-02-11 05:49:45 +00:00
Doron Behar
03fc7368f5
monkeysAudio.src: use hash instead of sha256
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-04 14:21:44 +00:00
R. Ryantm
8d30441d4a monkeysAudio: 10.44 -> 10.48 2024-02-04 03:13:07 +00:00
R. Ryantm
5b284c5cfe monkeysAudio: 10.43 -> 10.44 2024-01-29 03:11:00 +00:00
R. Ryantm
364d698aac monkeysAudio: 10.40 -> 10.43 2024-01-24 02:42:08 +00:00
R. Ryantm
3898c7de41 monkeysAudio: 10.38 -> 10.40 2024-01-05 09:38:11 +00:00
R. Ryantm
abb91d7be3 monkeysAudio: 10.30 -> 10.38 2023-12-28 09:41:43 +00:00
R. Ryantm
b5e5520a6b monkeysAudio: 10.28 -> 10.30 2023-12-17 01:58:21 +00:00
R. Ryantm
7a399b7503 monkeysAudio: 10.26 -> 10.28 2023-11-26 00:47:01 +00:00
R. Ryantm
acce088130 monkeysAudio: 10.24 -> 10.26 2023-11-02 04:11:22 +00:00
R. Ryantm
fe0c95718c monkeysAudio: 10.22 -> 10.24 2023-10-11 09:00:37 +00:00
Doron Behar
90036927a9 monkeysAudio: give stdenv.mkDerivation a function 2023-09-18 16:41:59 +03:00
Doron Behar
742f2ff317 monkeysAudio: add meta.mainProgram 2023-09-18 13:49:57 +03:00
R. Ryantm
964bda8339 monkeysAudio: 10.20 -> 10.22 2023-09-17 17:22:36 +00:00
R. Ryantm
58e1b09b04 monkeysAudio: 10.19 -> 10.20 2023-09-01 09:01:38 +00:00
R. Ryantm
de9fdcfaa8 monkeysAudio: 10.17 -> 10.19 2023-08-25 07:29:57 +00:00
R. Ryantm
414c4b691e monkeysAudio: 10.16 -> 10.17 2023-07-17 16:00:51 +00:00
R. Ryantm
72fccb1248 monkeysAudio: 10.14 -> 10.16 2023-07-05 05:31:33 +00:00
Doron Behar
311da9300a monkeysAudio: 10.13 -> 10.14 2023-06-08 09:12:00 +03:00
R. Ryantm
84cf3aaad3 monkeysAudio: 10.11 -> 10.13 2023-05-25 04:30:35 +00:00
R. Ryantm
3663cde699 monkeysAudio: 10.10 -> 10.11 2023-05-07 09:31:35 +00:00
R. Ryantm
fe29eb5d37 monkeysAudio: 9.20 -> 10.10 2023-05-03 03:39:00 +00:00
Doron Behar
c32c6d7a7d monkeysAudio: Add @doronbehar as maintainer 2023-03-05 08:00:01 +02:00
Doron Behar
e5eaf4918d monkeysAudio: 3.99 -> 9.20 2023-03-02 10:59:58 +02:00
Doron Behar
44a91b7153 monkeysAudio: Update license 2022-05-07 21:32:13 +03:00
Doron Behar
f8ee62b3dc monkeysAudio: Add -old suffix to pname - to update URL 2022-05-07 21:32:13 +03:00
Doron Behar
0b084cd7af monkeysAudio: Fix compilation using an older version of gcc
Fixes this issue:

> /nix/store/...-gcc-11.2.0/include/c++/11.2.0/cmath:1930:1: error: expected declaration before '}' token
>  1930 | } // extern "C++"
>       | ^
2022-05-07 21:32:04 +03:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Markus Kowalewski
97f1c25028
mokeysAudio: add license and description 2020-06-11 18:27:33 +02: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
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Yegor Timoshenko
506c89c30a maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
aszlig
a5386213ad
monkeys-audio: Fix build against GCC 6.x
Regression introduced by 1ded0cb24c.

The package defines macros for min() and max(), but those macros are
undefined by the inclusion of stdlib.h since GCC 6.x, so we need to
change tho order of inclusions to include stdlib.h *before* NoWindows.h.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 14:05:12 +02:00
Pascal Wittmann
8d67b9a240 transformed meta.maintainers of some packages into lists 2014-09-13 13:52:02 +02:00
Petr Rockai
4124bb9ff5 Adopt more packages. 2014-01-28 18:11:00 +01:00
Petr Rockai
a7123fc280 Add monkey's audio (.ape) lossless encoder/decoder.
@vcunat: include version in the name, as is our custom
2013-05-18 13:24:30 +02:00