about summary refs log tree commit diff
path: root/pkgs/applications/audio/airwave
AgeCommit message (Collapse)AuthorFilesLines
2023-02-03airwave: fix buildStefan Frijters1-7/+27
The unfree source is old and hard to find; small version bump so the required zip file is available via https://github.com/psycha0s/airwave/issues/92 .
2022-03-23treewide: rename name to pname&versionFelix Buehler1-2/+2
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
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
2020-01-03airwave: mark VST SDK as unfreeAlyssa Ross1-0/+1
Airwave itself is free software, but the VST SDK it depends on is not. This means that trying to build airwave fails with an error about manually adding VST SDK to the store, rather than the expected error that non-free software has been requested.
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-12-27treewide: Cleanup usage of multi-arch toolsJohn Ericson1-5/+3
- Don't needlessly force GCC - Prefer using multi-arch stdenvs to using multi-arch tools directly.
2017-12-01vst-sdk: vstsdk366_27_06_2016_build_61 -> vstsdk368_08_11_2017_build_121Bastian Köcher1-3/+3
2017-06-04wine: reorganize packagesNikolay Amiantov1-2/+3
Move most of wine configurations to winePackages which is not built on Hydra. Leave two top-level packages: wine: stable release with an "office" configuration; wineStaging: staging release with a "full" configuration.
2016-11-03airwave: 1.3.2 → 1.3.3Michal Rus1-2/+5
2016-09-03airwave: disable hydra buildJoachim Fasting1-0/+1
Relies on a file that must be downloaded manually.
2016-08-28airwave: init at 1.3.2Michal Rus1-0/+88