1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

7225 commits

Author SHA1 Message Date
Will Dietz 12bf5c90c1
joplin-desktop: 1.0.167 -> 1.0.177
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
2020-01-01 01:59:31 -06:00
Will Dietz 7e5334d6f2
Merge pull request #75029 from dtzWill/feature/heimer
heimer: init at 1.12.0
2019-12-31 23:46:28 -06:00
Will Dietz b5f7f21677
heimer: simplify fetched rev, safe for sane repos.
Suggested by @doronbehar in PR review, thanks!
2019-12-31 21:34:59 -06:00
Silvan Mosberger 286450b335
Bemenu: 0.1.0 -> 0.3.0 (#76676)
Bemenu: 0.1.0 -> 0.3.0
2020-01-01 03:46:06 +01:00
Nils André-Chang b20fbeee2a bemenu: 0.1.0 -> 0.3.0
Add option to enable backends.

Co-Authored-By: Oleksii Filonenko <brightone@protonmail.com>
2020-01-01 02:34:48 +00:00
Rika 53553286b6 get_iplayer: 2.99 -> 3.24 2020-01-01 00:41:28 +00:00
toonn 22b8a90e8c ranger: 1.9.2 -> 1.9.3 2019-12-31 17:23:50 +01:00
Jan Tojnar 480fc1856a
Merge branch 'master' into staging-next 2019-12-30 05:22:23 +01:00
Jan Tojnar 86d3c33475
osm2xmap: clean up
Do not use DESTDIR and bring makeFlags more in line with the Makefile:
a5f9ceadf0/Makefile
2019-12-29 21:57:04 +01:00
Frederik Rietdijk fb66525297 Merge master into staging-next 2019-12-29 10:19:39 +01:00
Jean-Philippe Braun a84185860c waybar: 0.8.0 -> 0.9.0 2019-12-28 16:09:15 +01:00
Maximilian Bosch 9aadb6391d
taizen: fix darwin build
https://hydra.nixos.org/build/108557016
2019-12-28 15:07:38 +01:00
R. RyanTM 24a323b767
josm: 15492 -> 15553 2019-12-27 19:28:05 +01:00
worldofpeace ab322bb4fc
Merge pull request #76558 from Kiwi/simplenote-fix
simplenote: fix libstdc++ error
2019-12-26 18:58:13 -05:00
Robert Djubek cc2037307b
simplenote: fix libstdc++ error
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
2019-12-26 22:01:36 +00:00
Nathan b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
Maximilian Bosch 223f25bb5f
Merge pull request #73214 from DavHau/lutris-fix-missing-gnutls
lutris: add missing gnutls dependency
2019-12-26 15:42:09 +01:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

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.
2019-12-26 15:27:47 +01:00
Daniel Schaefer 25ce30d6a2
Merge pull request #76172 from JohnAZoidberg/golden-cheetah-libusb
golden-cheetah: Add libusb (ANT+ sensors), 3.5-DEV1903 -> 3.5-RC2X
2019-12-26 02:30:38 +01:00
Maximilian Bosch 622c199eac
Merge pull request #76302 from MetaDark/rofi
rofi: fix displaying hicolor icons
2019-12-26 02:22:07 +01:00
Mario Rodas 13884f5c07
Merge pull request #76502 from kolaente/update/hugo
hugo 0.61.0 -> 0.62.0
2019-12-25 13:44:09 -05:00
kolaente d4c6ab158a
hugo 0.61.0 -> 0.62.0 2019-12-25 16:30:08 +01:00
markuskowa 788473c6db
Merge pull request #76473 from r-ryantm/auto-update/xmrig
xmrig: 5.1.0 -> 5.4.0
2019-12-25 14:57:45 +01:00
Ryan Mulligan 0874e85e90
Merge pull request #76446 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.3 -> 0.10.4
2019-12-25 05:38:39 -08:00
Ryan Mulligan 7f449f04b9
Merge pull request #76421 from r-ryantm/auto-update/simplenote
simplenote: 1.11.0 -> 1.12.0
2019-12-25 05:35:23 -08:00
Jan Tojnar ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
R. RyanTM 84032a696d xmrig: 5.1.0 -> 5.4.0 2019-12-24 16:00:50 -08:00
R. RyanTM 70c6664e3e syncthingtray: 0.10.3 -> 0.10.4 2019-12-24 12:27:01 -08:00
Jörg Thalheim 74f14bdeee
Merge pull request #76300 from mmlb/alacritty-tic-e
alacritty: Add -e to tic call following INSTALL.md
2019-12-24 17:42:29 +00:00
R. RyanTM cb9a102060 simplenote: 1.11.0 -> 1.12.0 2019-12-24 09:13:32 -08:00
Niklas Hambüchen 826d61e5d9
Merge pull request #76212 from r-ryantm/auto-update/blender
blender: 2.81 -> 2.81a
2019-12-24 15:13:57 +01:00
Johannes Schleifenbaum 5714a71897
dbeaver: 6.3.0 -> 6.3.1 2019-12-24 08:51:32 +01:00
MetaDark b12dfd0757 rofi: fix displaying hicolor icons
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.
2019-12-23 14:40:33 -05:00
Manuel Mendez e4e7f3a808 alacritty: Add -e to tic call following INSTALL.md 2019-12-23 14:19:20 -05:00
worldofpeace 8ce02fe9bc
Merge pull request #76239 from kjuvi/cipher
cipher: 2.0.0 -> 2.5.0
2019-12-23 14:01:47 -05:00
Ryan Mulligan 4dc3d2ffe9
Merge pull request #76282 from r-ryantm/auto-update/hstr
hstr: 2.0 -> 2.2
2019-12-23 10:50:42 -08:00
kjuvi 25fb2b68a9 cipher: 2.0.0 -> 2.5.0 2019-12-23 19:40:27 +01:00
R. RyanTM 822ee7e95e hstr: 2.0 -> 2.2 2019-12-23 08:56:26 -08:00
Mario Rodas 4d6e005dec
Merge pull request #76254 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.11.1 -> 1.12.1
2019-12-23 11:08:25 -05:00
R. RyanTM 00cd8b7ac6 gallery-dl: 1.11.1 -> 1.12.1 2019-12-23 04:31:14 -08:00
Mario Rodas 483c03d406
Merge pull request #76221 from r-ryantm/auto-update/coursera-dl
coursera-dl: 0.11.4 -> 0.11.5
2019-12-23 04:50:45 -05:00
R. RyanTM 8963b4aed4 coursera-dl: 0.11.4 -> 0.11.5 2019-12-22 22:18:40 -08:00
R. RyanTM dfa93d552c blender: 2.81 -> 2.81a 2019-12-22 20:36:57 -08:00
worldofpeace 2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Daniel Schaefer 358ab81fff golden-cheeta: Use qtwebengine instead of qtwebkit 2019-12-22 21:43:31 +01:00
Daniel Schaefer 57ad13175c golden-cheetah: 3.5-DEV1903 -> 3.5-RC2X 2019-12-22 21:40:26 +01:00
Daniel Schaefer 6c8283e337 golden-cheetah: Enable libusb support
Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
2019-12-22 15:47:18 +01:00
worldofpeace cfba4685a0
Merge pull request #76131 from flokli/diffpdf-qt
diffpdf: fix qt wrapping
2019-12-21 23:15:46 -05:00
Niklas Hambüchen 213e129825 qtpass: Fix /usr/lib hardcode to pass-otp.
Before, the checkbox for OTP functionality could not be enabled on
NixOS, even when `(pass.withExtensions (exts: [ exts.pass-otp ]))`
was installed correctly.
2019-12-22 03:19:52 +01:00
Maximilian Bosch f2a989b001
Merge pull request #76124 from tadeokondrak/wofi-1.0
wofi: 2019-10-28 -> 1.0
2019-12-21 14:10:37 +01:00