summary refs log tree commit diff
path: root/pkgs/applications/audio/aj-snapshot
Commit message (Collapse)AuthorAge
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* jack2Full: deprecate aliasSandro Jäckel2021-04-03
|
* 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: 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
* treewide: remove trailing whitespacesBen Siraphob2021-01-01
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* aj-snapshot: 0.9.8 -> 0.9.9R. RyanTM2019-03-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aj-snapshot/versions
* aj-snapshot: 0.9.7 -> 0.9.8Ryan Mulligan2018-03-07
| | | | | | | | Semi-automatic update. 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 0.9.8 in filename of file in /nix/store/20clx4g7349qaa4z00grmvncaszmmr9w-aj-snapshot-0.9.8
* maintainers: changed email and nice of maintainer mrVanDaloIngolf Wagner2017-12-01
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* aj-snapshot: 0.9.6 -> 0.9.7Robin Gloster2017-05-23
|
* aj-snapshot: init (0.9.6)Ingolf Wagner2015-11-30