From 6407f156b240d2038aac701dd3da834e0d89021e Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Apr 2023 07:43:22 +0000 Subject: [PATCH] cross compilation: remove gupnp patch --- hosts/common/cross/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index a8beab7d..29810528 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -938,16 +938,6 @@ in buildInputs = lib.remove next.gobject-introspection upstream.buildInputs; strictDeps = true; }); - gupnp_1_6 = prev.gupnp_1_6.overrideAttrs (orig: { - # fixes "subprojects/gi-docgen/meson.build:10:0: ERROR: python3 not found" - # this patch is copied from the default gupnp. - outputs = [ "out" "dev" ] - ++ lib.optionals (prev.stdenv.buildPlatform == prev.stdenv.hostPlatform) [ "devdoc" ]; - mesonFlags = [ - "-Dgtk_doc=${lib.boolToString (prev.stdenv.buildPlatform == prev.stdenv.hostPlatform)}" - "-Dintrospection=${lib.boolToString (prev.stdenv.buildPlatform == prev.stdenv.hostPlatform)}" - ]; - }); gst_all_1 = prev.gst_all_1 // { # gst-editing-services = prev.gst_all_1.gst-editing-services.override {