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;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
platforms = platforms.all;
|
||||||
inherit branch knownVulnerabilities;
|
inherit branch knownVulnerabilities;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue