summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pcm
Commit message (Collapse)AuthorAge
* pcm: 202011 -> 202101R. RyanTM2021-02-03
|
* 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
* pcm: 202010 -> 202011R. RyanTM2020-12-01
|
* pcm: 202009 -> 202010R. RyanTM2020-11-11
|
* pcm: 202008 -> 202009R. RyanTM2020-11-04
|
* pcm: 202007 -> 202008R. RyanTM2020-09-05
|
* pcm: 202005 -> 202007R. RyanTM2020-07-27
|
* pcm: 202003 -> 202005Rovanion Luckey2020-06-02
|
* pcm: 201902 -> 202003R. RyanTM2020-03-23
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pcm: 201710 -> 201902R. RyanTM2019-07-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pcm/versions
* pcm: init at 201710Roosembert Palacios2018-03-14
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>