Commit graph

16 commits

Author SHA1 Message Date
R. RyanTM 37dd39ff87 umurmur: 0.2.19 -> 0.2.20 2021-03-26 10:57:27 +01:00
R. RyanTM aa43e62934 umurmur: 0.2.17 -> 0.2.19 2021-02-08 09:26:51 +01: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
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Robin Gloster 82d4963ab5
umurmur: 0.2.16a -> 0.2.17
fixes build with openssl 1.1.0
2017-08-04 04:07:39 +02:00
Robin Gloster fa98d41787
umurmr: 0.2.16 -> 0.2.16a 2017-02-17 00:13:11 +01:00
William A. Kennington III 5722d7c5b5 umurmur: Enable shmapi 2015-05-24 16:05:08 -07:00
William A. Kennington III 73815725a0 umurmur: 0.2.15 -> 0.2.16 2015-04-10 23:23:53 -07:00
William A. Kennington III 67f28ac1a9 umurmur: Add meta platforms 2015-02-06 13:15:23 -08:00
William A. Kennington III c6749d0306 umurmur: 0.2.13 -> 0.2.15 2015-02-06 13:13:49 -08:00
Pascal Wittmann f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Lluís Batlle i Rossell 1b8548fc72 Updating umurmur to 0.2.13
Now opus works.
2013-06-21 12:16:15 +02:00
Lluís Batlle i Rossell dc28cdf721 umurmurd: update to 0.2.12
Support for 1.2.4 clients.
2013-05-21 16:15:36 +02:00
Lluís Batlle i Rossell 1bd6ee6556 Adding umurmur and protobuf-c. 2012-09-25 19:35:03 +02:00