mydumper: restrict to linux
This commit is contained in:
parent
201dd87507
commit
9167bd4850
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = ''High-perfomance MySQL backup tool'';
|
description = ''High-perfomance MySQL backup tool'';
|
||||||
homepage = https://github.com/maxbube/mydumper;
|
homepage = https://github.com/maxbube/mydumper;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ izorkin ];
|
maintainers = with maintainers; [ izorkin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user