summary refs log tree commit diff
path: root/pkgs/development/libraries/libkeyfinder
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* libkeyfinder: move to qmakeHookNikolay Amiantov2016-04-20
| | | | This reverts commit f43d8b233621c0a5ac575c6236b0e2c5b58611f4.
* libkeyfinder: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of libkeyfinder override the whole configurePhase, so this hook isn't run at all. This fixes the build of libkeyfinder and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | 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.
* Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|
* libkeyfinder: build with Qt 5.5Thomas Tuegel2015-09-27
|
* libkeyfinder: remove now unused version 0.11Tobias Geerinckx-Rice2015-09-12
|
* keyfinder-cli: use old libkeyfinder 0.11 "for now"Tobias Geerinckx-Rice2015-07-15
| | | | | The tool doesn't compile against versions 2.x. Also, fix the incorrect version number & use src.meta.homepage.
* libkeyfinder 0.11 -> 2.1Tobias Geerinckx-Rice2015-07-15
|
* libkeyfinder -> 0.11 (final)Tobias Geerinckx-Rice2015-06-04
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* qt5: make qt-5.4.1 defaultThomas Tuegel2015-03-24
|
* Add libkeyfinder: musical key detection libraryTobias Geerinckx-Rice2015-01-25