buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -30,7 +30,6 @@ buildRustPackage rec {
|
||||
description = "Quickly and easily fetch .gitignore templates from gitignore.io";
|
||||
homepage = "https://github.com/sondr3/git-ignore";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.sondr3 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Sync personal and work git repositories from multiple providers";
|
||||
homepage = "https://github.com/orf/git-workspace";
|
||||
license = with licenses; [ mit ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ misuzu ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user