Felix Buehler
|
87316d778b
|
various: cleanup of "inherit version;"
|
2021-07-18 00:19:24 +02:00 |
|
midchildan
|
6382f577bb
|
jmtpfs: add darwin build
|
2021-04-20 00:52:03 +09:00 |
|
Ben Siraphob
|
d6aeae8f90
|
pkgs/tools: pkgconfig -> pkg-config (2)
|
2021-01-17 23:27:27 +07: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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
volth
|
c814d72b51
|
treewide: name -> pname
|
2019-08-17 10:54:38 +00:00 |
|
John Ericson
|
531e4b80c9
|
misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
|
2017-09-21 15:49:53 -04:00 |
|
Cillian de Róiste
|
a2a69400a4
|
jmtpfs: add platform
|
2015-06-16 11:30:20 +02:00 |
|
Tobias Geerinckx-Rice
|
dda255f938
|
jmtpfs: fix changed sha256 hash
...by switching to fetchFromGitHub. Also clean up (some
dependencies are no longer needed).
|
2015-05-27 02:56:39 +02:00 |
|
Pascal Wittmann
|
8df0e0b151
|
Fixed many descriptions
|
2014-11-11 14:36:34 +01:00 |
|
Corey O'Connor
|
ce5dd5681e
|
use 0.5 archive of jmtpfs
|
2014-05-11 13:06:26 -07:00 |
|
Corey O'Connor
|
2efda9dce7
|
add jmtpfs - a FUSE filesystem for MTP
|
2014-05-11 12:36:51 -07:00 |
|