drawpile: set meta.platforms (#57888)

This commit is contained in:
Tobias Bora 2019-04-11 06:27:17 +02:00 committed by Dmitry Kalinkin
parent 0960fc72b7
commit c0d27053cc

View file

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
downloadPage = https://drawpile.net/download/;
license = licenses.gpl3;
maintainers = with maintainers; [ fgaz ];
platforms = platforms.unix;
};
}