mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ffmpeg: add platforms
This commit is contained in:
parent
b73f704a2f
commit
af7d2aaa0d
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
inherit branch knownVulnerabilities;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue