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
+1 -1
View File
@@ -22,7 +22,7 @@ buildGoPackage rec {
description = "CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP";
homepage = https://github.com/Versent/saml2aws;
license = licenses.mit;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.pmyjavec ];
};
}