160903 Commits

Author SHA1 Message Date
Jörg Thalheim
6f607b806d
Merge pull request #49821 from DIzFer/profiles-documentation
Docs: Add chapter on Profiles
2018-11-14 11:32:12 +00:00
Michael Weiss
4822b084ae androidStudioPackages.beta: 3.3.0.15 -> 3.3.0.16 2018-11-14 12:16:29 +01:00
Markus Kowalewski
ced40eabfd
gmsh: use openblas instead of atlas/lapack
* openblas is properly recognized by cmake
* the cmake patch is no longer neccessary
2018-11-14 11:41:46 +01:00
Sarah Brofeldt
8630f58a12
Merge pull request #49556 from yurkobb/supercollider-alsa-linux
supercollider: build with alsa (midi) support on non-darwin
2018-11-14 10:37:18 +01:00
Renaud
7a9967583c
Merge pull request #50204 from r-ryantm/auto-update/mod_wsgi
mod_wsgi: 4.6.4 -> 4.6.5
2018-11-14 10:26:13 +01:00
Renaud
cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Ding Xiang Fei
ceececbd04 Merge branch 'master' of https://github.com/nixos/nixpkgs into tarball-closureinfo 2018-11-14 12:32:28 +08:00
Herwig Hochleitner
4b5ffcb964 chromium: 70.0.3538.77 -> 70.0.3538.102 2018-11-14 02:51:13 +01:00
Samuel Dionne-Riel
58c0c2574c
Merge pull request #49840 from markuskowa/fix-pgBackup
nixos/postgresqlBackup: set to umask to 0077
2018-11-14 01:40:38 +00:00
Matthew Bauer
2e18ba6c5a
Merge pull request #49776 from matthewbauer/atlas-remove
atlas: remove
2018-11-13 19:18:35 -06:00
Matthew Bauer
73951bc0c8
Merge pull request #50293 from matthewbauer/cleanups2
Add setup-hooks for scons and waf
2018-11-13 19:17:00 -06:00
Matthew Bauer
83d02fad5f wxmupen64plus: fix with fpermissive
This flag seems to make things work again.
2018-11-13 19:15:26 -06:00
Matthew Bauer
06c403e846 treewide: remove unstable packages
There’s nothing wrong with unstable packages when they are maintained
and frequently updated. However, when they become out-of-date, as many
do, it is usually best to just get rid of them as the stable version
is become newer than the unstable version. This removes any packages
called "unstable" that have not been updated in over 1 year. Affected
packages include:

- isyncUnstable
- sxhkd-unstable
- dosbox-unstable

Revert "treewide: remove unstable packages"

This reverts commit df01b0b37a04624cfe6f8d2ccb42b99289841b68.
2018-11-13 19:14:44 -06:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
Matthew Bauer
1ba9fd335d scons: add setup hook
The scons build system is python-based and has a binary named scons. Unlike CMake, it cannot generate makefiles so we end up having to override the build, install, and check phases. I have added the setupHook to the scons package so that integration requires no unique steps - just putting scons in nativeBuildInputs should be enough. sconsFlags controls the flags specifically passed to scons while buildFlags, installFlags, and checkFlags should still be usable. Some packages use different names for the prefix flag. In those cases you will have to set "prefixKey" to something like "PREFIX=" as there are multiple names for the "prefix" used in scons.
2018-11-13 19:13:50 -06:00
Matthew Bauer
f2a20b6e52 treewide: use wafHook
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.

Packages affected here are:

- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
Matthew Bauer
92ebfa1383 wafHook: init
The waf build system is python-based and hosted locally in each package in the executable file named "waf". Unlike CMake, it cannot generate makefiles so we end up having to override the configure, build, and install phases. I've tried to keep these as close to what's in setup.sh as possible. If there is no waf file in the root directory, then we just copy the one hosted in Nixpkgs. Otherwise the only thing you have to add to a package using Waf is "wafHook" into nativeBuildInputs. wafFlags controls the flags specifically passed to waf while configureFlags, buildFlags, and installFlags are still used as in the generic builder.
2018-11-13 19:13:13 -06:00
Peter Hoeg
7c2babf84c
Merge pull request #50258 from peterhoeg/f/mqtt
mosquitto: enable websockets support
2018-11-14 09:09:23 +08:00
Samuel Dionne-Riel
e6f98bfdb9 refind: 0.11.3 -> 0.11.4 2018-11-13 19:25:00 -05:00
zimbatm
695a3d4254
Merge pull request #50302 from zimbatm/libredirect-misc
libredirect: misc changes
2018-11-14 00:16:56 +01:00
zimbatm
d04a1265a1
libredirect: set install_name on Darwin
fixes https://github.com/NixOS/nixpkgs/pull/50246#issuecomment-437975038
2018-11-14 00:05:26 +01:00
zimbatm
91c130e2f5
libredirect: introduce optional setup-hook
This allows to simplify the usage of libredirect inside of nix build
sandboxes. Add "libredirect.hook" to the build inputs to get everything
linked in automaticall. All that's left is to set NIX_REDIRECTS and call
the target program.
2018-11-14 00:05:23 +01:00
Jörg Thalheim
535dbb8a59
Merge pull request #50332 from markuskowa/upd-wellio
welle-io: 1.0-rc2 -> 1.0
2018-11-13 22:59:18 +00:00
Silvan Mosberger
9c7f44e18b
Merge pull request #50321 from florianjacob/systemd-resolved
nixos/systemd-resolved: link networkd resolv.conf to dynamic stub resolver
2018-11-13 23:42:54 +01:00
Silvan Mosberger
de0763e870
Merge pull request #50033 from Gerschtli/remove/dm-log-to-file
Remove enabling of logToFile for every display manager
2018-11-13 23:33:55 +01:00
Markus Kowalewski
705f87d616
welle-io: 1.0-rc2 -> 1.0 2018-11-13 23:26:42 +01:00
Jörg Thalheim
0249f7d48a
Merge pull request #50326 from dywedir/alacritty
alacritty: 0.2.1 -> 0.2.3
2018-11-13 21:30:22 +00:00
Vladyslav M
2d3be31874
Merge pull request #50327 from Gerschtli/update/ts3-server
teamspeak_server: 3.4.0 -> 3.5.0
2018-11-13 23:28:02 +02:00
Matthew Bauer
4b8c1d23d0
Merge pull request #42794 from telent/make-closure-x
make-closure: needs build system mkdir and jq
2018-11-13 15:02:08 -06:00
Tobias Happ
159b3f2a0d teamspeak_server: 3.4.0 -> 3.5.0 2018-11-13 21:59:20 +01:00
Vladyslav Mykhailichenko
0a1bb6d00f
alacritty: 0.2.1 -> 0.2.3 2018-11-13 22:54:56 +02:00
Tobias Happ
4839403dd6 nixos/{lightdm,sddm,xpra}: remove enabling of logToFile 2018-11-13 21:52:37 +01:00
Lorenzo Manacorda
49051573b5 solc: 0.4.25 -> 0.5.0 2018-11-13 21:34:49 +01:00
markuskowa
2823b5e698
Merge pull request #46667 from costrouc/costrouc/lammps-update
lammps: update, hoomd-blue, dl_poly: init
2018-11-13 21:00:02 +01:00
Tim Steinbach
ccb2dead1b
Fix tarball builds
Do not refer to <nixpkgs> as it will produce the following message:

"evaluation aborted with the following error message: 'Illegal use of <nixpkgs> in Nixpkgs.'"
2018-11-13 14:48:15 -05:00
Tim Steinbach
248dfd2842
linux: 4.19.1 -> 4.19.2 2018-11-13 14:35:57 -05:00
Tim Steinbach
a3cbaf2507
linux: 4.18.18 -> 4.18.19 2018-11-13 14:35:57 -05:00
Tim Steinbach
88e7ac48c7
linux: 4.14.80 -> 4.14.81 2018-11-13 14:35:57 -05:00
Tim Steinbach
72435f7685
linux: 4.9.136 -> 4.9.137 2018-11-13 14:35:57 -05:00
Sam Stites
146eb2a574 rubber: 1.4 -> 1.5.1 (#50320) 2018-11-13 20:34:25 +01:00
Florian Jacob
e80cdb2bac nixos/systemd-resolved: link resolv.conf to dynamic stub resolver
version as recommended by upstream (since systemd 236):
https://www.freedesktop.org/software/systemd/man/systemd-resolved.html#/etc/resolv.conf
2018-11-13 19:21:02 +01:00
Kai Wohlfahrt
da65cfca02 scikitlearn: disable tests on aarch64 2018-11-13 18:57:40 +01:00
Kai Wohlfahrt
2a9ea69cd5 scikitlearn: 0.19.2 -> 0.20.0
Also re-enable tests
2018-11-13 18:57:40 +01:00
Jörg Thalheim
fd66e543ae
Merge pull request #50306 from nyanloutre/jackett-update-10-434
jackett: 0.10.420 -> 0.10.434
2018-11-13 17:34:07 +00:00
aanderse
5d78f59d37 libcec: 4.0.2 -> 4.0.3 (#50289) 2018-11-13 18:25:48 +01:00
fuwa
40d7e12685 monero: 0.13.0.3 -> 0.13.0.4 2018-11-14 00:46:26 +08:00
Francesco Gazzetta
ab4b7452cb isso: 0.10.6 -> 0.11.1 (#50310) 2018-11-13 16:52:33 +01:00
WilliButz
d837beb57c grafana: 5.3.2 -> 5.3.4 (#50311) 2018-11-13 16:49:53 +01:00
Vladyslav Mykhailichenko
1c26439bab
wl-clipboard: init at 1.0.0 2018-11-13 17:20:13 +02:00
Pascal Wittmann
a81befbf08
Merge pull request #50109 from r-ryantm/auto-update/groovy
groovy: 2.5.2 -> 2.5.3
2018-11-13 16:01:59 +01:00