mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +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,
|
rustc,
|
||||||
wrapGAppsHook4,
|
wrapGAppsHook4,
|
||||||
gdk-pixbuf,
|
gdk-pixbuf,
|
||||||
clapper,
|
clapper-unwrapped,
|
||||||
gtk4,
|
gtk4,
|
||||||
libadwaita,
|
libadwaita,
|
||||||
libxml2,
|
libxml2,
|
||||||
|
@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
clapper
|
clapper-unwrapped
|
||||||
gtk4
|
gtk4
|
||||||
libadwaita
|
libadwaita
|
||||||
libxml2
|
libxml2
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
blueprint-compiler,
|
blueprint-compiler,
|
||||||
sqlite,
|
sqlite,
|
||||||
clapper,
|
clapper-unwrapped,
|
||||||
gettext,
|
gettext,
|
||||||
gst_all_1,
|
gst_all_1,
|
||||||
gtuber,
|
gtuber,
|
||||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
libadwaita
|
libadwaita
|
||||||
openssl
|
openssl
|
||||||
sqlite
|
sqlite
|
||||||
clapper
|
clapper-unwrapped
|
||||||
|
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-libav
|
gst_all_1.gst-libav
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
openssl,
|
openssl,
|
||||||
gst_all_1,
|
gst_all_1,
|
||||||
clapper,
|
clapper-unwrapped,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libadwaita
|
libadwaita
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
clapper
|
clapper-unwrapped
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
gst_all_1.gst-libav
|
gst_all_1.gst-libav
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
webp-pixbuf-loader,
|
webp-pixbuf-loader,
|
||||||
icu,
|
icu,
|
||||||
gst_all_1,
|
gst_all_1,
|
||||||
clapper,
|
clapper-unwrapped,
|
||||||
# clapper support is still experimental and has bugs.
|
# clapper support is still experimental and has bugs.
|
||||||
# See https://github.com/GeopJr/Tuba/pull/931
|
# See https://github.com/GeopJr/Tuba/pull/931
|
||||||
clapperSupport ? false,
|
clapperSupport ? false,
|
||||||
|
@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
])
|
])
|
||||||
++ lib.optionals clapperSupport [
|
++ lib.optionals clapperSupport [
|
||||||
clapper
|
clapper-unwrapped
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue