nixpkgs-lint: add the platforms meta attr for most of my packages
This commit is contained in:
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Gigasampler file access library";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user