flake: update 25.11

This commit is contained in:
Leonardo Eugênio 2025-12-31 21:38:44 -03:00
parent c6301c2f83
commit d7229a0948
20 changed files with 53 additions and 67 deletions

View file

@ -11,6 +11,7 @@
libbsd,
wayland,
wayland-protocols,
libcap,
}:
stdenv.mkDerivation {
@ -35,6 +36,7 @@ stdenv.mkDerivation {
libbsd
wayland
wayland-protocols
libcap
];
makeFlags = [ "WAYLAND=1" ];

View file

@ -2,7 +2,7 @@
stdenv,
fetchFromGitHub,
python3Packages,
wrapGAppsHook,
wrapGAppsHook3,
gtk3,
gobject-introspection,
}:
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
python3Packages.wrapPython
wrapGAppsHook
wrapGAppsHook3
];
propagatedBuildInputs = [

View file

@ -3,7 +3,7 @@
fetchFromGitHub,
pkg-config,
vala,
wrapGAppsHook,
wrapGAppsHook3,
}:
stdenv.mkDerivation rec {
pname = "lipsum";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
vala
wrapGAppsHook
wrapGAppsHook3
];
makeFlags = [ "PRG=${pname}" ];