mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
waypipe: provide update script
This commit is contained in:
parent
2b9ac4b05e
commit
4fe6187474
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
autoPatchelfHook,
|
||||
wayland-scanner,
|
||||
rust-bindgen,
|
||||
nix-update-script,
|
||||
}:
|
||||
llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "waypipe";
|
||||
|
@ -69,6 +70,8 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
|||
vulkan-loader
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Network proxy for Wayland clients (applications)";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue