mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
securefs: fix build w/glibc-2.34
Tests don't work in the sandbox and vendored catch2 doesn't compile, so we disable the tests. Failing Hydra build: https://hydra.nixos.org/build/163981825
This commit is contained in:
parent
6320b7240f
commit
25172c97d0
@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
|
||||
./add-macfuse-support.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e '/TEST_SOURCES/d' CMakeLists.txt
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ fuse ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user