mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
adbfs-rootless: limit platform to linux
This commit is contained in:
parent
da012dda01
commit
fa68544156
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
|
|||
inherit (src.meta) homepage;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue