Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
This commit is contained in:
@@ -19,6 +19,6 @@ buildGoPackage rec {
|
||||
description = " Go bindings for protocol buffer";
|
||||
maintainers = with maintainers; [ lewo ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user