| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: makeWrapper buildInputs to nativeBuildInputs | Ben Siraphob | 2021-02-19 | 1 | -1/+2 |
| * | treewide: stdenv.lib -> lib | Ben Siraphob | 2021-01-16 | 1 | -2/+2 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | utillinux: rename to util-linux | Graham Christensen | 2020-11-24 | 1 | -3/+3 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -1/+1 |
| * | gitAndTools.transcrypt: query dependencies in helper scripts•••adds a tool to get the paths of the dependencies needed by the helper scripts
(which are written only once and are never updated) to the output and patches
them to use it expand their path
| hyperfekt | 2019-05-19 | 2 | -0/+45 |
| * | gitAndTools.transcrypt: add hidden dependencies | hyperfekt | 2019-05-19 | 1 | -3/+3 |
| * | gitAndTools.transcrypt: 1.0.3 -> 1.1.0 (#41231)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/transcrypt/versions.
These checks were done:
- built on NixOS
- /nix/store/rnqjmp32pr8zq5y7bn9n0qcrnwg5qi82-transcrypt-1.1.0/bin/transcrypt passed the binary check.
- /nix/store/rnqjmp32pr8zq5y7bn9n0qcrnwg5qi82-transcrypt-1.1.0/bin/.transcrypt-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 1.1.0 with grep in /nix/store/rnqjmp32pr8zq5y7bn9n0qcrnwg5qi82-transcrypt-1.1.0
- directory tree listing: https://gist.github.com/74399ed2dc0f5e79c6face443cf11691
- du listing: https://gist.github.com/6c7f5baa546117396d7b51993bf84dba | R. RyanTM | 2018-05-30 | 1 | -2/+2 |
| * | transcrypt: 1.0.2 -> 1.0.3•••Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt -h` got 0 exit code
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt --help` got 0 exit code
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt -v` and found version 1.0.3
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt --version` and found version 1.0.3
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped -h` got 0 exit code
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped --help` got 0 exit code
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped -v` and found version 1.0.3
- ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped --version` and found version 1.0.3
- found 1.0.3 with grep in /nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3
- found 1.0.3 in filename of file in /nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3
cc "@elasticdog"
| Ryan Mulligan | 2018-02-28 | 1 | -2/+2 |
| * | transcrypt: 1.0.1 -> 1.0.2 | Aaron Bull Schaefer | 2017-04-05 | 1 | -2/+2 |
| * | transcrypt: 1.0.0 -> 1.0.1 | Aaron Bull Schaefer | 2017-01-05 | 1 | -2/+2 |
| * | transcrypt: 0.9.9 -> 1.0.0 | Aaron Bull Schaefer | 2017-01-01 | 1 | -2/+2 |
| * | transcrypt: 0.9.7 -> 0.9.9 | Aaron Bull Schaefer | 2016-09-06 | 1 | -6/+12 |
| * | transcrypt: init at 0.9.7 | Aaron Bull Schaefer | 2015-10-25 | 1 | -0/+35 |