about summary refs log tree commit diff
path: root/pkgs/applications/audio/iannix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2021-07-20treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob1-2/+0
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-12-12iannix: 0.9.20-b -> unstable-2020-12-09freezeboy1-3/+3
It includes a few bug fixes. This also allows to migrate to Qt5.15
2020-11-23iannix: set myself as maintainerfreezeboy1-1/+1
2020-11-23iannix: 2016-01-31 -> 0.9.20-bfreezeboy1-10/+11
2020-04-22iannix: use qt5's mkDerivationMartin Milata1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-09-21misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson1-2/+1
Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+3
2016-04-20iannix: move to qmakeHookNikolay Amiantov1-7/+3
This reverts commit bb543e1540e0e70180e60285b7a353f0c32dc101.
2016-04-15iannix: Fix running of {pre,post}Configureaszlig1-1/+5
Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of iannix override the whole configurePhase, so this hook isn't run at all. This fixes the build of iannix and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-14IanniX: init at 0.9.17b (latest git)=1-0/+29