brise: change platforms to linux only

This commit is contained in:
mingchuan 2018-03-11 23:46:05 +08:00
parent 1c99ffcb21
commit cbf735e3f1
No known key found for this signature in database
GPG Key ID: 607CD25FA2D03651

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
# Note that individual packages in this collection # Note that individual packages in this collection
# may be released under different licenses # may be released under different licenses
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.linux;
maintainers = [ maintainers.sifmelcara ]; maintainers = [ maintainers.sifmelcara ];
}; };
} }