Profpatsch
|
4a7f99d55d
|
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
|
2021-01-11 10:38:22 +01:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
worldofpeace
|
3fb66709ff
|
cuetools: use fetchFromGitHub
|
2019-02-26 20:29:34 -05:00 |
|
hhm
|
99d338b130
|
cuetools: symlink cuetag to cuetag.sh
Debian-based distros call cuetag.sh "cuetag" (see https://packages.debian.org/buster/amd64/cuetools/filelist).
This adds a symlink for compatibility with those distros.
|
2019-02-26 20:26:52 -05:00 |
|
Tobias Geerinckx-Rice
|
0c25292648
|
vorbis-tools: rename from old-style vorbisTools
|
2016-01-26 01:35:55 +01:00 |
|
codyopel
|
2fa244e4da
|
cuetools: 1.3.1 -> 1.4.1
+ Fix autoreconf
+ Add support for cuetag.sh
|
2015-04-24 05:21:40 -04:00 |
|
Jack Cummings
|
4527d677cc
|
cuetools metadata: license, maintainer, platforms
|
2013-03-31 21:43:53 -07:00 |
|
Jack Cummings
|
dbee2b8ee9
|
cuetools-1.3.1
|
2013-03-17 16:18:36 -07:00 |
|