Merge pull request #40640 from angerman/feature/yaml-all
Allow YAML on other platforms as well.
This commit is contained in:
commit
33fa7b3f5a
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://pyyaml.org/;
|
homepage = http://pyyaml.org/;
|
||||||
description = "A YAML 1.1 parser and emitter written in C";
|
description = "A YAML 1.1 parser and emitter written in C";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user