about summary refs log tree commit diff
path: root/pkgs/applications/networking/umurmur
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-01-16umurmur: fix build with openssl_3ajs1241-0/+5
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel1-0/+2
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
2021-03-26umurmur: 0.2.19 -> 0.2.20R. RyanTM1-2/+2
2021-02-08umurmur: 0.2.17 -> 0.2.19R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-04umurmur: 0.2.16a -> 0.2.17Robin Gloster1-4/+4
fixes build with openssl 1.1.0
2017-02-17umurmr: 0.2.16 -> 0.2.16aRobin Gloster1-4/+4
2015-05-24umurmur: Enable shmapiWilliam A. Kennington III1-1/+4
2015-04-10umurmur: 0.2.15 -> 0.2.16William A. Kennington III1-2/+2
2015-02-06umurmur: Add meta platformsWilliam A. Kennington III1-0/+1
2015-02-06umurmur: 0.2.13 -> 0.2.15William A. Kennington III1-6/+9
2014-12-21Fix license attribute of many bsd-like licensed packagesPascal Wittmann1-2/+2
2013-06-21Updating umurmur to 0.2.13Lluís Batlle i Rossell1-2/+2
Now opus works.
2013-05-21umurmurd: update to 0.2.12Lluís Batlle i Rossell1-2/+2
Support for 1.2.4 clients.
2012-09-25Adding umurmur and protobuf-c.Lluís Batlle i Rossell1-0/+20