kodelife: move to by-name
This commit is contained in:
+3
-4
@@ -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 = ''
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user