mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
vlc: fix with strictDeps = true
This commit is contained in:
parent
cea8f996a5
commit
80b53fa2ce
@ -189,6 +189,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
systemd
|
systemd
|
||||||
taglib
|
taglib
|
||||||
xcbutilkeysyms
|
xcbutilkeysyms
|
||||||
|
wayland-scanner # only required for configure script
|
||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
++ optionals (!stdenv.hostPlatform.isAarch && !onlyLibVLC) [ live555 ]
|
++ optionals (!stdenv.hostPlatform.isAarch && !onlyLibVLC) [ live555 ]
|
||||||
@ -207,6 +208,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
qtx11extras
|
qtx11extras
|
||||||
])
|
])
|
||||||
++ optionals (waylandSupport && withQt5) [ libsForQt5.qtwayland ];
|
++ optionals (waylandSupport && withQt5) [ libsForQt5.qtwayland ];
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
# vlc depends on a c11-gcc wrapper script which we don't have so we need to
|
# vlc depends on a c11-gcc wrapper script which we don't have so we need to
|
||||||
|
Loading…
Reference in New Issue
Block a user