Local packages now use callPackage in configuration.nix

This commit is contained in:
EsVagy42 2025-07-16 16:18:58 +02:00
parent 6d01a0c3d0
commit 2e26948537
3 changed files with 5 additions and 21 deletions

View file

@ -64,17 +64,9 @@ let
aspellDicts.hu
kdePackages.qtmultimedia
kdePackages.karousel
(
with pkgs;
import ./kwin4_effect_geometry_change/kwin4_effect_geometry_change.nix {
inherit lib;
inherit stdenv;
inherit fetchFromGitHub;
kpackage = kdePackages.kpackage;
kwin = kdePackages.kwin;
inherit nodejs;
}
)
(pkgs.lib.callPackageWith (
pkgs // pkgs.kdePackages
) ./kwin4_effect_geometry_change/kwin4_effect_geometry_change.nix { })
gimp
inkscape
@ -97,14 +89,7 @@ let
crawlTiles
prismlauncher
mindustry
(
with pkgs;
import ./jgrpp-0.65.2/jgrpp-0.65.2.nix {
inherit fetchFromGitHub;
inherit openttd;
inherit zstd;
}
)
(pkgs.callPackage ./jgrpp-0.65.2/jgrpp-0.65.2.nix { })
# retroarch-full