xed-editor, xplayer: Move to by-name

The previous commit requires this commit to make by-name check happy.
This commit is contained in:
Bobby Rong
2024-07-22 01:02:16 +08:00
parent 508637b0e3
commit 888e32bea1
5 changed files with 6 additions and 17 deletions
@@ -8,10 +8,7 @@
, gettext
, glib
, gobject-introspection
, gst-plugins-bad
, gst-plugins-base
, gst-plugins-good
, gstreamer
, gst_all_1
, gtk-doc
, gtk3
, intltool
@@ -40,7 +37,7 @@ stdenv.mkDerivation rec {
# the gstreamer toolsdir points to the wrong derivation output
postPatch = ''
substituteInPlace configure.ac \
--replace '$gst10_toolsdir/gst-inspect-1.0' '${gstreamer}/bin/gst-inspect-1.0' \
--replace '$gst10_toolsdir/gst-inspect-1.0' '${gst_all_1.gstreamer}/bin/gst-inspect-1.0' \
'';
preBuild = ''
@@ -68,10 +65,10 @@ stdenv.mkDerivation rec {
clutter-gst
clutter-gtk
glib
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gstreamer
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gstreamer
gtk3
libpeas
libxml2
-8
View File
@@ -35161,8 +35161,6 @@ with pkgs;
xdotool = callPackage ../tools/X11/xdotool { };
xed-editor = callPackage ../applications/editors/xed-editor { };
xenPackages = recurseIntoAttrs (callPackage ../applications/virtualization/xen/packages.nix {});
xen = xenPackages.xen-vanilla;
@@ -35259,12 +35257,6 @@ with pkgs;
};
libfakeXinerama = callPackage ../tools/X11/xpra/libfakeXinerama.nix { };
xplayer = callPackage ../applications/video/xplayer {
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad;
};
libxplayer-plparser = callPackage ../applications/video/xplayer/plparser.nix { };
xrectsel = callPackage ../tools/X11/xrectsel { };
xrestop = callPackage ../tools/X11/xrestop { };