envelope: remove unused inputs
This commit is contained in:
@@ -1,42 +1,32 @@
|
||||
{
|
||||
appstream-glib,
|
||||
cargo,
|
||||
desktop-file-utils,
|
||||
fetchFromGitLab,
|
||||
glib,
|
||||
gst_all_1,
|
||||
gtk4,
|
||||
gtksourceview5,
|
||||
lib,
|
||||
libadwaita,
|
||||
libshumate,
|
||||
libsoup_3,
|
||||
meson,
|
||||
ninja,
|
||||
openssl,
|
||||
pipewire,
|
||||
pkg-config,
|
||||
python3,
|
||||
rustPlatform,
|
||||
rustc,
|
||||
sqlite,
|
||||
stdenv,
|
||||
webkitgtk_6_0,
|
||||
wrapGAppsHook4,
|
||||
xdg-desktop-portal,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "envelope";
|
||||
# version = "0.1.0-unstable-2024-10-13";
|
||||
version = "0.1.0-unstable-2024-09-13";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "felinira";
|
||||
repo = "envelope";
|
||||
# rev = "c3f5ed4f9489576974d3ee6765b56bcfeafb1abe";
|
||||
# hash = "sha256-6s1DsgGDgXEtM6yvs8mNKElj9SOaWXpiPmw3TdDfMXs=";
|
||||
rev = "11ce86da13793787a25e48ca23322b33fcf8bf34"; # last commit before libadwaita 1.6
|
||||
hash = "sha256-EX309RhisBx27TscMsibEvqCSCUSukTgf4Xs1Vws4YY=";
|
||||
};
|
||||
@@ -46,41 +36,25 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
appstream-glib
|
||||
cargo
|
||||
desktop-file-utils
|
||||
glib
|
||||
gtk4
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
rustPlatform.bindgenHook
|
||||
rustPlatform.cargoSetupHook
|
||||
rustc
|
||||
wrapGAppsHook4
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
glib
|
||||
gtk4
|
||||
gtksourceview5
|
||||
libadwaita
|
||||
libshumate
|
||||
libsoup_3
|
||||
openssl
|
||||
pipewire
|
||||
sqlite
|
||||
webkitgtk_6_0
|
||||
xdg-desktop-portal
|
||||
]
|
||||
++ (with gst_all_1; [
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-bad
|
||||
gst-plugins-good
|
||||
]);
|
||||
buildInputs = [
|
||||
glib
|
||||
gtk4
|
||||
libadwaita
|
||||
libsoup_3
|
||||
openssl
|
||||
webkitgtk_6_0
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs --build build-aux/meson-cargo-manifest.py
|
||||
|
Reference in New Issue
Block a user