about summary refs log tree commit diff
path: root/pkgs/applications/misc
Commit message (Collapse)AuthorAge
* Merge pull request #76773 from dtzWill/update/joplin-desktop-0.177Will Dietz2020-01-01
|\ | | | | joplin-desktop: 1.0.167 -> 1.0.177
| * joplin-desktop: 1.0.167 -> 1.0.177Will Dietz2020-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/laurent22/joplin/releases/tag/v1.0.177 https://github.com/laurent22/joplin/releases/tag/v1.0.176 https://github.com/laurent22/joplin/releases/tag/v1.0.175 https://github.com/laurent22/joplin/releases/tag/v1.0.174 https://github.com/laurent22/joplin/releases/tag/v1.0.173 https://github.com/laurent22/joplin/releases/tag/v1.0.172 https://github.com/laurent22/joplin/releases/tag/v1.0.171 https://github.com/laurent22/joplin/releases/tag/v1.0.170 https://github.com/laurent22/joplin/releases/tag/v1.0.169 https://github.com/laurent22/joplin/releases/tag/v1.0.168
* | minder: 1.5.1 -> 1.6.0, add new req'd depsWill Dietz2020-01-01
|/
* Merge pull request #75029 from dtzWill/feature/heimerWill Dietz2019-12-31
|\ | | | | heimer: init at 1.12.0
| * heimer: simplify fetched rev, safe for sane repos.Will Dietz2019-12-31
| | | | | | | | Suggested by @doronbehar in PR review, thanks!
| * heimer: metaWill Dietz2019-12-04
| |
| * heimer: 1.11.0 -> 1.12.0Will Dietz2019-12-04
| |
| * heimer: init at 1.11.0Will Dietz2019-12-04
| |
* | Bemenu: 0.1.0 -> 0.3.0 (#76676)Silvan Mosberger2020-01-01
|\ \ | | | | | | Bemenu: 0.1.0 -> 0.3.0
| * | bemenu: 0.1.0 -> 0.3.0Nils André-Chang2020-01-01
| | | | | | | | | | | | | | | | | | Add option to enable backends. Co-Authored-By: Oleksii Filonenko <brightone@protonmail.com>
* | | get_iplayer: 2.99 -> 3.24Rika2020-01-01
| | |
* | | ranger: 1.9.2 -> 1.9.3toonn2019-12-31
| | |
* | | Merge branch 'master' into staging-nextJan Tojnar2019-12-30
|\ \ \
| * | | osm2xmap: clean upJan Tojnar2019-12-29
| |/ / | | | | | | | | | | | | Do not use DESTDIR and bring makeFlags more in line with the Makefile: https://github.com/sembruk/osm2xmap/blob/a5f9ceadf0b06c034850fb22c55f2be4dd43eaef/Makefile
| * | waybar: 0.8.0 -> 0.9.0Jean-Philippe Braun2019-12-28
| | |
* | | Merge master into staging-nextFrederik Rietdijk2019-12-29
|\| |
| * | taizen: fix darwin buildMaximilian Bosch2019-12-28
| | | | | | | | | | | | https://hydra.nixos.org/build/108557016
| * | josm: 15492 -> 15553R. RyanTM2019-12-27
| | |
| * | Merge pull request #76558 from Kiwi/simplenote-fixworldofpeace2019-12-26
| |\ \ | | | | | | | | simplenote: fix libstdc++ error
| | * | simplenote: fix libstdc++ errorRobert Djubek2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug that was noticed during an automated version bump. What was needed was to add an LD_LIBRARY_PATH entry for stdenv.cc.cc in makeWrapper ``` --prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \ ``` The error as seen in developer tools console was: ``` /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 Unable to load preload script: /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/desktop/preload.js (anonymous) @ /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:159 Error: libstdc++.so.6: cannot open shared object file: No such file or directory at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31) at Object.Module._extensions..node (internal/modules/cjs/loader.js:722) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18) at Module.load (internal/modules/cjs/loader.js:602) at tryModuleLoad (internal/modules/cjs/loader.js:541) at Function.Module._load (internal/modules/cjs/loader.js:533) at Module.require (internal/modules/cjs/loader.js:640) at require (internal/modules/cjs/helpers.js:20) at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:3) at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:116) ``` To (help) anyone that may find have errors like this in the future: makeWrapper requiring the makeLibraryPath with stdenv.cc.cc is fairly common for electron apps. At least ones that use dpkg on prebuilt debian .deb files (my `bitwarden` derivation requires it, too) that use gappsWrapperArgs Thanks @ryantm / r-ryantm and @worldofpeace :) Reference: https://github.com/NixOS/nixpkgs/pull/76421#pullrequestreview-336359695
| * | | maintainer-list.nix: remove ndowensNathan2019-12-26
| |/ /
| * | Merge pull request #73214 from DavHau/lutris-fix-missing-gnutlsMaximilian Bosch2019-12-26
| |\ \ | | | | | | | | lutris: add missing gnutls dependency
| | * | lutris: add missing gnutls dependencyDavHau2019-11-11
| | | | | | | | | | | | | | | | fixes #73205. Login with the battle.net client didn't work because gnutls was missing.
| * | | treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
| * | | Merge pull request #76172 from JohnAZoidberg/golden-cheetah-libusbDaniel Schaefer2019-12-26
| |\ \ \ | | | | | | | | | | golden-cheetah: Add libusb (ANT+ sensors), 3.5-DEV1903 -> 3.5-RC2X
| | * | | golden-cheeta: Use qtwebengine instead of qtwebkitDaniel Schaefer2019-12-22
| | | | |
| | * | | golden-cheetah: 3.5-DEV1903 -> 3.5-RC2XDaniel Schaefer2019-12-22
| | | | |
| | * | | golden-cheetah: Enable libusb supportDaniel Schaefer2019-12-22
| | | | | | | | | | | | | | | | | | | | Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
| * | | | Merge pull request #76302 from MetaDark/rofiMaximilian Bosch2019-12-26
| |\ \ \ \ | | | | | | | | | | | | rofi: fix displaying hicolor icons
| | * | | | rofi: fix displaying hicolor iconsMetaDark2019-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the hicolor theme to XDG_DATA_DIRS for rofi and moves all wrapping to rofi/wrapper.nix. The wrapper will now always be generated, even when a theme is not provided.
| * | | | | Merge pull request #76502 from kolaente/update/hugoMario Rodas2019-12-25
| |\ \ \ \ \ | | | | | | | | | | | | | | hugo 0.61.0 -> 0.62.0
| | * | | | | hugo 0.61.0 -> 0.62.0kolaente2019-12-25
| | | | | | |
| * | | | | | Merge pull request #76473 from r-ryantm/auto-update/xmrigmarkuskowa2019-12-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | xmrig: 5.1.0 -> 5.4.0
| | * | | | | | xmrig: 5.1.0 -> 5.4.0R. RyanTM2019-12-24
| | | | | | | |
| * | | | | | | Merge pull request #76446 from r-ryantm/auto-update/syncthingtrayRyan Mulligan2019-12-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | syncthingtray: 0.10.3 -> 0.10.4
| | * | | | | | | syncthingtray: 0.10.3 -> 0.10.4R. RyanTM2019-12-24
| | |/ / / / / /
| * | | | | | | Merge pull request #76421 from r-ryantm/auto-update/simplenoteRyan Mulligan2019-12-25
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | simplenote: 1.11.0 -> 1.12.0
| | * | | | | | simplenote: 1.11.0 -> 1.12.0R. RyanTM2019-12-24
| | |/ / / / /
* | | | | | | Merge branch 'master' into staging-nextJan Tojnar2019-12-25
|\| | | | | |
| * | | | | | Merge pull request #76300 from mmlb/alacritty-tic-eJörg Thalheim2019-12-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | alacritty: Add -e to tic call following INSTALL.md
| | * | | | | | alacritty: Add -e to tic call following INSTALL.mdManuel Mendez2019-12-23
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #76212 from r-ryantm/auto-update/blenderNiklas Hambüchen2019-12-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | blender: 2.81 -> 2.81a
| | * | | | | | blender: 2.81 -> 2.81aR. RyanTM2019-12-22
| | | |/ / / / | | |/| | | |
| * | | | | | dbeaver: 6.3.0 -> 6.3.1Johannes Schleifenbaum2019-12-24
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #76239 from kjuvi/cipherworldofpeace2019-12-23
| |\ \ \ \ \ | | | | | | | | | | | | | | cipher: 2.0.0 -> 2.5.0
| | * | | | | cipher: 2.0.0 -> 2.5.0kjuvi2019-12-23
| | | | | | |
| * | | | | | Merge pull request #76282 from r-ryantm/auto-update/hstrRyan Mulligan2019-12-23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | hstr: 2.0 -> 2.2
| | * | | | | | hstr: 2.0 -> 2.2R. RyanTM2019-12-23
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #76254 from r-ryantm/auto-update/gallery_dlMario Rodas2019-12-23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | gallery-dl: 1.11.1 -> 1.12.1
| | * | | | | | gallery-dl: 1.11.1 -> 1.12.1R. RyanTM2019-12-23
| | |/ / / / /