Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
This commit is contained in:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
description = "Module for binary data manipulation";
|
||||
homepage = "https://github.com/scott-griffiths/bitstring";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ bjornfor ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user