Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)

This commit is contained in:
Freezeboy
2019-02-18 10:56:58 +01:00
committed by freezeboy
parent b75eab88bd
commit 8f87a61de2
73 changed files with 73 additions and 73 deletions
@@ -17,7 +17,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/prasmussen/gdrive;
description = "A command line utility for interacting with Google Drive";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.mit;
maintainers = [ maintainers.rzetterberg ];
};