x2goclient: use stdenv.mkDerivation

Part of #180841
This commit is contained in:
Tomo 2024-10-14 17:06:55 +00:00
parent 828accc0e3
commit 03fae2ef69

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, fetchurl
, cups
, libssh
@ -15,7 +16,7 @@
, pkg-config
}:
qt5.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "x2goclient";
version = "4.1.2.2";