about summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder
AgeCommit message (Collapse)AuthorFilesLines
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-02-08Merge master into staging-nextgithub-actions[bot]1-5/+5
2021-02-04keyfinder: 2.2 -> 2.4Robert Schütz1-5/+5
2021-02-02Merge branch 'staging-next' into stagingJan Tojnar1-3/+0
2021-02-02keyfinder: Remove stale subsituteInPlace, enableParallelBuilding which is ↵Sandro Jäckel1-3/+0
set by qmake
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel1-0/+2
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
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...
2017-12-01keyfinder: 2.1 -> 2.2Bastian Köcher1-3/+4
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+3
2016-04-20keyfinder: move to qmakeHookNikolay Amiantov1-9/+2
This reverts commit 6d9147abab8840c61b14be13aa029ff9275cb700.
2016-04-15keyfinder: Fix running of {pre,post}Configureaszlig1-0/+2
Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of keyfinder override the whole configurePhase, so this hook isn't run at all. This fixes the build of keyfinder and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-18/+17
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.
2016-01-05keyfinder: 2.00 -> 2.1; build with qt55Tobias Geerinckx-Rice1-3/+2
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann1-1/+1
2015-09-27keyfinder: build with Qt 5.5Thomas Tuegel1-2/+2
2015-07-15keyfinder 1.16 -> 2.00Tobias Geerinckx-Rice1-4/+8
2015-06-04keyfinder -> 1.26Tobias Geerinckx-Rice1-4/+5
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-03-24qt5: make qt-5.4.1 defaultThomas Tuegel1-1/+1
2015-01-25Add keyfinder: musical key detection guiTobias Geerinckx-Rice1-0/+42