summary refs log tree commit diff
path: root/pkgs/applications/audio/asunder/default.nix
Commit message (Collapse)AuthorAge
* asunder: 2.9.7 -> 3.0.1R. Ryantm2023-08-14
|
* treewide: remove global with lib; in pkgs/{audio,blockchain,editors}Shawn89012023-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* asunder: 2.9.6 -> 2.9.7R. RyanTM2020-10-25
|
* asunder: 2.9.5 -> 2.9.6R. RyanTM2020-06-17
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* asunder: 2.9.4 -> 2.9.5 (#72459)R. RyanTM2019-11-04
| | | | | | | * asunder: 2.9.4 -> 2.9.5 * asunder: cleanup build inputs Move intltool and makeWrapper to nativeBuildInputs
* asunder: 2.9.3 -> 2.9.4R. RyanTM2019-09-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asunder/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* asunder: 2.9.2 -> 2.9.3 (#38750)R. RyanTM2018-04-14
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asunder/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.9.3 with grep in /nix/store/maiwh6l7wa8gyjhx1zlg8l8xwrczszr7-asunder-2.9.3 - directory tree listing: https://gist.github.com/5cfcd566e15079a73ab786533722d002
* asunder: 2.8 -> 2.9.2Ryan Mulligan2018-02-24
| | | | Semi-automatic update; builds on NixOS
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* asunder: use gtk2 explicitlyNikolay Amiantov2016-09-13
|
* asunder: init at 2.8 (#18510)James Wood2016-09-13