pkgs: update package definitions to their non-aliased names

This commit is contained in:
Gabriel Arazas 2024-08-24 12:55:40 +08:00
parent 1ef82f17f5
commit edc79b33fb
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
5 changed files with 14 additions and 15 deletions

View File

@ -6,7 +6,7 @@
, python3Packages
, glib
, gobject-introspection
, wrapGAppsHook
, wrapGAppsHook3
, gnome
}:
@ -23,7 +23,7 @@ python3Packages.buildPythonPackage rec {
format = "other";
strictDeps = false;
dontWrapGApps = true;
nativeBuildInputs = [ wrapGAppsHook autoreconfHook gobject-introspection ];
nativeBuildInputs = [ wrapGAppsHook3 autoreconfHook gobject-introspection ];
propagatedBuildInputs = [ recoll ]
++ (with python3Packages; [ pydbus pygobject3 ]);
buildInputs = [ glib ];

View File

@ -6,7 +6,7 @@
, gtksourceview5
, libadwaita
, autoreconfHook
, wrapGAppsHook
, wrapGAppsHook4
, pkg-config
}:
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
glib
gnome.nautilus
pkg-config
wrapGAppsHook
wrapGAppsHook4
];
buildInputs = [

View File

@ -8,7 +8,7 @@
, gettext
, glib
, gtk4
, libwnck3
, libwnck
, wrapGAppsHook4
, pkg-config
, python3Packages
@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec {
];
buildInputs = [
libwnck3
libwnck
gtk4
];

View File

@ -11,17 +11,15 @@
, git
}:
# TODO: Get rid of the build date or at least set the build date to zero to be
# reproducible.
stdenv.mkDerivation rec {
pname = "vgc";
version = "unstable-2023-02-05";
version = "unstable-2024-08-16";
src = fetchFromGitHub {
owner = "vgc";
repo = "vgc";
rev = "8e8d958ab9f7fa6f741346d60f17af44d7abb592";
sha256 = "sha256-84dckIOrHmxVX7U7VM1Le6tEqG1cJYaAfBcbKqJ6Ros=";
rev = "f9814daf5b7d411feeca0a1d994b344243402989";
sha256 = "sha256-86Ze8+aKMn0EU+RjcyUuDCCaEleh48gzyU9ZuYxpSdM=";
fetchSubmodules = true;
};
@ -45,5 +43,6 @@ stdenv.mkDerivation rec {
description =
"Upcoming suite of vector-drawing applications that makes use of Vector Graphics Complex (VGC)";
license = licenses.asl20;
maintainers = with maintainers; [ foo-dogsquared ];
};
}

View File

@ -5,16 +5,16 @@
buildGoModule {
pname = "willow";
version = "unstable-2024-05-17";
version = "unstable-2024-08-15";
src = fetchFromGitHub {
owner = "Amolith";
repo = "willow";
rev = "5219377958faf103e16f16c29b2eb82f33a4f1c4";
hash = "sha256-MGz+X8Az2Cqzp5SB7L/RU18m15WOIS8vnAjCJwcTQ/s=";
rev = "af7202f230e42808b705bb9d4ddd04cfa28b401b";
hash = "sha256-ewXYkx2P2LO6Stg4P4WuVeDLgy2Zh/NYGkMl43DJ+Es=";
};
vendorHash = "sha256-DCqD9GTszw7KJ+BlEX4T1Mra/D7uAFcWsMXg73V8a7k=";
vendorHash = "sha256-KLDoAd/YbQGW1v8bxffJS1PC8fJyEwWT5vT7g0a7rsg=";
meta = with lib; {
homepage = "https://github.com/Amolith/willow";