Merge pull request #41910 from marsam/feature/remarshal-enable-darwin

remarshal: supports darwin
This commit is contained in:
Jörg Thalheim
2018-06-13 08:48:00 +01:00
committed by GitHub

View File

@@ -20,6 +20,5 @@ python3Packages.buildPythonApplication rec {
license = licenses.mit;
homepage = https://github.com/dbohdan/remarshal;
maintainers = with maintainers; [ offline ];
platforms = platforms.linux;
};
}