Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2021-01-11 13:36:42 +01:00
6904 changed files with 17629 additions and 16627 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fuse }:
{ lib, stdenv, fetchurl, fuse }:
stdenv.mkDerivation rec {
name = "aefs-0.4pre259-8843b7c";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ fuse ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/edolstra/aefs";
description = "A cryptographic filesystem implemented in userspace using FUSE";
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fuse, readline, libgcrypt, gmp }:
{ lib, stdenv, fetchFromGitHub, fuse, readline, libgcrypt, gmp }:
stdenv.mkDerivation {
pname = "afpfs-ng";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
buildInputs = [ fuse readline libgcrypt gmp ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/simonvetter/afpfs-ng";
description = "A client implementation of the Apple Filing Protocol";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkgconfig, qtbase, qttools }:
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkgconfig, qtbase, qttools }:
mkDerivation rec {
pname = "android-file-transfer";
@@ -14,7 +14,7 @@ mkDerivation rec {
nativeBuildInputs = [ cmake readline pkgconfig ];
buildInputs = [ fuse qtbase qttools ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Reliable MTP client with minimalistic UI";
homepage = "https://whoozle.github.io/android-file-transfer-linux/";
license = licenses.lgpl21Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fuse3, bzip2, zlib, attr, cmake }:
{ lib, stdenv, fetchFromGitHub, fuse3, bzip2, zlib, attr, cmake }:
stdenv.mkDerivation {
pname = "apfs-fuse-unstable";
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
ln -s $out/bin/apfs-fuse $out/bin/mount.fuse.apfs-fuse
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/sgan81/apfs-fuse";
description = "FUSE driver for APFS (Apple File System)";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub}:
{lib, stdenv, fetchFromGitHub}:
stdenv.mkDerivation rec {
pname = "bashmount";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
cp NEWS $out/share/doc/bashmount
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/jamielinux/bashmount";
description = "A menu-driven bash script for the management of removable media with udisks";
maintainers = [ maintainers.koral ];
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, util-linux, bash }:
{ lib, stdenv, fetchurl, pkgconfig, util-linux, bash }:
stdenv.mkDerivation rec {
pname = "bcache-tools";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
mkdir -p "$out/sbin" "$out/lib/udev/rules.d" "$out/share/man/man8"
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "User-space tools required for bcache (Linux block layer cache)";
longDescription = ''
Bcache is a Linux kernel block layer cache. It allows one or more fast
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, attr, libuuid, libscrypt, libsodium, keyutils
{ lib, stdenv, fetchFromGitHub, pkgconfig, attr, libuuid, libscrypt, libsodium, keyutils
, liburcu, zlib, libaio, udev, zstd, lz4, valgrind, python3Packages
, fuseSupport ? false, fuse3 ? null }:
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
installFlags = [ "PREFIX=${placeholder "out"}" ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Tool for managing bcachefs filesystems";
homepage = "https://bcachefs.org/";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, runCommand, fetchFromGitHub, bash, btrfs-progs, coreutils, python3Packages, util-linux }:
{ lib, stdenv, runCommand, fetchFromGitHub, bash, btrfs-progs, coreutils, python3Packages, util-linux }:
let
@@ -43,7 +43,7 @@ let
"SYSTEMD_SYSTEM_UNIT_DIR=$(out)/etc/systemd/system"
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/Zygo/bees";
description = "Block-oriented BTRFS deduplication service";
license = licenses.gpl3;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, curl, gnutls, libgcrypt, libuuid, fuse }:
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, curl, gnutls, libgcrypt, libuuid, fuse }:
stdenv.mkDerivation rec {
pname = "blobfuse";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ curl gnutls libgcrypt libuuid fuse ];
nativeBuildInputs = [ cmake pkgconfig ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Mount an Azure Blob storage as filesystem through FUSE";
license = licenses.mit;
maintainers = with maintainers; [ jbgi ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, curl, fuse, libxml2, pkgconfig }:
{ lib, stdenv, fetchFromGitHub, curl, fuse, libxml2, pkgconfig }:
let
srcs = {
@@ -44,7 +44,7 @@ in stdenv.mkDerivation {
install boxfs boxfs-init $out/bin
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE file system for box.com accounts";
longDescription = ''
Store files on box.com (an account is required). The first time you run
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, attr, acl, zlib, libuuid, e2fsprogs, lzo
{ lib, stdenv, fetchurl, pkgconfig, attr, acl, zlib, libuuid, e2fsprogs, lzo
, asciidoc, xmlto, docbook_xml_dtd_45, docbook_xsl, libxslt, zstd, python3
}:
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optional stdenv.hostPlatform.isMusl "--disable-backtrace";
meta = with stdenv.lib; {
meta = with lib; {
description = "Utilities for the btrfs filesystem";
homepage = "https://btrfs.wiki.kernel.org/";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, buildPythonApplication
, docopt, anytree
@@ -20,7 +20,7 @@ buildPythonApplication rec {
postPatch = '' patchShebangs . '';
meta = with stdenv.lib; {
meta = with lib; {
description = "The command line catalog tool for your offline data";
homepage = "https://github.com/deadc0de6/catcli";
license = licenses.gpl3;
+2 -2
View File
@@ -1,5 +1,5 @@
# This file was generated by go2nix.
{ stdenv, buildGoPackage, fetchFromGitHub, lvm2 }:
{ lib, stdenv, buildGoPackage, fetchFromGitHub, lvm2 }:
buildGoPackage rec {
pname = "convoy";
@@ -16,7 +16,7 @@ buildGoPackage rec {
buildInputs = [lvm2];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/rancher/convoy";
description = "A Docker volume plugin, managing persistent container volumes";
license = licenses.asl20;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, makeWrapper, ncurses, readline, ronn }:
{ lib, stdenv, fetchFromGitHub, makeWrapper, ncurses, readline, ronn }:
stdenv.mkDerivation rec {
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Manipulating CPC dsk images and files";
homepage = "https://github.com/derikz/cpcfs/" ;
license = licenses.bsd2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch
{ lib, stdenv, fetchFromGitHub, fetchpatch
, cmake, pkgconfig, python, gtest
, boost, cryptopp, curl, fuse, openssl
}:
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
done
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Cryptographic filesystem for the cloud";
homepage = "https://www.cryfs.org";
license = licenses.lgpl3;
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, fuse, curl, pkgconfig, glib, zlib}:
{lib, stdenv, fetchurl, fuse, curl, pkgconfig, glib, zlib}:
stdenv.mkDerivation {
name = "curlftpfs-0.9.2";
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
doCheck = false; # fails, doesn't work well too, btw
meta = with stdenv.lib; {
meta = with lib; {
description = "Filesystem for accessing FTP hosts based on FUSE and libcurl";
homepage = "http://curlftpfs.sourceforge.net";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, fuse, zlib, bzip2, openssl, libxml2, icu, lzfse }:
{ lib, stdenv, fetchFromGitHub, cmake, fuse, zlib, bzip2, openssl, libxml2, icu, lzfse }:
stdenv.mkDerivation rec {
pname = "darling-dmg";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
"-llzfse"
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://www.darlinghq.org/";
description = "Darling lets you open macOS dmgs on Linux";
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, cmake
, mbedtls
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ fuse mbedtls ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Read BitLocker encrypted partitions in Linux";
homepage = "https://github.com/aorimn/dislocker";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, fuse, attr, asciidoc }:
{ lib, stdenv, fetchurl, pkgconfig, fuse, attr, asciidoc }:
stdenv.mkDerivation rec {
pname = "disorderfs";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
meta = with lib; {
description = "An overlay FUSE filesystem that introduces non-determinism into filesystem metadata";
license = licenses.gpl3;
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, gettext }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, gettext }:
stdenv.mkDerivation {
pname = "duff";
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
description = "Quickly find duplicate files";
longDescription = ''
Duff is a Unix command-line utility for quickly finding duplicates in
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, libgcrypt
{ lib, stdenv, fetchFromGitHub, libgcrypt
, pkgconfig, glib, linuxHeaders ? stdenv.cc.libc.linuxHeaders, sqlite }:
stdenv.mkDerivation rec {
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
meta = with stdenv.lib; {
meta = with lib; {
description = "A simple tool for finding duplicated extents and submitting them for deduplication";
homepage = "https://github.com/markfasheh/duperemove";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, buildPackages, fetchurl, fetchpatch, pkgconfig, libuuid, gettext, texinfo
{ lib, stdenv, buildPackages, fetchurl, fetchpatch, pkgconfig, libuuid, gettext, texinfo
, shared ? !stdenv.hostPlatform.isStatic
}:
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://e2fsprogs.sourceforge.net/";
description = "Tools for creating and checking ext2/ext3/ext4 filesystems";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ lib, stdenv, fetchFromGitHub
, cmake, pkgconfig, perl
, gettext, fuse, openssl, tinyxml2
}:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
"-DINSTALL_LIBENCFS=ON"
];
meta = with stdenv.lib; {
meta = with lib; {
description = "An encrypted filesystem in user-space via FUSE";
homepage = "https://vgough.github.io/encfs";
license = with licenses; [ gpl3 lgpl3 ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, fuse }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, fuse }:
stdenv.mkDerivation rec {
pname = "exfat";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ fuse ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Free exFAT file system implementation";
inherit (src.meta) homepage;
license = licenses.gpl2Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, file, libuuid, e2fsprogs, zlib, bzip2 }:
{ lib, stdenv, fetchurl, fetchpatch, file, libuuid, e2fsprogs, zlib, bzip2 }:
stdenv.mkDerivation rec {
version = "0.3.2";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [ file libuuid e2fsprogs zlib bzip2 ];
installFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Recover / undelete files from ext3 or ext4 partitions";
longDescription = ''
ext4magic can recover/undelete files from ext3 or ext4 partitions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, e2fsprogs }:
{ lib, stdenv, fetchurl, e2fsprogs }:
stdenv.mkDerivation {
version = "0.2.4";
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
--replace "inode.i_dir_acl" "inode.i_size_high"
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Utility that can recover deleted files from an ext3 or ext4 partition";
homepage = "http://extundelete.sourceforge.net/";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, autoreconfHook, libselinux, libuuid, pkgconfig }:
{ lib, stdenv, fetchgit, autoreconfHook, libselinux, libuuid, pkgconfig }:
stdenv.mkDerivation rec {
pname = "f2fs-tools";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
patches = [ ./f2fs-tools-cross-fix.patch ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/";
description = "Userland tools for the f2fs filesystem";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, parted, util-linux, pkg-config }:
{ lib, stdenv, fetchFromGitHub, parted, util-linux, pkg-config }:
stdenv.mkDerivation rec {
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ parted util-linux ];
meta = with stdenv.lib; {
meta = with lib; {
description = "The FAT16/FAT32 non-destructive resizer";
homepage = "https://github.com/ya-mouse/fatresize";
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, help2man}:
{lib, stdenv, fetchurl, help2man}:
stdenv.mkDerivation rec {
version = "1.6.3.622";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://fatsort.sourceforge.net/";
description = "Sorts FAT partition table, for devices that don't do sorting of files";
maintainers = [ maintainers.kovirobi ];
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perlPackages, makeWrapper }:
{ lib, stdenv, fetchurl, perlPackages, makeWrapper }:
perlPackages.buildPerlPackage {
pname = "File-Rename";
@@ -24,7 +24,7 @@ perlPackages.buildPerlPackage {
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {
meta = with lib; {
description = "Perl extension for renaming multiple files";
license = licenses.artistic1;
maintainers = with maintainers; [ peterhoeg ];
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fuse, p7zip, autoconf, automake, pkgconfig, makeWrapper }:
{ lib, stdenv, fetchFromGitHub, fuse, p7zip, autoconf, automake, pkgconfig, makeWrapper }:
stdenv.mkDerivation rec {
pname = "fuse-7z-ng";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
cp TODO README NEWS COPYING ChangeLog AUTHORS $out/share/doc/${pname}/
'';
meta = with stdenv.lib; {
meta = with lib; {
inherit version;
inherit (src.homepage);
description = "A FUSE-based filesystem that uses the p7zip library";
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkg-config, fuse3, nixosTests }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, fuse3, nixosTests }:
stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
passthru.tests = { inherit (nixosTests) podman; };
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE implementation for overlayfs";
longDescription = "An implementation of overlay+shiftfs in FUSE for rootless containers.";
license = licenses.gpl3;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, autoreconfHook, pkgconfig, fuse, glib, zlib }:
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook, pkgconfig, fuse, glib, zlib }:
stdenv.mkDerivation rec {
pname = "fuseiso";
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
install -Dm444 -t $out/share/doc/${pname} NEWS README
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE module to mount ISO filesystem images";
homepage = "https://sourceforge.net/projects/fuseiso";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation {
name = "genext2fs-1.4.1";
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
sed -e 's@4 [*] (EXT2_TIND_BLOCK+1)@-1+&@' -i genext2fs.c
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://genext2fs.sourceforge.net/";
description = "A tool to generate ext2 filesystem images without requiring root privileges";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libconfuse, gettext }:
{ lib, stdenv, fetchurl, pkgconfig, libconfuse, gettext }:
stdenv.mkDerivation rec {
pname = "genimage";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
cp -v README "$docdir"
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://git.pengutronix.de/cgit/genimage";
description = "Generate filesystem images from directory trees";
license = licenses.gpl2Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "0.5.2";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
--replace "gcc" "cc"
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://romfs.sourceforge.net/";
description = "Tool for creating romfs file system images";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, fuse, bison, flex_2_5_35, openssl, python3, ncurses, readline,
{lib, stdenv, fetchFromGitHub, fuse, bison, flex_2_5_35, openssl, python3, ncurses, readline,
autoconf, automake, libtool, pkgconfig, zlib, libaio, libxml2, acl, sqlite,
liburcu, attr, makeWrapper, coreutils, gnused, gnugrep, which,
openssh, gawk, findutils, util-linux, lvm2, btrfs-progs, e2fsprogs, xfsprogs, systemd,
@@ -180,7 +180,7 @@ in stdenv.mkDerivation rec {
rm -r $out/bin/conf.py
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Distributed storage system";
homepage = "https://www.gluster.org";
license = licenses.lgpl3Plus; # dual licese: choice of lgpl3Plus or gpl2
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, buildGoModule
, fetchFromGitHub
, openssl
@@ -41,7 +41,7 @@ buildGoModule rec {
popd
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Encrypted overlay filesystem written in Go";
license = licenses.mit;
homepage = "https://nuetzlich.net/gocryptfs/";
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook }:
stdenv.mkDerivation rec {
pname = "gpart";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
meta = with lib; {
inherit (src.meta) homepage;
description = "Guess PC-type hard disk partitions";
longDescription = ''
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, yajl, cmake, libgcrypt, curl, expat, boost, libiberty }:
{ lib, stdenv, fetchFromGitHub, pkgconfig, yajl, cmake, libgcrypt, curl, expat, boost, libiberty }:
stdenv.mkDerivation rec {
version = "0.5.1";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libgcrypt yajl curl expat stdenv boost libiberty ];
meta = with stdenv.lib; {
meta = with lib; {
description = "A console Google Drive client";
homepage = "https://github.com/vitalif/grive2";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, curl, openssl, fuse, libxml2, json_c, file }:
{ lib, stdenv, fetchFromGitHub, pkgconfig, curl, openssl, fuse, libxml2, json_c, file }:
stdenv.mkDerivation rec {
pname = "hubicfuse";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
ln -sf $out/bin/hubicfuse $out/sbin/mount.hubicfuse
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/TurboGit/hubicfuse";
description = "FUSE-based filesystem to access hubic cloud storage";
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake }:
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
cp iDSK $out/bin
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Manipulating CPC dsk images and files";
homepage = "https://github.com/cpcsdk/idsk" ;
license = licenses.mit;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, usbmuxd, fuse, libimobiledevice }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, usbmuxd, fuse, libimobiledevice }:
stdenv.mkDerivation rec {
pname = "ifuse";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig fuse usbmuxd libimobiledevice ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/libimobiledevice/ifuse";
description = "A fuse filesystem implementation to access the contents of iOS devices";
longDescription = ''
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, libuuid, autoreconfHook }:
{ lib, stdenv, fetchurl, fetchpatch, libuuid, autoreconfHook }:
stdenv.mkDerivation rec {
name = "jfsutils-1.1.15";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libuuid ];
meta = with stdenv.lib; {
meta = with lib; {
description = "IBM JFS utilities";
homepage = "http://jfs.sourceforge.net";
license = licenses.gpl3;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, file, fuse, libmtp }:
{ lib, stdenv, fetchFromGitHub, pkgconfig, file, fuse, libmtp }:
let version = "0.5"; in
stdenv.mkDerivation {
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ file fuse libmtp ];
meta = with stdenv.lib; {
meta = with lib; {
description = "A FUSE filesystem for MTP devices like Android phones";
homepage = "https://github.com/JasonFerrara/jmtpfs";
license = licenses.gpl3;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
zlib boost judy pam spdlog fmt python3 systemdMinimal
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://lizardfs.com";
description = "A highly reliable, scalable and efficient distributed file system";
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, coreutils, makeWrapper
{ lib, stdenv, fetchFromGitHub, coreutils, makeWrapper
, rsync, python3, pythonPackages }:
stdenv.mkDerivation rec {
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/mergerfs.mktrash --prefix PATH : ${makeBinPath [ pythonPackages.xattr ]}
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Optional tools to help manage data in a mergerfs pool";
homepage = "https://github.com/trapexit/mergerfs-tools";
license = licenses.isc;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, git }:
{ lib, stdenv, fetchFromGitHub, git }:
# Changing the variables CPPFLAGS and BUILD_CONFIG_NAME can be done by
# overriding the same-named attributes. See ./presets.nix for examples.
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
cp mkspiffs $out/bin
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Tool to build and unpack SPIFFS images";
license = licenses.mit;
homepage = "https://github.com/igrr/mkspiffs";
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, makeWrapper
, python
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
substituteInPlace $out/sbin/mfscgiserv --replace "datapath=\"$out" "datapath=\""
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://moosefs.com";
description = "Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System";
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, flac, fuse, lame, libid3tag, pkgconfig }:
{ lib, stdenv, fetchurl, flac, fuse, lame, libid3tag, pkgconfig }:
stdenv.mkDerivation rec {
pname = "mp3fs";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE file system that transparently transcodes to MP3";
longDescription = ''
A read-only FUSE filesystem which transcodes between audio formats
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "mtools";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://www.gnu.org/software/mtools/";
description = "Utilities to access MS-DOS disks";
platforms = platforms.unix;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, fuse, libmtp, glib, libmad, libid3tag }:
{ lib, stdenv, fetchurl, pkgconfig, fuse, libmtp, glib, libmad, libid3tag }:
stdenv.mkDerivation rec {
name = "mtpfs-1.1";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
sha256 = "07acrqb17kpif2xcsqfqh5j4axvsa4rnh6xwnpqab5b9w5ykbbqv";
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/cjd/mtpfs";
description = "FUSE Filesystem providing access to MTP devices";
platforms = platforms.all;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, libuuid, libselinux }:
{ lib, stdenv, fetchurl, fetchpatch, libuuid, libselinux }:
let
sourceInfo = rec {
version = "2.2.7";
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
find . -name .libs | xargs rm -rf
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "NILFS utilities";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
@@ -1,6 +1,6 @@
# FIXME: Unify with pkgs/development/python-modules/blivet/default.nix.
{ stdenv, fetchurl, buildPythonApplication, pykickstart, pyparted, pyblock
{ lib, stdenv, fetchurl, buildPythonApplication, pykickstart, pyparted, pyblock
, libselinux, cryptsetup, multipath_tools, lsof, util-linux
, useNixUdev ? true, systemd ? null
# useNixUdev is here for bw compatibility
@@ -41,7 +41,7 @@ buildPythonApplication rec {
# tests are currently _heavily_ broken upstream
doCheck = false;
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://fedoraproject.org/wiki/Blivet";
description = "Module for management of a system's storage configuration";
license = with licenses; [ gpl2Plus lgpl21Plus ];
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python, buildPythonApplication
{ lib, stdenv, fetchurl, python, buildPythonApplication
, libselinux
# Propagated to blivet
, useNixUdev ? true
@@ -67,7 +67,7 @@ in buildPythonApplication rec {
doCheck = false;
meta = with stdenv.lib; {
meta = with lib; {
description = "NixOS storage manager/partitioner";
homepage = "https://github.com/NixOS/nixpart";
license = licenses.gpl2Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, util-linux, libuuid
{lib, stdenv, fetchurl, util-linux, libuuid
, crypto ? false, libgcrypt, gnutls, pkgconfig}:
stdenv.mkDerivation rec {
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
ln -sv mount.ntfs-3g $out/sbin/mount.ntfs
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://www.tuxera.com/community/open-source-ntfs-3g/";
description = "FUSE-based NTFS driver with full write support";
maintainers = with maintainers; [ dezgeg ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, bison, flex, autoreconfHook
{ lib, stdenv, fetchurl, bison, flex, autoreconfHook
, openssl, db, attr, perl, tcsh
} :
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
sed -i 's:openssl:${openssl}/bin/openssl:' $out/bin/pvfs2-gen-keys.sh
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Scale-out network file system for use on high-end computing systems";
homepage = "http://www.orangefs.org/";
license = with licenses; [ asl20 bsd3 gpl2 lgpl21 lgpl21Plus openldap ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, autoreconfHook
, fuse
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
"--disable-static-unrar"
];
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE file system for reading RAR archives";
homepage = "https://hasse69.github.io/rar2fs/";
license = licenses.gpl3Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, nettle }:
{ lib, stdenv, fetchurl, nettle }:
stdenv.mkDerivation rec {
pname = "rdfind";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ nettle ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://rdfind.pauldreik.se/";
description = "Removes or hardlinks duplicate files very swiftly";
license = stdenv.lib.licenses.gpl2;
@@ -1,4 +1,4 @@
{stdenv, fetchurl, libaal}:
{lib, stdenv, fetchurl, libaal}:
let version = "2.0.1"; in
stdenv.mkDerivation rec {
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
substituteInPlace Makefile --replace ./run-ldconfig true
'';
meta = with stdenv.lib; {
meta = with lib; {
inherit version;
homepage = "https://sourceforge.net/projects/reiser4/";
description = "Reiser4 utilities";
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, nmap, jq, cifs-utils, sshfs, fetchFromGitHub, makeWrapper }:
{ lib, stdenv, nmap, jq, cifs-utils, sshfs, fetchFromGitHub, makeWrapper }:
stdenv.mkDerivation rec {
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/rmount --prefix PATH : ${stdenv.lib.makeBinPath [ nmap jq cifs-utils sshfs ]}
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/Luis-Hebendanz/rmount";
description = "Remote mount utility which parses a json file";
license = licenses.mit;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, fuse }:
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, fuse }:
stdenv.mkDerivation rec {
pname = "romdirfs";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ fuse ];
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE for access Playstation 2 IOP IOPRP images and BIOS dumps";
homepage = "https://github.com/mlafeldt/romdirfs";
license = licenses.gpl3;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ lib, stdenv, fetchFromGitHub
, autoreconfHook, pkgconfig
, fuse, curl, expat }:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
./autogen.sh
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/archiecobbs/s3backer";
description = "FUSE-based single file backing store via Amazon S3";
license = licenses.gpl2Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, curl, openssl, libxml2, fuse, osxfuse }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, curl, openssl, libxml2, fuse, osxfuse }:
stdenv.mkDerivation rec {
pname = "s3fs-fuse";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
ln -s $out/bin/s3fs $out/bin/mount.s3fs
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Mount an S3 bucket as filesystem through FUSE";
license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, rustPlatform
, fuse
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
postInstall = "installManPage man/sandboxfs.1";
meta = with stdenv.lib; {
meta = with lib; {
description = "A virtual file system for sandboxing";
homepage = "https://github.com/bazelbuild/sandboxfs";
license = with licenses; [ asl20 ];
+2 -2
View File
@@ -4,7 +4,7 @@
, lz4Support ? false
, lzma
, lzo
, stdenv
, lib, stdenv
, xz
, zlib
}:
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "XZ_SUPPORT=1" ]
++ stdenv.lib.optional lz4Support "LZ4_SUPPORT=1";
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/devttys0/sasquatch";
description = "Set of patches to the standard unsquashfs utility (part of squashfs-tools) that attempts to add support for as many hacked-up vendor-specific SquashFS implementations as possible";
license = licenses.gpl2Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ lib, stdenv, fetchFromGitHub
, cmake
, fuse }:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ fuse ];
meta = with stdenv.lib; {
meta = with lib; {
inherit (src.meta) homepage;
description = "Transparent encryption filesystem";
longDescription = ''
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, zlib }:
{ lib, stdenv, fetchFromGitHub, zlib }:
stdenv.mkDerivation rec {
pname = "simg2img";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Tool to convert Android sparse images to raw images";
homepage = "https://github.com/anestisb/android-simg2img";
license = licenses.asl20;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fuse, samba, pkgconfig, glib, autoconf, attr, libsecret }:
{ lib, stdenv, fetchurl, fuse, samba, pkgconfig, glib, autoconf, attr, libsecret }:
stdenv.mkDerivation rec {
pname = "smbnetfs";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
substituteInPlace src/function.c --replace "attr/xattr.h" "sys/xattr.h"
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "A FUSE FS for mounting Samba shares";
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ lib, stdenv, fetchFromGitHub
, meson, pkg-config, ninja, docutils, makeWrapper
, fuse3, glib
, which, python3Packages
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
python3 -m pytest test/
'';
meta = with stdenv.lib; {
meta = with lib; {
inherit (src.meta) homepage;
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
platforms = platforms.linux;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, fetchFromGitHub, fuse, installShellFiles }:
{ lib, stdenv, buildGoPackage, fetchFromGitHub, fuse, installShellFiles }:
buildGoPackage rec {
pname = "tmsu";
@@ -30,7 +30,7 @@ buildGoPackage rec {
installShellCompletion --zsh src/misc/zsh/_tmsu
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://www.tmsu.org";
description = "A tool for tagging your files using a virtual filesystem";
maintainers = with maintainers; [ pSub ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "u3-tool";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1p9c9kibd1pdbdfa0nd0i3n7bvzi3xg0chm38jg3xfl8gsn0390f";
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Tool for controlling the special features of a 'U3 smart drive' USB Flash disk";
homepage = "https://sourceforge.net/projects/u3-tool/";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, python3, makeWrapper }:
{ lib, stdenv, fetchFromGitHub, python3, makeWrapper }:
python3.pkgs.buildPythonApplication rec {
@@ -30,7 +30,7 @@ python3.pkgs.buildPythonApplication rec {
$out/bin/ubidump -h > /dev/null
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "View or extract the contents of UBIFS images";
homepage = "https://github.com/nlitsme/ubidump";
license = licenses.mit;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ncurses, readline, autoreconfHook }:
{ lib, stdenv, fetchFromGitHub, ncurses, readline, autoreconfHook }:
stdenv.mkDerivation rec {
pname = "udftools";
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
sed -i -e "s@/usr/sbin/pktsetup@$out/sbin/pktsetup@" $out/lib/udev/rules.d/80-pktsetup.rules
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "UDF tools";
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, fuse }:
{ lib, stdenv, fetchFromGitHub, cmake, fuse }:
stdenv.mkDerivation rec {
pname = "unionfs-fuse";
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
substituteInPlace $out/sbin/mount.unionfs-fuse --replace unionfs $out/bin/unionfs
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE UnionFS implementation";
homepage = "https://github.com/rpodgorny/unionfs-fuse";
license = licenses.bsd3;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, pkgconfig
, asciidoc
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
install -Dm444 -t $out/share/doc/${pname} AUTHORS LICENSE README TODO
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "FUSE-based VMFS (vmware) file system tools";
maintainers = with maintainers; [ peterhoeg ];
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, glib, neon, fuse, pkgconfig}:
{lib, stdenv, fetchurl, glib, neon, fuse, pkgconfig}:
stdenv.mkDerivation {
name = "wdfs-fuse-1.4.2";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [fuse glib neon];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://noedler.de/projekte/wdfs/";
license = licenses.gpl2;
description = "User-space filesystem that allows to mount a webdav share";
@@ -1,4 +1,4 @@
{stdenv, fetchurl, zlib, ncurses, fuse}:
{lib, stdenv, fetchurl, zlib, ncurses, fuse}:
stdenv.mkDerivation rec {
name = "wiimms-iso-tools";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
./install.sh --no-sudo
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wit.wiimm.de";
description = "A set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers";
license = licenses.gpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, buildPackages, fetchpatch, fetchurl, autoconf, automake, gettext, libtool, pkgconfig
{ lib, stdenv, buildPackages, fetchpatch, fetchurl, autoconf, automake, gettext, libtool, pkgconfig
, icu, libuuid, readline, inih
}:
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
find . -type d -name .libs | xargs rm -rf
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://xfs.org/";
description = "SGI XFS utilities";
license = licenses.lgpl21;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ruby, zfs }:
{ lib, stdenv, fetchFromGitHub, ruby, zfs }:
let version = "0.3.6"; in
stdenv.mkDerivation rec {
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
sed -e 's|cmd.*=.*"zfs |cmd = "${zfs}/sbin/zfs |g' -i $out/lib/zfstools/{dataset,snapshot}.rb
'';
meta = with stdenv.lib; {
meta = with lib; {
inherit version;
inherit (src.meta) homepage;
description = "OpenSolaris-compatible auto-snapshotting script for ZFS";