mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
treewide: use clapper-unwrapped instead of clapper
This commit is contained in:
parent
7ebb53f8c3
commit
39bb1dde01
4 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
rustc,
|
||||
wrapGAppsHook4,
|
||||
gdk-pixbuf,
|
||||
clapper,
|
||||
clapper-unwrapped,
|
||||
gtk4,
|
||||
libadwaita,
|
||||
libxml2,
|
||||
|
@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs =
|
||||
[
|
||||
clapper
|
||||
clapper-unwrapped
|
||||
gtk4
|
||||
libadwaita
|
||||
libxml2
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
desktop-file-utils,
|
||||
blueprint-compiler,
|
||||
sqlite,
|
||||
clapper,
|
||||
clapper-unwrapped,
|
||||
gettext,
|
||||
gst_all_1,
|
||||
gtuber,
|
||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libadwaita
|
||||
openssl
|
||||
sqlite
|
||||
clapper
|
||||
clapper-unwrapped
|
||||
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-libav
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
desktop-file-utils,
|
||||
openssl,
|
||||
gst_all_1,
|
||||
clapper,
|
||||
clapper-unwrapped,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
libadwaita
|
||||
desktop-file-utils
|
||||
clapper
|
||||
clapper-unwrapped
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-libav
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
webp-pixbuf-loader,
|
||||
icu,
|
||||
gst_all_1,
|
||||
clapper,
|
||||
clapper-unwrapped,
|
||||
# clapper support is still experimental and has bugs.
|
||||
# See https://github.com/GeopJr/Tuba/pull/931
|
||||
clapperSupport ? false,
|
||||
|
@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
|||
gst-plugins-bad
|
||||
])
|
||||
++ lib.optionals clapperSupport [
|
||||
clapper
|
||||
clapper-unwrapped
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue