Skip to content

Commit

Permalink
rdedup: mark as broken on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir committed Feb 13, 2019
1 parent 8f1ab5f commit 0354db2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/tools/backup/rdedup/default.nix
Expand Up @@ -23,8 +23,6 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl libsodium lzma ]
++ (stdenv.lib.optional stdenv.isDarwin Security);

broken = stdenv.isDarwin;

configurePhase = ''
export LIBCLANG_PATH="${llvmPackages.libclang}/lib"
'';
Expand All @@ -35,5 +33,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mpl20;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
broken = stdenv.isDarwin;
};
}

0 comments on commit 0354db2

Please sign in to comment.