about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/curlftpfs
AgeCommit message (Collapse)AuthorFilesLines
2021-05-18curlftpfs: fix sandboxed builds on darwinmidchildan2-4/+27
2021-04-20curlftpfs: add darwin buildmidchildan1-5/+14
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben 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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2018-09-07curlftpfs: update meta dataMarkus Kowalewski1-2/+6
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-0/+2
trivial part)
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2010-04-09Updating curlftpfsLluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/trunk/; revision=20994
2009-12-04* Refactoring: move most filesystem utilities / FUSE filesystems toEelco Dolstra1-0/+10
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809