mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
xfce4-panel: synchronize gst plugins with xfce4-mixer
This commit is contained in:
parent
72ad248606
commit
c9de1ea49e
@ -9,6 +9,7 @@ let
|
|||||||
gst_plugins_minimal = gst_plugins_base.override {
|
gst_plugins_minimal = gst_plugins_base.override {
|
||||||
minimalDeps = true;
|
minimalDeps = true;
|
||||||
};
|
};
|
||||||
|
gst_plugins = [ gst_plugins_minimal ];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -34,6 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH"
|
--prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = { inherit gst_plugins; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.xfce.org/projects/xfce4-mixer; # referenced but inactive
|
homepage = http://www.xfce.org/projects/xfce4-mixer; # referenced but inactive
|
||||||
description = "A volume control application for the Xfce desktop environment";
|
description = "A volume control application for the Xfce desktop environment";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk, libxfce4util, libxfce4ui
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk, libxfce4util, libxfce4ui
|
||||||
, libwnck, exo, garcon, xfconf, libstartup_notification
|
, libwnck, exo, garcon, xfconf, libstartup_notification
|
||||||
, makeWrapper, gst_plugins_base }:
|
, makeWrapper, xfce4mixer }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
p_name = "xfce4-panel";
|
p_name = "xfce4-panel";
|
||||||
@ -18,9 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig intltool gtk libxfce4util exo libwnck
|
[ pkgconfig intltool gtk libxfce4util exo libwnck
|
||||||
garcon xfconf libstartup_notification
|
garcon xfconf libstartup_notification makeWrapper
|
||||||
makeWrapper gst_plugins_base
|
] ++ xfce4mixer.gst_plugins;
|
||||||
];
|
|
||||||
propagatedBuildInputs = [ libxfce4ui ];
|
propagatedBuildInputs = [ libxfce4ui ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user