about summary refs log tree commit diff
path: root/pkgs/applications/audio/lingot
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
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.
2023-03-02lingot: Add fftwFloat for faster fftDoron Behar1-0/+2
2022-11-07lingot: 1.0.1 -> 1.1.1Aaron Jheng1-5/+8
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-6/+6
2020-09-01lingot: add jackSupport optionJulien Dehos1-4/+4
2020-06-03treewide: replace base64 encoded hashesDaiderd Jordan1-1/+1
2020-04-08lingot: 0.9.1 → 1.0.1Jan Tojnar1-11/+31
https://savannah.nongnu.org/forum/forum.php?forum_id=9190
2018-12-02Treewide: use HTTPS on NonGNU domainsc0bw3b1-1/+1
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-12lingot: turn off format hardeningRobin Gloster1-0/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-12-15lingot: update from 0.9.0 to 0.9.1Nixpkgs Monitor1-3/+3
2013-07-14make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin1-1/+1
possible
2011-05-07Adding lingot, a guitar tuner.Lluís Batlle i Rossell1-0/+22
svn path=/nixpkgs/trunk/; revision=27176