mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
autoPatchelfHook,
|
||||||
wayland-scanner,
|
wayland-scanner,
|
||||||
rust-bindgen,
|
rust-bindgen,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "waypipe";
|
pname = "waypipe";
|
||||||
|
@ -69,6 +70,8 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
||||||
vulkan-loader
|
vulkan-loader
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Network proxy for Wayland clients (applications)";
|
description = "Network proxy for Wayland clients (applications)";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue