about summary refs log tree commit diff
path: root/pkgs/tools/misc/usbmuxd/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-11-28treewide: add mainProgramh7x41-0/+1
(cherry picked from commit 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1)
2023-06-28usbmuxd: 1.1.1+date=2022-04-04 -> 1.1.1+date=2023-05-05Theodore Ni1-3/+7
2022-06-03usbmuxd: unstable-2021-05-08 -> 1.1.1+date=2022-04-04, cleanupThomas Watson1-11/+25
2021-06-03usbmuxd: 1.1.1 -> unstable-2021-05-08fortuneteller2k1-3/+3
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-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-12-07usbmuxd: 2019-11-11 -> 1.1.1Marc Seeger1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-07usbmuxd: 2019-03-05 -> 2019-11-11Ivan Kozik1-3/+3
2019-04-16usbmuxd: 2018-10-10 -> 2019-03-05Silvan Mosberger1-4/+4
2019-02-17usbmuxd: cleanupworldofpeace1-2/+0
2019-01-30usbmuxd: 2018-07-22 -> 2018-10-10Ari Lotter1-3/+3
2018-08-13usbmuxd: 1.1.0 -> 2018-07-22worldofpeace1-16/+26
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-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2015-04-29usbmuxd: update to 1.1.0Thomas Tuegel1-13/+11
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-01-05usbmuxd-1.0.7Yury G. Kudryashov1-5/+10
svn path=/nixpkgs/trunk/; revision=31321
2010-09-26Add usbmuxdYury G. Kudryashov1-0/+27
svn path=/nixpkgs/trunk/; revision=23948