Silvan Mosberger
ea5dfeab93
treewide: Drop infinisil as maintainer from most packages
...
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
2024-04-09 21:43:39 +02:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
netali
261caf29f4
ideviceinstaller: fix build
...
The package ideviceinstaller fails to build, because it uses the
deprecated function zip_get_num_entries. This commit allows the usage of
deprecated functions to fix the build.
2023-10-22 00:19:32 +02:00
Theodore Ni
0dc02fa9bb
ideviceinstaller: 1.1.1+date=2022-05-09 -> 1.1.1+date=2023-04-30
2023-06-28 00:06:54 -07:00
Thomas Watson
3a6216a5e2
ideviceinstaller: 1.1.1 -> 1.1.1+date=2022-05-09, cleanup
2022-06-03 13:21:11 -05:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08: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
Marc Seeger
f813e9382c
ideviceinstaller: 2018-10-01 -> 1.1.1 (and add darwin support)
2020-12-07 10:17:23 +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
Silvan Mosberger
768e9b1505
ideviceinstaller: 2018-06-01 -> 2018-10-01
2019-04-16 20:00:45 +02:00
Aristid Breitkreuz
8d84ba7037
ideviceinstaller: init at 2018-06-01
2018-12-27 20:05:11 +01:00