17 , libappindicator-gtk3
20 , mesa # required for libgbm
23 stdenv.mkDerivation rec {
28 url = "https://web.archive.org/web/20211130190525/https://download.tetrd.app/files/tetrd.linux_amd64.pkg.tar.xz";
29 sha256 = "1bxp7rg2dm9nnvkgg48xd156d0jgdf35flaw0bwzkkh3zz9ysry2";
65 cp -r $sourceRoot/opt/Tetrd $out/opt
66 cp -r $sourceRoot/usr/share $out
68 wrapProgram $out/opt/Tetrd/tetrd \
69 --prefix LD_LIBRARY_PATH ":" ${lib.makeLibraryPath buildInputs}
75 substituteInPlace $out/share/applications/tetrd.desktop --replace /opt $out/opt
79 description = "Share your internet connection from your device to your PC and vice versa through a USB cable";
80 homepage = "https://tetrd.app";
81 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
82 license = licenses.unfree;
83 platforms = [ "x86_64-linux" ];
84 maintainers = with maintainers; [ Madouura ];