about summary refs log tree commit diff
path: root/pkgs/servers/uhub
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11uhub: 0.5.0 -> unstable-2019-12-13Emery Hemingway2-51/+11
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-1/+1
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
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30uhub: *Flags are listsRobin Gloster1-4/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-12uhub: fix build for aarch64makefu1-2/+7
related: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770175 related: https://github.com/janvidar/uhub/issues/46
2018-10-08uhub: use official upstream sourcesmakefu1-4/+6
the project changed the code repository to github
2018-10-07uhub: re-enable sqlite pluginmakefu2-1/+2
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-09-07uhub: 0.4.1 -> 0.5.0 (fixes build)obadz3-184/+23
@ehmry: please have a look so that we can cherry-pick in release-16.09 and move forward on #18209
2015-12-05Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway1-1/+1
Communication happens on Github so names should be consistent.
2014-09-01uhub: initial package for version 0.4.1Emery Hemingway3-0/+230