mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
bup: enable darwin build
This package builds fine on macOS.
This commit is contained in:
parent
f6863bcf7a
commit
4a9b30028d
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
Capable of doing *fast* incremental backups of virtual machine images.
|
||||
'';
|
||||
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ muflax ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user