désactivation de personnalisation de paquets

This commit is contained in:
2017-04-28 16:24:42 +02:00
committed by Yves Dubromelle
parent 02f76b6a30
commit b08da50c3c
2 changed files with 4 additions and 0 deletions

View File

@@ -14,10 +14,12 @@ mkIf flags.edition-video {
ffmpeg-full # assemblage de flux audio & video en ligne de commande
];
/* TODO: voir pour appliquer la personnalisation
nixpkgs.config.packageOverrides = pkgs: {
ffmpeg-full = pkgs.ffmpeg-full.override {
nonfreeLicensing = true;
nvenc = true;
};
};
*/
}