bup: enable darwin build

This package builds fine on macOS.
This commit is contained in:
Lukasz Czyzykowski 2017-05-19 13:54:28 +02:00
parent f6863bcf7a
commit 4a9b30028d

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
Capable of doing *fast* incremental backups of virtual machine images. Capable of doing *fast* incremental backups of virtual machine images.
''; '';
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ muflax ]; maintainers = with maintainers; [ muflax ];
}; };
} }