From 235294076e2c5de64f1c5beeeeba3ba142043282 Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 21 Feb 2023 11:10:19 -0500 Subject: [PATCH] sync --- pkgs/npiperelay/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/npiperelay/default.nix b/pkgs/npiperelay/default.nix index 1acfbc7..8cb7a68 100644 --- a/pkgs/npiperelay/default.nix +++ b/pkgs/npiperelay/default.nix @@ -1,4 +1,4 @@ -{ lib, stdenv, fetchurl }: +{ lib, stdenv, fetchurl, gzip, gnutar }: let version = "1.6.3"; @@ -41,7 +41,7 @@ in stdenv.mkDerivation rec { # it fails to detect ConBee2. homepage = "https://github.com/rupor-github/wsl-ssh-agent"; - license = licenses.free; + license = licenses.unfree; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ sstent ]; };