pythonDocs: group in subfolders pythonXY/TYPE

I got it now - promised.
This commit is contained in:
Florian Friesdorf
2013-03-05 12:33:24 +01:00
parent ee19854553
commit b345bca3af
25 changed files with 50 additions and 50 deletions

View File

@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "12qlh9ywbnw50wk5siq7lmhr935dd16q3vjbii6gfv0g80b1byzx";
};
installPhase = ''
mkdir -p $out/share/doc
cp -R ./ $out/share/doc/${name}
mkdir -p $out/share/doc/python30
cp -R ./ $out/share/doc/python30/text
'';
meta = {
maintainers = [ lib.maintainers.chaoflow ];