mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
paprefs: 0.9.10 → 1.0
This commit is contained in:
parent
d69f3a2a43
commit
f2163b9dff
@ -1,21 +1,16 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, pulseaudioFull, gtkmm2, libglademm
|
{ fetchurl, stdenv, meson, ninja, gettext, pkgconfig, pulseaudioFull, gtkmm3, dbus-glib, wrapGAppsHook }:
|
||||||
, dbus-glib, GConf, gconfmm, intltool }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "paprefs-0.9.10";
|
name = "paprefs-1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://freedesktop.org/software/pulseaudio/paprefs/${name}.tar.xz";
|
url = "https://freedesktop.org/software/pulseaudio/paprefs/${name}.tar.xz";
|
||||||
sha256 = "1c5b3sb881szavly220q31g7rvpn94wr7ywlk00hqb9zaikml716";
|
sha256 = "0y77i9gaaassvvjrpwb4xbgqcmr51zmj5rh4z8zm687i5izf84md";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pulseaudioFull gtkmm2 libglademm dbus-glib gconfmm ];
|
nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
buildInputs = [ pulseaudioFull gtkmm3 dbus-glib ];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ GConf ];
|
|
||||||
|
|
||||||
configureFlags = [ "--disable-lynx" ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "PulseAudio Preferences";
|
description = "PulseAudio Preferences";
|
||||||
|
@ -17660,9 +17660,7 @@ with pkgs;
|
|||||||
|
|
||||||
panotools = callPackage ../applications/graphics/panotools { };
|
panotools = callPackage ../applications/graphics/panotools { };
|
||||||
|
|
||||||
paprefs = callPackage ../applications/audio/paprefs {
|
paprefs = callPackage ../applications/audio/paprefs { };
|
||||||
inherit (gnome2) libglademm gconfmm GConf;
|
|
||||||
};
|
|
||||||
|
|
||||||
pavucontrol = callPackage ../applications/audio/pavucontrol { };
|
pavucontrol = callPackage ../applications/audio/pavucontrol { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user