adbfs-rootless: limit platform to linux

This commit is contained in:
Jörg Thalheim 2017-06-29 08:20:54 +01:00
parent da012dda01
commit fa68544156

View file

@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.bsd3;
maintainers = with maintainers; [ profpatsch ];
platforms = platforms.linux;
};
}