-
-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sview: init at 20_08 #344922
base: master
Are you sure you want to change the base?
sview: init at 20_08 #344922
Conversation
52f261c
to
ff10767
Compare
ecdf715
to
a3d14b7
Compare
]; | ||
}; | ||
|
||
installPhase = '' |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
ffmpeg_4 | ||
gtk2 | ||
libconfig | ||
libGL | ||
libXpm |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
]; | ||
maintainers = with maintainers; [ mx2uller ]; | ||
mainProgram = "sview"; | ||
platforms = platforms.linux; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Supposedly it also works on Mac and Windows. It is okay to leave it as is if you can't test those platforms
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't test on windows or mac, so I only included linux.
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I made changes like you suggested. Initially I did have buildInputs
but tried to build package without it, and it built successfully and run. For some reason everything in nativeBuildInputs
stays alive in nix store, even after gc
.
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
Description of changes
Cross-platform solution to view 3D stereoscopic videos and images.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.