mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
gst-plugins-good: Remove unnecessarily doubled line.
This commit is contained in:
parent
3162bc0e32
commit
fce7366370
@ -138,7 +138,6 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dv4l2-gudev=disabled" # Linux-only
|
"-Dv4l2-gudev=disabled" # Linux-only
|
||||||
"-Dv4l2=disabled" # Linux-only
|
"-Dv4l2=disabled" # Linux-only
|
||||||
"-Dximagesrc=disabled" # Linux-only
|
"-Dximagesrc=disabled" # Linux-only
|
||||||
"-Dpulse=disabled" # TODO check if we can keep this enabled
|
|
||||||
] ++ optionals (!raspiCameraSupport) [
|
] ++ optionals (!raspiCameraSupport) [
|
||||||
"-Drpicamsrc=disabled"
|
"-Drpicamsrc=disabled"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user