mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
plakar: 1.0.6 -> 1.1.3
Done: - don't skip test "TestExecuteCmdMountDefault" - skip test "TestRebuildStateVersionMismatch" - add `__darwinAllowLocalNetworking = true;` to avoid having all the Test(Get|Set|Validate)Service.* tests fail on Darwin Changelogs: - https://github.com/PlakarKorp/plakar/releases/tag/v1.1.3 - https://github.com/PlakarKorp/plakar/releases/tag/v1.1.2 - https://github.com/PlakarKorp/plakar/releases/tag/v1.1.1 - https://github.com/PlakarKorp/plakar/releases/tag/v1.1.0
This commit is contained in:
@@ -8,16 +8,19 @@
|
||||
}:
|
||||
buildGo125Module (finalAttrs: {
|
||||
pname = "plakar";
|
||||
version = "1.0.6";
|
||||
version = "1.1.3";
|
||||
|
||||
# to avoid having all the Test(Get|Set|Validate)Service.* tests fail on darwin
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PlakarKorp";
|
||||
repo = "plakar";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-X8m2dXMb+cxWBbKm0MhhY2pNSBTUONyHoPnGlDG9jOg=";
|
||||
hash = "sha256-AQyE8VtTdkuevBVMLDfhN1h6/DirdhLgPu+76QfRUas=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-6MdwUJTu9QvqZ3iGEg39L5B5mce7JssFTF3ZmoTuH3M=";
|
||||
vendorHash = "sha256-nueFE6Ka1dq4Rt+Qs9YJU9N+yYfEyA8jkVGC4vKLjSI=";
|
||||
|
||||
buildInputs = [
|
||||
fuse
|
||||
@@ -30,8 +33,8 @@ buildGo125Module (finalAttrs: {
|
||||
checkFlags =
|
||||
let
|
||||
skippedTests = [
|
||||
# mount: fusermount: exec: "fusermount": executable file not found in $PATH
|
||||
"TestExecuteCmdMountDefault"
|
||||
# hangs even outside Nix, so probably an upstream issue:
|
||||
"TestRebuildStateVersionMismatch"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"TestBTreeScanMemory"
|
||||
|
||||
Reference in New Issue
Block a user