Commit graph

15 commits

Author SHA1 Message Date
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
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
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Franz Pletz 2792a26553
sslscan: 1.11.12 -> 1.11.13 2019-04-02 12:02:40 +02:00
R. RyanTM b9b82e371f sslscan: 1.11.11 -> 1.11.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sslscan/versions
2018-10-24 15:21:50 +02:00
Daiderd Jordan 0fdbf3edeb
sslscan: fix clang build
/cc ZHF #36454
2018-03-12 21:12:20 +01:00
Robin Gloster a669adb381
sslscan: 1.11.10 -> 1.11.11 2018-01-17 00:10:08 +01:00
Robin Gloster b0e2c66345
sslscan: 1.11.8 -> 1.11.10 2017-05-23 13:48:01 +02:00
Robin Gloster 51f4e1829c
sslscan: 1.11.7 -> 1.11.8 2017-02-02 18:59:08 +01:00
Robin Gloster 8d317336ef
sslscan: use fetchFromGitHub 2016-10-09 12:52:02 +02:00
Franz Pletz 9117d20b45 sslscan: 1.11.5 -> 1.11.7, fixes darwin build 2016-07-17 17:15:24 +02:00
Franz Pletz 498ff955ec sslscan: 1.11.0 -> 1.11.5 2016-05-31 20:10:26 +02:00
Pascal Wittmann e2d7ff73d4 sslscan: fixed typo 2015-10-09 12:08:12 +02:00
Franz Pletz 78a027604a sslscan: init at 1.11.0 2015-10-09 11:12:02 +02:00