adisbladis
95783a0380
ethsign: init at 0.8.2
2018-01-16 09:39:32 +08:00
Matthieu Coudron
ab06f3e99c
neovim: init wrapper
...
Adding a python package to the neovim environment should not trigger a recompilation.
This adds a wrapper to prevent that.
2018-01-15 23:24:20 +01:00
Joachim F
90988936b9
Merge pull request #33910 from mdorman/emacs-updates
...
Semi-automated Emacs package updates
2018-01-15 21:50:01 +00:00
Michael Alan Dorman
e73ac924c6
melpa-stable: Don't markBroken rcirc-menu
(that doesn't exist)
...
This `markBroken` annotation was either added in error (by me), or the
package was removed from melpa-stable, but either way, it's no longer
in that package set, so remove the annotation.
2018-01-15 15:12:08 -05:00
Michael Alan Dorman
fbb8fc18ee
melpa-packages: 2018-01-15
2018-01-15 15:12:08 -05:00
Michael Alan Dorman
e621929d97
melpa-stable-packages: 2018-01-15
2018-01-15 15:12:08 -05:00
Michael Alan Dorman
8a24756dd8
org-packages: 2018-01-15
2018-01-15 15:12:08 -05:00
Michael Alan Dorman
56c02aedee
elpa-packages: 2018-01-15
2018-01-15 15:12:08 -05:00
Tim Steinbach
af9724d979
vscode: 1.19.1 -> 1.19.2
2018-01-15 12:35:24 -05:00
Jörg Thalheim
5d8b359db7
Merge pull request #33901 from sifmelcara/fix/rstudio
...
rstudio: 1.1.383 -> 1.1.414
2018-01-15 15:33:52 +00:00
mingchuan
fb2a43f8ad
rstudio: 1.1.383 -> 1.1.414
2018-01-15 22:12:55 +08:00
Florian Klink
994e5ddd0c
apache-directory-studio: add missing desktop item ( #33893 )
...
* apache-directory-studio: add missing desktop item
* apache-directory-studio: use install command to copy icons
2018-01-15 13:53:49 +00:00
Ashley Gillman
245a67df8b
dcm2niix: cmake is native, style
2018-01-15 16:53:28 +10:00
Ashley Gillman
271d4a7ca0
dcm2niix: init at 1.0.20170130
2018-01-15 16:45:03 +10:00
Vincent Laporte
550136f516
ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0 ( #33566 )
...
* ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0
* ocamlPackages.x509: 0.5.3 -> 0.6.0
* ocamlPackages.x509: 0.6.0 -> 0.6.1
* ocamlPackages.tls: 0.7.1 -> 0.9.0
* jackline: fix build with ocaml-tls ≥ 0.9.0
2018-01-15 05:01:50 +01:00
adisbladis
9bbaa2a1de
Merge pull request #33870 from dtzWill/update/wireshark-2.4.4
...
wireshark: 2.4.3 -> 2.4.4
2018-01-15 10:05:57 +08:00
adisbladis
ebc090c125
Merge pull request #33867 from dtzWill/update/mendeley-1.17.13-and-update-checker
...
mendeley: add update script, use it, add myself as maintainer
2018-01-15 09:49:52 +08:00
Andreas Rammhold
50f48fce09
transmission: fix RCE via dns rebinding attach
...
For further details see [1] & [2].
[1] https://github.com/transmission/transmission/pull/468
[2] http://www.openwall.com/lists/oss-security/2018/01/12/1
2018-01-15 00:22:31 +01:00
Will Dietz
fecfd3b7ae
wireshark: 2.4.3 -> 2.4.4
...
https://www.wireshark.org/docs/relnotes/wireshark-2.4.4.html
2018-01-14 15:43:42 -06:00
Will Dietz
0e4fd35147
mendeley: 1.17.12 -> 1.17.13
2018-01-14 14:37:43 -06:00
Will Dietz
332389611a
mendeley: Add update-checker script, add myself as maintainer
...
Doesn't actually edit the file,
but reports when an update is available
and provides useful information.
2018-01-14 14:37:43 -06:00
Robert Helgesson
dd798d13bd
eclipse-plugin-checkstyle: 8.5.1 -> 8.7.0
2018-01-14 20:46:29 +01:00
Tuomas Tynkkynen
6ed0fe7e45
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/build-support/fetchbower/default.nix
pkgs/build-support/fetchdarcs/default.nix
pkgs/build-support/fetchgx/default.nix
pkgs/development/python-modules/botocore/default.nix
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
David Asabina
b986078593
bitscope: refactored to pass nixpkgs-lint
...
The linter (nixpkgs-lint) was not able to find the bitscope packages
because `recurseIntoAttrs` was not applied to the suite's set.
The name supplied to `buildFHSUserEnv` produces a binary that
corresponds to the binary names in the deb packages (e.g.: bitscope-dso,
bitscope-chart, bitscope-logic, etc), however; this name does not
constitute a valid nixpkgs name. Valid nixpkgs names satisfy the
`/(.*)(-[0-9].*)$/` pattern, therefore a valid name is merged into the
derivation produced by `buildFHSUserEnv`.
2018-01-14 20:00:10 +01:00
adisbladis
3538492f33
cool-retro-term: 1.0.0 -> 1.0.1
2018-01-15 01:47:57 +08:00
Maximilian Bosch
17dcd33e00
android-studio: set ANDROID_EMULATOR_USE_SYSTEM_LIBS
...
This change sets an environment variable to ensure that Android Studio
uses the correct drivers to avoid any breackage when trying to run a
native application on a virtual device.
Without proper configuration `android-studio` would be unable to load
the drivers for the AVD and yield messages like this:
```
3:32 PM Executing tasks: [:app:assembleDebug]
3:32 PM Emulator: libGL error: unable to load driver: i965_dri.so
3:32 PM Emulator: libGL error: driver pointer missing
3:32 PM Emulator: libGL error: failed to load driver: i965
3:32 PM Emulator: libGL error: unable to load driver: i965_dri.so
3:32 PM Emulator: libGL error: driver pointer missing
3:32 PM Emulator: libGL error: failed to load driver: i965
3:32 PM Emulator: libGL error: unable to load driver: swrast_dri.so
3:32 PM Emulator: libGL error: failed to load driver: swrast
3:32 PM Emulator: X Error of failed request: BadValue (integer parameter out of range for operation)
3:32 PM Emulator: Major opcode of failed request: 155 (GLX)
3:32 PM Emulator: Minor opcode of failed request: 24 (X_GLXCreateNewContext)
3:32 PM Emulator: Value in failed request: 0x0
3:32 PM Emulator: Serial number of failed request: 64
3:32 PM Emulator: Current serial number in output stream: 65
3:32 PM Emulator: emulator: ERROR: Missing initial data partition file: /home/ma27/.android/avd/Nexus_5X_API_27.avd/userdata.img
3:32 PM Emulator: Process finished with exit code 1
3:32 PM Gradle build finished with 2 warnings(s) in 6s 378ms
```
For further reference have a look at the following StackOverflow
message: https://stackoverflow.com/a/40790339
2018-01-14 18:33:52 +01:00
adisbladis
ff94fbc416
Merge pull request #33851 from vbgl/why3-0.88.3
...
why3: 0.88.1 -> 0.88.3
2018-01-15 01:27:45 +08:00
adisbladis
a41d7b9ea1
Merge pull request #33839 from mimadrid/update/gephi-0.9.2
...
gephi: 0.9.1 -> 0.9.2
2018-01-15 01:10:52 +08:00
adisbladis
8635941b4a
Merge pull request #33840 from mimadrid/update/cytoscape-3.6.0
...
cytoscape: 3.5.1 -> 3.6.0
2018-01-15 01:09:34 +08:00
adisbladis
5858f5abdd
Merge pull request #33841 from jonafato/skypeforlinux-8.13.0.2
...
skypeforlinux: 8.11.0.4 -> 8.13.0.2
2018-01-15 01:02:52 +08:00
Andrey Golovizin
3eb0ddcfc4
virt-manager: add gobjectIntrospection to nativeBuildInputs
2018-01-14 13:31:03 +01:00
Vincent Laporte
aee1cebda7
why3: 0.88.1 -> 0.88.3
2018-01-14 05:51:06 +00:00
Miguel Madrid Mencía
eb21bf3d99
cytoscape: 3.5.1 -> 3.6.0
2018-01-13 23:21:49 +01:00
Jon Banafato
f6936ea842
skypeforlinux: 8.11.0.4 -> 8.13.0.2
2018-01-13 17:20:33 -05:00
Miguel Madrid Mencía
111d4dbc06
gephi: 0.9.1 -> 0.9.2
2018-01-13 23:18:26 +01:00
adisbladis
1a54596d50
Merge pull request #33769 from adisbladis/kde-applications-17_12_1
...
kde-applications: 17.12.0 -> 17.12.1
2018-01-14 04:00:23 +08:00
adisbladis
c8736382b6
Merge pull request #33831 from dtzWill/update/imagemagick
...
imagemagick: updates for 6, 7
2018-01-14 03:36:35 +08:00
Jörg Thalheim
ed70c591a4
Merge pull request #33682 from mogorman/notbit
...
notbit: init at 2018-01-09
2018-01-13 18:40:53 +00:00
Jörg Thalheim
ae5550e86a
inboxer: init at 1.0.1 ( #33720 )
2018-01-13 18:30:39 +00:00
Jörg Thalheim
e35639b931
Merge pull request #33799 from adisbladis/cura-qt59
...
cura: 3.0.3 -> 3.1.0
2018-01-13 18:19:22 +00:00
Jörg Thalheim
4acd2f1a90
Merge pull request #33753 from gnidorah/avidemux
...
avidemux: support alsa
2018-01-13 17:42:23 +00:00
Jörg Thalheim
d96bfe2cf1
Merge pull request #33832 from matthiasbeyer/update-timewarrior
...
timewarrior: 1.0.0 -> 1.1.0
2018-01-13 16:59:09 +00:00
Jörg Thalheim
3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
...
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
Matthias Beyer
82ef7ce3d2
timewarrior: 1.0.0 -> 1.1.0
2018-01-13 17:35:48 +01:00
Will Dietz
397157cc94
imagemagick: 7.0.7-19 -> 7.0.7-21
2018-01-13 10:21:20 -06:00
Will Dietz
18550603e9
imagemagick: 6.9.9-28 -> 6.9.9-33
2018-01-13 10:20:53 -06:00
Rostislav Beneš
062cafab8c
firefox: add option for chrome-gnome-shell native messaging host
2018-01-13 15:22:52 +01:00
Jörg Thalheim
a920fd4b26
Merge pull request #33829 from rnhmjoj/palemoon
...
palemoon: install icons
2018-01-13 12:47:44 +00:00
Jörg Thalheim
c6a8e52c8a
Merge pull request #33789 from romildo/upd.jgmenu
...
jgmenu: 0.7.6 -> 0.8
2018-01-13 12:32:47 +00:00
Jörg Thalheim
6ae0755e9e
Merge pull request #33790 from romildo/upd.pmenu
...
pmenu: 2017-04-10 -> 2018-01-01
2018-01-13 12:32:10 +00:00
Jörg Thalheim
c11b87b573
Merge pull request #33800 from adisbladis/mumble-qt59
...
mumble_git: 2017-05-25 -> 2018-01-12
2018-01-13 12:20:42 +00:00
Jörg Thalheim
2f8332afa9
Merge pull request #33802 from ajgrf/mblaze-update
...
mblaze: 0.2 -> 0.3
2018-01-13 11:54:19 +00:00
Jörg Thalheim
a35a8d6033
mblaze: fix darwin build
2018-01-13 11:48:37 +00:00
rnhmjoj
5beed4e3ce
palemoon: install icons
2018-01-13 12:23:55 +01:00
rnhmjoj
c660ed4baf
palemoon: remove fix for upstream issue #826
2018-01-13 12:22:56 +01:00
adisbladis
a896574a0b
Merge pull request #33812 from romildo/upd.subtitleeditor
...
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-13 18:09:53 +08:00
adisbladis
66bc1ad0af
firefox-devedition-bin: 58.0b15 -> 58.0b16
2018-01-13 12:23:41 +08:00
adisbladis
0d800dc194
firefox-beta-bin: 58.0b15 -> 58.0b16
2018-01-13 12:23:40 +08:00
rnhmjoj
e5aae0f2d6
mpv: fix PYTHONPATH
2018-01-13 03:30:25 +01:00
José Romildo Malaquias
dbf5d1d433
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-12 22:14:12 -02:00
Russell O'Connor
6887a0fc9a
bitcoin: fix boost dependency
...
Bitcoin 0.15.1 doesn't build with boost 1.66.
I'm hesitant to apply untested patches to software like Bitcoin.
Instead I'm forcing the boost dependency to version 1.64 (which is the version listed @
45173fa6fc/doc/dependencies.md
).
Nothing in applications/altcoins/default.nix was using the boost162 parameter, so I've replaced it with the boost164 parameter.
2018-01-12 23:54:52 +01:00
Michael Weiss
403ee9691a
android-studio-preview: 3.1.0.6 -> 3.1.0.7
2018-01-12 23:35:04 +01:00
Alex Griffin
a3832c0388
mblaze: 0.2 -> 0.3
2018-01-12 14:15:07 -06:00
adisbladis
5f232de6cd
qgroundcontrol: 2.9.4 -> 3.2.7, unbreak build
2018-01-13 04:03:38 +08:00
adisbladis
cad14c782b
luminanceHDR: 2.4.0 -> 2.5.1
2018-01-13 04:03:37 +08:00
adisbladis
1ec304ce01
owncloud-client: 2.3.3 -> 2.3.4
2018-01-13 04:03:34 +08:00
adisbladis
4ffc43f49c
sigil: 0.9.7 -> 0.9.9
2018-01-13 04:03:33 +08:00
adisbladis
747431cf42
smtube: 17.5.0 -> 18.1.0
2018-01-13 04:03:32 +08:00
adisbladis
eb29b00621
mumble_git: 2017-05-25 -> 2018-01-12
2018-01-13 03:54:31 +08:00
adisbladis
0e30e9b7ae
cura: 3.0.3 -> 3.1.0
2018-01-13 03:50:09 +08:00
José Romildo Malaquias
563e2e3226
pmenu: 2017-04-10 -> 2018-01-01
2018-01-12 13:29:52 -02:00
José Romildo Malaquias
e094e782f8
jgmenu: 0.7.6 -> 0.8
2018-01-12 13:17:01 -02:00
Jörg Thalheim
1334e8415c
Merge pull request #33776 from matthiasbeyer/update-sigal
...
Update sigal
2018-01-12 12:07:04 +00:00
Jörg Thalheim
970318819b
Merge pull request #33212 from Lassulus/bitlbee-discord
...
bitlbee-discord: init at 2017-12-27
2018-01-12 11:23:38 +00:00
Matthias Beyer
b9bade971d
sigal: 1.0.1 -> 1.3.0
2018-01-12 11:32:29 +01:00
Matthias Beyer
0a339f5a55
sigal: Use fetchPypi instead of fetchurl
2018-01-12 11:32:19 +01:00
Matthias Beyer
2eba34d960
sigal: Move to applications/misc
2018-01-12 11:29:13 +01:00
Frederik Rietdijk
2832cc729a
Merge pull request #33467 from nixy/kdeconnect-sshfs
...
kdeconnect: Add `sshfs` as a dependency
2018-01-12 08:53:52 +01:00
adisbladis
c0c421c311
kde-applications: 17.12.0 -> 17.12.1
2018-01-12 12:08:21 +08:00
adisbladis
1dec6a1b9f
Merge pull request #33759 from LumiGuide/pgmanage-10.1.0
...
pgmanage: 10.0.2 -> 10.1.0
2018-01-12 10:43:02 +08:00
Bas van Dijk
628fcfb308
pgmanage: 10.0.2 -> 10.1.0
2018-01-12 00:27:10 +01:00
gnidorah
18af8dabab
avidemux: support alsa
2018-01-11 21:30:06 +03:00
Andreas Rammhold
856d9c2b49
Merge pull request #33739 from andir/spark
...
Apache Spark address CVE-2017-12612
2018-01-11 18:13:48 +00:00
Yegor Timoshenko
8d12c26e34
sylpheed: 3.5.1 -> 3.6.0
2018-01-11 14:04:44 +00:00
Andreas Rammhold
3e2015c239
spark_22: 2.2.0 -> 2.2.1
2018-01-11 12:52:32 +01:00
Andreas Rammhold
e250ca072a
spark_16: removed ancient (insecure) version
2018-01-11 12:50:51 +01:00
Andreas Rammhold
9213d0cfa5
spark: mark versions <= 2.2.0 && <= 2.1.2 as insecure due to CVE-2017-12612
...
Details can be retrieve at [1].
[1] https://spark.apache.org/security.html
2018-01-11 12:45:03 +01:00
adisbladis
26ddcd55f3
calibre: 3.14.0 -> 3.15.0
2018-01-11 17:25:23 +08:00
Luz
e056315a3e
librepcb-unstable: init at 2017-12-29 ( #33630 )
2018-01-11 09:20:00 +00:00
Orivej Desh
2f6b88551b
Merge pull request #33225 from LumiGuide/opencv-3.4.0
...
opencv: 3.3.1 -> 3.4.0
2018-01-11 08:29:05 +00:00
Will Dietz
8753b10808
discord: fix "corrupt install" warnings, misc cleanup
...
Few things:
* Discord binary has RUNPATH not RPATH set
* patchelf uses RUNPATH if it already exits, so deps end up in RUNPATH
* RUNPATH isn't searched for plugins or transitive deps
* ..badness results
Despite this, it currently seems to work-- with the caveat
that it has a little bar on top complaining about how
"it looks like your installation is corrupt".
This fixes that warning and does some minor cleanup.
2018-01-10 22:12:06 -08:00
Peter Hoeg
7f5a859906
syncthing: 0.14.42 -> 0.14.43
2018-01-11 09:54:04 +08:00
Matthew O'Gorman
d25a65b0f0
notbit: init at 2018-01-09
2018-01-10 19:02:53 -05:00
zimbatm
b50810de8b
terraform: plugins update
2018-01-10 22:33:47 +00:00
Merlin Göttlinger
6fbe54623b
seems to work now
2018-01-10 21:12:31 +01:00
Austin Seipp
4d4340805b
symbiyosys: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Andreas Rammhold
32f6c9a73d
Merge pull request #33633 from samueldr/feature/dbeaver
...
dbeaver: inits at 4.3.2
2018-01-10 19:30:38 +00:00
John Ericson
e017a027d5
Merge pull request #33681 from obsidiansystems/fixed-output-deps
...
Fixed output deps
2018-01-10 14:28:10 -05:00
Jörg Thalheim
577f672a10
Merge pull request #33711 from symphorien/giac-update
...
giac: fix build
2018-01-10 19:32:19 +01:00
Symphorien Gibol
bf49c616ee
giac: fix build
...
giac was broken somewhere between 310ad4 and b33b4a, see
https://hydra.nixos.org/build/67137469
libgfortran.so.3 was not found
2018-01-10 18:42:38 +01:00