adbfs-rootless: limit platform to linux
This commit is contained in:
parent
da012dda01
commit
fa68544156
@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ profpatsch ];
|
maintainers = with maintainers; [ profpatsch ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user