about summary refs log tree commit diff
path: root/pkgs/applications/graphics/screencloud
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* fix source root locations.Piotr Bogdan2017-11-02
| | | | | | | | | | These have changed following commit https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f. See also: - https://github.com/NixOS/nixpkgs/pull/31004 - https://github.com/NixOS/nixpkgs/pull/31106
* Remove top-level pycryptoFrederik Rietdijk2016-08-14
| | | | See #11567.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* screencloud: init at 1.2.0Forkk2015-04-15
Added a package for Screencloud, a program for taking screenshots and uploading them to various websites. This package was a bit finicky due to some nonsense in the CMakeLists file, but it seems to work properly. The package also includes API keys for the screencloud.net website. According to the author of the Arch Linux User Repo package for screencloud, these keys are only used for usage tracking, so we should be fine including them in the package here.