Skip to content

Commit

Permalink
freerdp3: 3.9.0 -> 3.10.3 (NixOS#369808)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 14, 2025
2 parents 56cf45f + 30ad211 commit a4599c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/networking/remote/freerdp/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
stdenv,
lib,
fetchFromGitHub,
fetchpatch,
cmake,
docbook-xsl-nons,
libxslt,
Expand Down Expand Up @@ -62,20 +61,19 @@
# tries to compile and run generate_argument_docbook.c
withManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,

buildPackages,
gnome,
remmina,
}:

stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.9.0";
version = "3.10.3";

src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-oThlqUpEmhcLpMMYExMA3GbtB2+lq6oc5TRZt0eKRLA=";
hash = "sha256-qFjR1Z2GZsNpgjlbHw+o+dLCBLZQ9D9c93FFqFGM8T4=";
};

postPatch =
Expand All @@ -84,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
# skip NIB file generation on darwin
substituteInPlace "client/Mac/CMakeLists.txt" "client/Mac/cli/CMakeLists.txt" \
--replace-fail "if (NOT IS_XCODE)" "if (FALSE)"
--replace-fail "if(NOT IS_XCODE)" "if(FALSE)"
substituteInPlace "libfreerdp/freerdp.pc.in" \
--replace-fail "Requires:" "Requires: @WINPR_PKG_CONFIG_FILENAME@"
Expand Down

0 comments on commit a4599c4

Please sign in to comment.