xed-editor, xplayer: Move to by-name
The previous commit requires this commit to make by-name check happy.
This commit is contained in:
@@ -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
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user