mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
pkgs: update package definitions to their non-aliased names
This commit is contained in:
parent
1ef82f17f5
commit
edc79b33fb
@ -6,7 +6,7 @@
|
|||||||
, python3Packages
|
, python3Packages
|
||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook3
|
||||||
, gnome
|
, gnome
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
format = "other";
|
format = "other";
|
||||||
strictDeps = false;
|
strictDeps = false;
|
||||||
dontWrapGApps = true;
|
dontWrapGApps = true;
|
||||||
nativeBuildInputs = [ wrapGAppsHook autoreconfHook gobject-introspection ];
|
nativeBuildInputs = [ wrapGAppsHook3 autoreconfHook gobject-introspection ];
|
||||||
propagatedBuildInputs = [ recoll ]
|
propagatedBuildInputs = [ recoll ]
|
||||||
++ (with python3Packages; [ pydbus pygobject3 ]);
|
++ (with python3Packages; [ pydbus pygobject3 ]);
|
||||||
buildInputs = [ glib ];
|
buildInputs = [ glib ];
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
, gtksourceview5
|
, gtksourceview5
|
||||||
, libadwaita
|
, libadwaita
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook4
|
||||||
, pkg-config
|
, pkg-config
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
glib
|
glib
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
pkg-config
|
pkg-config
|
||||||
wrapGAppsHook
|
wrapGAppsHook4
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
, gettext
|
, gettext
|
||||||
, glib
|
, glib
|
||||||
, gtk4
|
, gtk4
|
||||||
, libwnck3
|
, libwnck
|
||||||
, wrapGAppsHook4
|
, wrapGAppsHook4
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3Packages
|
, python3Packages
|
||||||
@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libwnck3
|
libwnck
|
||||||
gtk4
|
gtk4
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -11,17 +11,15 @@
|
|||||||
, git
|
, git
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# TODO: Get rid of the build date or at least set the build date to zero to be
|
|
||||||
# reproducible.
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vgc";
|
pname = "vgc";
|
||||||
version = "unstable-2023-02-05";
|
version = "unstable-2024-08-16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vgc";
|
owner = "vgc";
|
||||||
repo = "vgc";
|
repo = "vgc";
|
||||||
rev = "8e8d958ab9f7fa6f741346d60f17af44d7abb592";
|
rev = "f9814daf5b7d411feeca0a1d994b344243402989";
|
||||||
sha256 = "sha256-84dckIOrHmxVX7U7VM1Le6tEqG1cJYaAfBcbKqJ6Ros=";
|
sha256 = "sha256-86Ze8+aKMn0EU+RjcyUuDCCaEleh48gzyU9ZuYxpSdM=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -45,5 +43,6 @@ stdenv.mkDerivation rec {
|
|||||||
description =
|
description =
|
||||||
"Upcoming suite of vector-drawing applications that makes use of Vector Graphics Complex (VGC)";
|
"Upcoming suite of vector-drawing applications that makes use of Vector Graphics Complex (VGC)";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ foo-dogsquared ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
pname = "willow";
|
pname = "willow";
|
||||||
version = "unstable-2024-05-17";
|
version = "unstable-2024-08-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Amolith";
|
owner = "Amolith";
|
||||||
repo = "willow";
|
repo = "willow";
|
||||||
rev = "5219377958faf103e16f16c29b2eb82f33a4f1c4";
|
rev = "af7202f230e42808b705bb9d4ddd04cfa28b401b";
|
||||||
hash = "sha256-MGz+X8Az2Cqzp5SB7L/RU18m15WOIS8vnAjCJwcTQ/s=";
|
hash = "sha256-ewXYkx2P2LO6Stg4P4WuVeDLgy2Zh/NYGkMl43DJ+Es=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-DCqD9GTszw7KJ+BlEX4T1Mra/D7uAFcWsMXg73V8a7k=";
|
vendorHash = "sha256-KLDoAd/YbQGW1v8bxffJS1PC8fJyEwWT5vT7g0a7rsg=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/Amolith/willow";
|
homepage = "https://github.com/Amolith/willow";
|
||||||
|
Loading…
Reference in New Issue
Block a user