mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01: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=disabled" # Linux-only
|
||||
"-Dximagesrc=disabled" # Linux-only
|
||||
"-Dpulse=disabled" # TODO check if we can keep this enabled
|
||||
] ++ optionals (!raspiCameraSupport) [
|
||||
"-Drpicamsrc=disabled"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue