mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
parent
02daf3f076
commit
4bf0061d28
1 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,12 @@ in python3Packages.buildPythonApplication rec {
|
|||
mv data/org.pitivi.Pitivi-mime.xml data/org.pitivi.Pitivi-mime.xml.in
|
||||
'';
|
||||
|
||||
# Fixes error
|
||||
# Couldn’t recognize the image file format for file ".../share/pitivi/pixmaps/asset-proxied.svg"
|
||||
# at startup, see https://github.com/NixOS/nixpkgs/issues/56943
|
||||
# and https://github.com/NixOS/nixpkgs/issues/89691#issuecomment-714398705.
|
||||
strictDeps = false;
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = "pitivi";
|
||||
|
|
Loading…
Reference in a new issue