mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
irods: mark platforms.linux
cause upstream does not mention darwin anywhere
This commit is contained in:
parent
d607ea4740
commit
1d2d1271d6
@ -51,6 +51,6 @@ with stdenv;
|
||||
homepage = "https://irods.org";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.bzizou ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user