Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
This commit is contained in:
@@ -19,7 +19,7 @@ buildRustPackage rec {
|
||||
description = "Generate changelogs from local git metadata";
|
||||
homepage = https://github.com/clog-tool/clog-cli;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [stdenv.lib.maintainers.nthorne];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user