kodelife: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 08:37:52 +02:00
parent fc65db9a30
commit 8af8eba291
3 changed files with 3 additions and 8 deletions
@@ -8,8 +8,7 @@
alsa-lib,
curl,
avahi,
gstreamer,
gst-plugins-base,
gst_all_1,
libxcb,
libX11,
libXcursor,
@@ -78,8 +77,8 @@ stdenv.mkDerivation rec {
buildInputs = [
(lib.getLib stdenv.cc.cc)
alsa-lib
gstreamer
gst-plugins-base
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
];
installPhase = ''
-4
View File
@@ -16014,10 +16014,6 @@ with pkgs;
wfuzz = with python3Packages; toPythonApplication wfuzz;
kodelife = callPackage ../applications/graphics/kodelife {
inherit (gst_all_1) gstreamer gst-plugins-base;
};
sieveshell = with python3.pkgs; toPythonApplication managesieve;
swift-corelibs-libdispatch = swiftPackages.Dispatch;