Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
This commit is contained in:
@@ -99,6 +99,6 @@ perlPackages.buildPerlPackage rec {
|
||||
# https://github.com/Logitech/slimserver/blob/public/7.9/License.txt
|
||||
license = licenses.unfree;
|
||||
maintainers = [ maintainers.phile314 ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user