Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Michael Weiss
6566612899
sshfs: 3.7.2 -> 3.7.3
...
https://github.com/libfuse/sshfs/releases/tag/sshfs-3.7.3 :
> This is the last release from the current maintainer. SSHFS is now no
> longer maintained or developed. Github issue tracking and pull
> requests have therefore been disabled. The mailing list (see below) is
> still available for use.
>
> If you would like to take over this project, you are welcome to do so.
> Please fork it and develop the fork for a while. Once there has been 6
> months of reasonable activity, please contact Nikolaus@rath.org and
> I'll be happy to give you ownership of this repository or replace with
> a pointer to the fork.
2022-06-12 12:30:32 +02:00
Bruno BELANYI
b9bf35b065
sshfs: add 'meta.mainProgram'
2021-11-05 19:19:59 +01:00
Michael Weiss
e1d814abda
sshfs: 3.7.1 -> 3.7.2
2021-06-08 14:07:36 +02:00
midchildan
87f578a36f
sshfs: add darwin build
2021-04-06 10:37:53 +09:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +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 Weiss
bd25321863
sshfs: 3.7.0 -> 3.7.1
2020-11-09 18:23:38 +01:00
Michael Weiss
63834d63da
sshfs: 3.6.0 -> 3.7.0
...
Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst
2020-01-04 20:07:16 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Franz Pletz
c424a9dec5
sshfs: fix fetchpatch hash
2019-11-03 14:58:56 +01:00
Michael Weiss
3f0d188f65
sshfs: 3.5.2 -> 3.6.0
...
The patch prevents the following error:
[2/7] Generating manpages with a custom command.
../sshfs.rst:210: (ERROR/3) Unexpected indentation.
../sshfs.rst:211: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
2019-11-03 14:21:43 +01:00
Minijackson
6fe888466f
sshfs: add ssh program to the environment
2019-10-13 11:41:10 +02: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
Michael Weiss
b5cfba1a36
sshfs: 3.5.1 -> 3.5.2
2019-04-13 11:43:56 +02:00
Michael Weiss
bacc8e6a54
sshfs: 3.5.0 -> 3.5.1
2018-12-22 17:56:42 +01:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Michael Weiss
98fbb44114
sshfs: 3.4.0 -> 3.5.0
2018-08-28 18:01:35 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Markus Kowalewski
4622596d63
sshfs-fuse: add license
2018-08-11 14:33:17 +02:00
Jan Malakhovski
15e96bd4d2
sshfs-fuse: use checkInputs, fix tests
2018-08-11 09:35:28 +00:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Michael Weiss
b0f9175d03
sshfs: 3.3.2 -> 3.4.0
2018-06-29 12:16:15 +02:00
Michael Weiss
175705b6ce
sshfs: 3.3.1 -> 3.3.2
2018-05-01 11:38:43 +02:00
Tuomas Tynkkynen
d2724c1346
sshfs-fuse: No need for rst2man.py patch anymore
2017-12-26 20:02:01 +02:00
Jan Tojnar
2dfa36233d
sshfs-fuse: remove unneeded rpath wrapping
2017-11-05 19:53:48 +02:00
Michael Weiss
6951604011
sshfs: 3.3.0 -> 3.3.1
2017-10-26 07:58:57 +02:00
Michael Weiss
699231ed78
sshfs: 3.2.0 -> 3.3.0
2017-09-23 23:15:36 +02:00
Michael Weiss
6f02c3bf77
sshfs-fuse: Fix the build on i686-linux
...
The last upgrade (137142a72c
) broke the
build on i686. Thanks @globin for noticing this.
2017-09-22 17:13:24 +02:00
Michael Weiss
137142a72c
sshfs-fuse: 2.10 -> 3.2.0
2017-09-21 23:59:46 +02:00
Michael Weiss
059d722e5c
sshfs-fuse: 2.9 -> 2.10
2017-08-14 00:14:38 +02:00
Tuomas Tynkkynen
640d434ddb
sshfs-fuse: 2.7 -> 2.9
2017-05-14 15:22:09 +03:00
koral
dc170b713d
sshfs: 2.6 -> 2.7
2016-03-06 18:40:26 +01:00
koral
0d45943167
sshfsFuse: 2.5 -> 2.6
2016-03-06 16:26:42 +01:00
Jascha Geerds
f8fae306a0
sshfs: Update homepage URL
2016-01-27 17:33:14 +01:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Peter Simons
f1a707fc74
sshfsFuse: update from 2.4 to 2.5
2014-03-05 15:40:08 +01:00
Eelco Dolstra
627f3574a6
* sshfs updated to 2.4.
...
svn path=/nixpkgs/trunk/; revision=34076
2012-05-12 23:11:00 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
David Guibert
1e4cb4f0eb
sshfs: link sshfs to mount.sshfs
...
mount.fuse is not able to find sshfs.
So calling
$ mount -t sshfs user@host:path mount/point
will search for mount.sshfs to do the mount.
svn path=/nixpkgs/trunk/; revision=28443
2011-08-09 20:38:55 +00:00
Eelco Dolstra
3ac4025945
* Add some packages to the channel.
...
svn path=/nixpkgs/trunk/; revision=24397
2010-10-21 11:18:30 +00:00
Eelco Dolstra
83ee756b0a
* Latest FUSE and sshfs.
...
svn path=/nixpkgs/trunk/; revision=18839
2009-12-08 11:38:34 +00:00
Eelco Dolstra
c726012afe
* Refactoring: move most filesystem utilities / FUSE filesystems to
...
tools/filesystems. Previously they were all over the place.
svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00