mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
@@ -8,6 +8,8 @@
|
||||
makeDesktopItem,
|
||||
makeWrapper,
|
||||
onedrive,
|
||||
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -100,6 +102,8 @@ python3Packages.buildPythonApplication rec {
|
||||
--add-flags $out/${python3Packages.python.sitePackages}/OneDriveGUI.py
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/bpozdena/OneDriveGUI";
|
||||
description = "Simple GUI for Linux OneDrive Client, with multi-account support";
|
||||
|
||||
Reference in New Issue
Block a user