mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
vlc: fix with strictDeps = true
This commit is contained in:
parent
cea8f996a5
commit
80b53fa2ce
@ -189,6 +189,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
systemd
|
||||
taglib
|
||||
xcbutilkeysyms
|
||||
wayland-scanner # only required for configure script
|
||||
zlib
|
||||
]
|
||||
++ optionals (!stdenv.hostPlatform.isAarch && !onlyLibVLC) [ live555 ]
|
||||
@ -207,6 +208,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
qtx11extras
|
||||
])
|
||||
++ optionals (waylandSupport && withQt5) [ libsForQt5.qtwayland ];
|
||||
strictDeps = true;
|
||||
|
||||
env = {
|
||||
# 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