Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
This commit is contained in:
@@ -29,7 +29,7 @@ buildGoPackage rec {
|
||||
homepage = https://deis.io;
|
||||
description = "A command line utility used to interact with the Deis open source PaaS.";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
jgeerds
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user