tune emulated package set (e.g. only emulate one of gvfs' deps; not the WHOLE thing

This commit is contained in:
Colin 2023-02-07 03:23:18 +00:00
parent 6cbeccf51f
commit fdec1817c4

View File

@ -47,11 +47,12 @@ in
# packages which don't cross compile # packages which don't cross compile
inherit (emulated) inherit (emulated)
# adwaita-qt # psqlodbc # adwaita-qt # psqlodbc
apacheHttpd # TODO: not properly patched apacheHttpd # TODO: not properly patched (we only need mod_dnssd?)
appstream appstream
blueman blueman
brltty brltty
cantarell-fonts # python3.10-skia-pathops cantarell-fonts # python3.10-skia-pathops
cdrtools
colord colord
duplicity # python3.10-s3transfer duplicity # python3.10-s3transfer
evince evince
@ -70,7 +71,7 @@ in
gst_all_1 # gst_all_1.gst-editing-services gst_all_1 # gst_all_1.gst-editing-services
gupnp gupnp
gupnp_1_6 gupnp_1_6
gvfs # gvfs
flatpak flatpak
hdf5 hdf5
http2 http2
@ -82,6 +83,7 @@ in
librest librest
librest_1_0 librest_1_0
libsForQt5 # qtbase libsForQt5 # qtbase
libuv
mod_dnssd mod_dnssd
ncftp ncftp
obex_data_server obex_data_server
@ -110,7 +112,7 @@ in
; ;
# pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [ # pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
# (py-next: py-prev: { # (py-next: py-prev: {
# defcon = py-prev.defcon.override { inherit prev.emulated.stdenv; }; # defcon = py-prev.defcon.override { inherit (prev.emulated) stdenv; };
# # psycopg2 = py-prev.psycopg2.override { inherit prev.emulated.stdenv; }; # # psycopg2 = py-prev.psycopg2.override { inherit prev.emulated.stdenv; };
# }) # })
# ]; # ];