summary refs log tree commit diff
path: root/pkgs/servers/uhub
Commit message (Collapse)AuthorAge
* uhub: 0.5.0 -> unstable-2019-12-13Emery Hemingway2021-08-11
|
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* uhub: *Flags are listsRobin Gloster2019-12-30
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* uhub: fix build for aarch64makefu2018-10-12
| | | | | related: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770175 related: https://github.com/janvidar/uhub/issues/46
* uhub: use official upstream sourcesmakefu2018-10-08
| | | | the project changed the code repository to github
* uhub: re-enable sqlite pluginmakefu2018-10-07
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* uhub: 0.4.1 -> 0.5.0 (fixes build)obadz2016-09-07
| | | | | @ehmry: please have a look so that we can cherry-pick in release-16.09 and move forward on #18209
* Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway2015-12-05
| | | | Communication happens on Github so names should be consistent.
* uhub: initial package for version 0.4.1Emery Hemingway2014-09-01