about summary refs log tree commit diff
path: root/pkgs/applications/audio/mamba
AgeCommit message (Collapse)AuthorFilesLines
2023-09-24mamba: mark as brokenMaximilian Bosch1-0/+3
Failing Hydra build: https://hydra.nixos.org/build/230518081 So apparently `vasprintf`, `asprintf` are now available by default, not just with `_GNU_SOURCE` and now `mamba` (or to be precise, its dependency `xputty`) fails like this: ../xputty/xfilepicker.c:225:5: error: format not a string literal and no format arguments [-Werror=format-security] 225 | asprintf(&filepicker->path, path); | ^~~~~~~~ It seems as if now that these functions are available by default, the format-security check from gcc actually works.
2022-07-28mamba: 2.2 -> 2.3R. Ryantm1-2/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-09mamba: 1.8 -> 2.2 (#122193)Orivej Desh1-3/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-23mamba: 1.7 -> 1.8Bart Brouns1-2/+2
2020-11-04mamba: 1.6 -> 1.7Bart Brouns1-2/+2
2020-10-13mamba: 1.5 -> 1.6Bart Brouns1-3/+4
2020-09-19mamba: 1.4 -> 1.5Orivej Desh1-2/+2
2020-09-11mamba: 1.3 -> 1.4Orivej Desh2-17/+6
2020-08-16mamba: 1.1 -> 1.3Orivej Desh2-18/+23
2020-08-16mamba: init at 1.1Bart Brouns1-0/+45