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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user