forked from mirrors/nixpkgs
Merge pull request #41910 from marsam/feature/remarshal-enable-darwin
remarshal: supports darwin
This commit is contained in:
commit
1e1e853dc2
|
@ -20,6 +20,5 @@ python3Packages.buildPythonApplication rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = https://github.com/dbohdan/remarshal;
|
homepage = https://github.com/dbohdan/remarshal;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline ];
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue