jq: disable strptime test on darwin
This seems to fail depending on the machine's configuration, probably something locale or timezone related.
This commit is contained in:
@@ -24,7 +24,9 @@ stdenv.mkDerivation rec {
|
||||
url = https://patch-diff.githubusercontent.com/raw/stedolan/jq/pull/1214.diff;
|
||||
sha256 = "1w8bapnyp56di6p9casbfczfn8258rw0z16grydavdjddfm280l9";
|
||||
})
|
||||
];
|
||||
]
|
||||
++ stdenv.lib.optional stdenv.isDarwin ./darwin-strptime-test.patch;
|
||||
|
||||
patchFlags = [ "-p2" ]; # `src` subdir was introduced after v1.5 was released
|
||||
|
||||
configureFlags =
|
||||
|
||||
Reference in New Issue
Block a user