Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2021-01-24 20:41:42 +01:00
631 changed files with 2683 additions and 2201 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [ docopt anytree ];
postPatch = '' patchShebangs . '';
postPatch = "patchShebangs . ";
meta = with lib; {
description = "The command line catalog tool for your offline data";
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "disorderfs";
version = "0.5.6";
version = "0.5.11";
src = fetchurl {
url = "http://http.debian.net/debian/pool/main/d/disorderfs/disorderfs_${version}.orig.tar.bz2";
sha256 = "0xlsl6cw1p0d92crknrcf4iabgig0185dzp80qxh9iyjy42d27gk";
sha256 = "sha256-KqAMKVUykCgVdNyjacZjpVXqVdeob76v0iOuSd4TNIY=";
};
nativeBuildInputs = [ pkg-config asciidoc ];
+1 -1
View File
@@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
'';
configureFlags = [
''--localstatedir=/var''
"--localstatedir=/var"
];
nativeBuildInputs = [ rpcsvc-proto ];
+2 -4
View File
@@ -57,8 +57,7 @@ in rec {
'';
meta = common.meta // {
longDescription = common.meta.longDescription + ''
This package provides the servers and libraries.'';
longDescription = common.meta.longDescription + "This package provides the servers and libraries.";
};
});
@@ -93,8 +92,7 @@ in rec {
meta = common.meta // {
description = common.meta.description + " CLI clients";
longDescription = common.meta.longDescription + ''
This package provides the CLI clients, called 'icommands'.'';
longDescription = common.meta.longDescription + "This package provides the CLI clients, called 'icommands'.";
};
});
}
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "s3fs-fuse";
version = "1.87";
version = "1.88";
src = fetchFromGitHub {
owner = "s3fs-fuse";
repo = "s3fs-fuse";
rev = "v${version}";
sha256 = "09ib3sh6vg3z7cpccj3ysgpdyf84a98lf6nz15a61r4l27h111f2";
sha256 = "sha256-LxqTKu9F8FqHnjp1a9E/+WbH1Ol6if/OpY7LGsVE9Bw=";
};
buildInputs = [ curl openssl libxml2 ]