Allow YAML on other platforms as well.

This commit is contained in:
Moritz Angermann 2018-05-17 15:22:31 +08:00
parent 0e6fb50954
commit 8ea265279e
No known key found for this signature in database
GPG Key ID: A98C646D142C675F
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation {
homepage = http://pyyaml.org/;
description = "A YAML 1.1 parser and emitter written in C";
license = licenses.mit;
platforms = platforms.unix;
platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
};
}