3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #27905 from davidak/restic

restic: enable darwin builds
This commit is contained in:
Daiderd Jordan 2017-08-03 20:01:08 +02:00 committed by GitHub
commit d604336b5b

View file

@ -26,7 +26,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = https://restic.github.io;
description = "A backup program that is fast, efficient and secure";
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
license = licenses.bsd2;
maintainers = [ maintainers.mbrgm ];
};