mydumper: restrict to linux

This commit is contained in:
Jörg Thalheim 2018-05-07 14:44:30 +01:00
parent 201dd87507
commit 9167bd4850

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = ''High-perfomance MySQL backup tool'';
homepage = https://github.com/maxbube/mydumper;
license = licenses.gpl3;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ izorkin ];
};
}