Merge pull request #27905 from davidak/restic
restic: enable darwin builds
This commit is contained in:
commit
d604336b5b
@ -26,7 +26,7 @@ buildGoPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://restic.github.io;
|
homepage = https://restic.github.io;
|
||||||
description = "A backup program that is fast, efficient and secure";
|
description = "A backup program that is fast, efficient and secure";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ maintainers.mbrgm ];
|
maintainers = [ maintainers.mbrgm ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user