mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
qstopmotion: remove unneeded v4l-utils dependency
this project only depends on the v4l libraries, not the utilities
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
# buildInputs
|
||||
guvcview,
|
||||
v4l-utils,
|
||||
|
||||
ffmpeg,
|
||||
}:
|
||||
@@ -58,7 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libsForQt5.qtxmlpatterns
|
||||
libsForQt5.qwt
|
||||
libv4l
|
||||
v4l-utils
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user