about summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder-cli
AgeCommit message (Collapse)AuthorFilesLines
2024-05-16keyfinder-cli: add darwin as supported platformMarc Plano-Lesay1-1/+1
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2021-02-02keyfinder-cli: 2015-09-13 -> 1.1.1Robert Schütz1-5/+5
Also use ffmpeg instead of libav.
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
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-2/+1
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-11-26Convert some *Flags from strings to listsTobias Geerinckx-Rice1-1/+1
2015-09-13keyfinder-cli: 2015-09-11 -> 2015-09-13Tobias Geerinckx-Rice1-4/+4
2015-09-12keyfinder-cli: 20150201 (sic) -> 2015-09-11Tobias Geerinckx-Rice1-10/+10
2015-07-15keyfinder-cli: use old libkeyfinder 0.11 "for now"Tobias Geerinckx-Rice1-4/+5
The tool doesn't compile against versions 2.x. Also, fix the incorrect version number & use src.meta.homepage.
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-02-02Update keyfinder-cli 20150125 -> 20150130Tobias Geerinckx-Rice1-3/+3
2015-01-25Add keyfinder-cli: musical key detectionTobias Geerinckx-Rice1-0/+32