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
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
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
Frederik Rietdijk
daf3297cb4
Merge master into staging-next
2018-11-12 18:59:08 +01:00
Robert Schütz
b9494ac352
Merge pull request #50166 from dotlambda/home-assistant-0.82
...
home-assistant: 0.81.5 -> 0.82.0
2018-11-12 11:37:06 +01:00
Jörg Thalheim
92c478babd
Merge pull request #50176 from Mic92/docker-componse
...
docker-compose: rename from docker_compose, python3 by default
2018-11-12 10:14:53 +00:00
Robert Schütz
92148ea5a0
python3.pkgs.homeassistant-pyozw: init at 0.1.0
2018-11-12 11:10:12 +01:00
Chris Ostrouchov
484a5c6152
pythonPackages.ruamel_yaml: refactor move to python-modules
2018-11-12 11:10:02 +01:00
Robert Schütz
b230ad0e29
python.pkgs.protobuf3_1: drop
...
Using the specific version of protobuf can be achieved by a simple
`python.pkgs.protobuf.override { protobuf = protobuf3_1; }`.
2018-11-12 11:10:02 +01:00
Samuel Dionne-Riel
49df3150c7
Merge pull request #49451 from fgaz/sfxr-qt/init
...
sfxr-qt: init at 1.2.0
2018-11-12 04:21:40 +00:00
Samuel Dionne-Riel
242282d92d
Merge pull request #47887 from mmlb/python-dpath
...
pythonPackages.dpath: init at 1.4.2
2018-11-12 03:51:56 +00:00
Samuel Dionne-Riel
63399aea74
Merge pull request #50252 from fuerbringer/diskus
...
diskus: init at 0.4.0
2018-11-12 03:42:07 +00:00
Samuel Dionne-Riel
d746c53e2e
Merge pull request #46845 from Twey/plyplus
...
python2Packages.plyplus: init at 0.7.5
2018-11-12 03:31:26 +00:00
John Ericson
df9334b646
Merge pull request #50233 from Ekleog/fix-test-system
...
Fix meta.tests system
2018-11-11 19:05:13 -05:00
fuerbringer
fa4aa79892
diskus: init at 0.4.0
2018-11-12 00:16:59 +01:00
Samuel Dionne-Riel
9997a3dc16
Merge pull request #43686 from Pneumaticat/rdocker-init
...
rdocker: init at unstable-2018-07-17
2018-11-11 22:42:04 +00:00
Jason Hilton
7759fe1f22
catch2: init at 2.4.2
2018-11-11 17:55:31 +01:00
Léo Gaspard
6aedf6a5c8
nixosTests: use the newly-extracted all-tests.nix
2018-11-11 23:20:17 +09:00
Jörg Thalheim
7a86bc32cb
docker-compose: rename from docker_compose, python3 by default
...
The command is called docker-compose hence the package should be called the same.
Also prefer python3.
2018-11-11 11:16:44 +00:00
Jörg Thalheim
290eb75678
Merge pull request #50224 from volth/sed-windows
...
gnused: fix Windows build
2018-11-11 10:53:04 +00:00
Sebastien Maret
880fae6a08
matplotlib: 2.2.3 -> 3.0.2
...
Python 3 will use the new matplotlib 3.x while Python 2
will use 2.x.
matplotlib: keep 2.2.3 for Python2k
2018-11-11 10:14:25 +01:00
Frederik Rietdijk
961180afc8
scour: call via python-packages.nix
2018-11-11 09:54:28 +01:00
Frederik Rietdijk
7863aae5b2
Merge master into staging-next
2018-11-11 08:59:44 +01:00
Jethro Kuan
baeb8bd5a7
gin-config: init
2018-11-11 08:39:19 +01:00
volth
9d164580ba
gnused: fix Windows build
2018-11-11 06:58:15 +00:00
Orivej Desh
bad54d8704
gargoyle: 2017-08-27 -> 2018-10-06
2018-11-11 03:42:39 +00:00
Jan Tojnar
cf7e7127c5
Merge pull request #48270 from Melkor333/wpgtk
...
wpgtk: init at 5.7.4
2018-11-11 04:01:24 +01:00
Silvan Mosberger
32cbcbf179
Merge pull request #50018 from Ma27/init-up
...
up: init at 0.3.1
2018-11-11 02:46:03 +01:00
Paul TREHIOU
0f21becbab
spaceship-prompt: init at 3.7.1 ( #50177 )
...
* spaceship-prompt: init at 3.7.1
* spaceship-prompt: useless zsh argument
2018-11-11 02:17:57 +01:00
Silvan Mosberger
a7da00d53c
Merge pull request #44076 from hlolli/lumo
...
lumo: init at 1.9.0-alpha
2018-11-11 01:26:36 +01:00
Maximilian Bosch
fbc02d6ce4
Merge pull request #49853 from marsam/feature/update-pgcli
...
pythonPackages.prompt_toolkit: init at 2.0.7
pgcli: 1.11.0 -> 2.0.0
xonsh: 0.6.8 -> 0.8.3
pythonPackages.ptpython: 0.41 -> 2.0.4
2018-11-11 00:39:38 +01:00
Mario Rodas
e15ef48c80
pythonPackages.ptpython: 0.41 -> 2.0.4
2018-11-10 23:45:52 +01:00
Jörg Thalheim
7ce08cb18e
Merge pull request #48899 from markuskowa/clean-rdma
...
libibverbs,librdmacm: remove in favour of rdma-core
2018-11-10 22:01:43 +00:00
Jörg Thalheim
0c9b49dfe2
Merge pull request #49841 from makefu/pkgs/hovercraft/update
...
hovercraft: 2.0 -> 2.6
2018-11-10 21:37:53 +00:00
Tim Steinbach
ab77043c56
linux: 4.9.135 -> 4.9.136
2018-11-10 16:12:38 -05:00
hlolli
0e134bfa34
Lumo init at 1.9.0
2018-11-10 21:52:48 +01:00
Mario Rodas
0270dda6b4
pythonPackages.prompt_toolkit: init at 2.0.7
2018-11-10 10:06:56 -05:00
Melkor333
5d53675c2f
wpgtk: init at 5.7.4
2018-11-10 15:32:59 +01:00
Silvan Mosberger
9c984b06c4
Merge pull request #38514 from disassembler/grafana-reporter
...
grafana-reporter: init at 2.0.1
2018-11-10 15:15:21 +01:00
Silvan Mosberger
d5c5c5c4d1
Merge pull request #49827 from Twey/click-repl
...
pythonPackages.click-repl: init at 0.1.6
2018-11-10 15:03:48 +01:00
Daiderd Jordan
8d603be22d
Merge pull request #49880 from LnL7/darwin-cfprivate-fixes
...
darwin cf-private fixes
2018-11-10 15:03:21 +01:00
Frederik Rietdijk
53d00c3351
Merge master into staging-next
2018-11-10 11:08:54 +01:00
John Ericson
d6811499d1
Merge pull request #49714 from roberth/haskell-bash-completion-2
...
haskellPackages: Add shell completions
2018-11-09 19:55:41 -05:00
Samuel Dionne-Riel
2f668e3248
Merge pull request #40043 from kierdavis/ckb-update-and-cleanup
...
ckb/ckb-next: 0.2.9 -> 0.3.2, and cleanup
2018-11-09 23:59:58 +00:00
Vladyslav M
20747f196c
Merge pull request #50069 from dywedir/standardnotes
...
standardnotes: init at 2.3.12
2018-11-09 23:15:35 +02:00
MGregoire
db8f4ff49c
standardnotes: init at 2.3.12
2018-11-09 22:41:00 +02:00
Michael Raskin
74f3d2f8c8
Merge pull request #50054 from samueldr/fixes/libreoffice-misc
...
Fixes weird mismatch with libreoffice and libreoffice-unwrapped.
2018-11-09 20:04:49 +00:00
Wael M. Nasreddine
205960e1d1
trim trailing whitespace from top-level/all-packages
2018-11-09 11:27:39 -08:00
Samuel Dionne-Riel
1430f1c0d0
libreoffice-*: changes attributes structure for *-unwrapped
...
libreoffice-unwrapped points to the same libreoffice than libreoffice.
libreoffice-*-unwrapped exists for all versions
This bring an incompatible change where a user using
`libreoffice-unwrapped` hoping to use `fresh` would now be inadvertently
be using `still`.
2018-11-09 14:06:09 -05:00
Renaud
0fcf1989da
Merge pull request #49737 from cocreature/yacreader
...
yacreader: init at 9.5.0, libunarr: init at 1.0.1
2018-11-09 18:29:40 +01:00