mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
Merge pull request #191730 from viraptor/rdedup-darwin-fixed
rdedup: build fixed on darwin
This commit is contained in:
commit
8b3a9a1efa
@ -28,6 +28,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/dpc/rdedup";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user