workrave: migrate to pkgs/by-name
This commit is contained in:
@@ -26,12 +26,10 @@
|
||||
dbus,
|
||||
dbus-glib,
|
||||
gdome2,
|
||||
gstreamer,
|
||||
gst-plugins-base,
|
||||
gst-plugins-good,
|
||||
gst_all_1,
|
||||
libsigcxx,
|
||||
boost,
|
||||
jinja2,
|
||||
python3Packages,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -54,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
libtool
|
||||
pkg-config
|
||||
wrapGAppsHook3
|
||||
jinja2
|
||||
python3Packages.jinja2
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
@@ -74,9 +72,9 @@ stdenv.mkDerivation rec {
|
||||
dbus
|
||||
dbus-glib
|
||||
gdome2
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
libsigcxx
|
||||
boost
|
||||
];
|
||||
@@ -15986,11 +15986,6 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||
};
|
||||
|
||||
workrave = callPackage ../applications/misc/workrave {
|
||||
inherit (python3Packages) jinja2;
|
||||
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good;
|
||||
};
|
||||
|
||||
worldengine-cli = python3Packages.worldengine;
|
||||
|
||||
wpsoffice = libsForQt5.callPackage ../applications/office/wpsoffice { };
|
||||
|
||||
Reference in New Issue
Block a user