rdedup: mark as broken on darwin
This commit is contained in:
parent
8f1ab5f539
commit
0354db279a
@ -23,8 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
buildInputs = [ openssl libsodium lzma ]
|
buildInputs = [ openssl libsodium lzma ]
|
||||||
++ (stdenv.lib.optional stdenv.isDarwin Security);
|
++ (stdenv.lib.optional stdenv.isDarwin Security);
|
||||||
|
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
export LIBCLANG_PATH="${llvmPackages.libclang}/lib"
|
export LIBCLANG_PATH="${llvmPackages.libclang}/lib"
|
||||||
'';
|
'';
|
||||||
@ -35,5 +33,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ dywedir ];
|
maintainers = with maintainers; [ dywedir ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user