summary refs log tree commit diff
path: root/pkgs/applications/audio/puddletag
Commit message (Collapse)AuthorAge
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* puddletag: fix wrappingPeter Hoeg2020-10-18
|
* puddletag: mark brokenFrederik Rietdijk2020-10-08
|
* puddletag: 1.2.0 -> 2.0.1Peter Hoeg2020-08-30
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* puddletag: fix homepagePeter Hoeg2019-04-10
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Merge older staging with added firefox-related updatesVladimír Čunát2018-06-29
|\
| * pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | | | | | | | | | | The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
* | puddletag: install desktop entry and man pageJohannes Frankenau2018-06-29
|/
* fix source root locations.Piotr Bogdan2017-11-02
| | | | | | | | | | These have changed following commit https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f. See also: - https://github.com/NixOS/nixpkgs/pull/31004 - https://github.com/NixOS/nixpkgs/pull/31106
* puddletag: fix the due to sourceRoot changesPeter Hoeg2017-11-02
|
* puddletag: get rid of pypkgs variablePeter Hoeg2017-01-02
|
* puddletag: 1.1.1 -> 1.2.0Peter Hoeg2016-11-29
|
* puddletag: force python2Peter Hoeg2016-10-20
|
* puddletag: init at 1.1.1 (#17443)Peter Hoeg2016-08-03
Thanks to @fridh for feedback.