Loading pkgs/development/libraries/libcryptui/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkg-config dbus-glib # dbus-binding-tool gtk3 # AM_GLIB_GNU_GETTEXT intltool autoreconfHook ]; Loading @@ -44,6 +46,9 @@ stdenv.mkDerivation rec { ]; propagatedBuildInputs = [ dbus-glib ]; env.GNUPG = lib.getExe gnupg; env.GPGME_CONFIG = lib.getExe' (lib.getDev gpgme) "gpgme-config"; enableParallelBuilding = true; passthru = { Loading @@ -59,5 +64,8 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/libcryptui"; license = licenses.lgpl21Plus; platforms = platforms.unix; # ImportError: lib/gobject-introspection/giscanner/_giscanner.cpython-312-x86_64-linux-gnu.so # cannot open shared object file: No such file or directory broken = stdenv.buildPlatform != stdenv.hostPlatform; }; } Loading
pkgs/development/libraries/libcryptui/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkg-config dbus-glib # dbus-binding-tool gtk3 # AM_GLIB_GNU_GETTEXT intltool autoreconfHook ]; Loading @@ -44,6 +46,9 @@ stdenv.mkDerivation rec { ]; propagatedBuildInputs = [ dbus-glib ]; env.GNUPG = lib.getExe gnupg; env.GPGME_CONFIG = lib.getExe' (lib.getDev gpgme) "gpgme-config"; enableParallelBuilding = true; passthru = { Loading @@ -59,5 +64,8 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/libcryptui"; license = licenses.lgpl21Plus; platforms = platforms.unix; # ImportError: lib/gobject-introspection/giscanner/_giscanner.cpython-312-x86_64-linux-gnu.so # cannot open shared object file: No such file or directory broken = stdenv.buildPlatform != stdenv.hostPlatform; }; }