about summary refs log tree commit diff
path: root/pkgs/applications/audio/shortwave
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.
2023-05-12treewide: don't use rustPlatform.rustAlyssa Ross1-2/+4
This will be deprecated in the next commit.
2023-02-07shortwave: 3.1.0 -> 3.2.0Gabriel Arazas1-3/+3
2022-10-23shortwave: 3.0.0 -> 3.1.0Gabriel Arazas1-3/+3
2022-04-25shortwave: 2.0.1 -> 3.0.0zendo1-12/+9
2022-01-02shortwave: mark as brokenJan Tojnar1-0/+1
Crashes at runtime: (de.haeckerfelix.Shortwave:347903): Gtk-ERROR **: 00:33:56.355: failed to add UI from resource /de/haeckerfelix/Shortwave/gtk/featured_carousel.ui: .:12:50 Invalid property: AdwCarousel.animation_duration
2021-06-22shortwave: 1.1.1 -> 2.0.1Philipp Bartsch1-7/+7
2021-03-14shortwave: port away from buildRustPackageJan Tojnar1-13/+13
The new setup hooks compose better with Meson setup hooks. Had to add Git since mkDerivation does not bring it in any more.
2021-02-22shortwave: remove unused inputSandro Jäckel1-1/+0
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-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-10-24shortwave: use libhandy_0Atemu1-2/+2
2020-07-07shortwave: 1.0.1 -> 1.1.1R. RyanTM1-3/+3
2020-04-08shortwave: init at 1.0.1Luke Sandell1-0/+87