Matthew Bauer
0b124c1e91
aliases: add nixos-rebuild
...
Fixes #44135
2018-08-10 12:25:42 -04:00
Jörg Thalheim
3ea430ca2a
python.pkgs.pyls-black: init at 0.2.1
2018-08-10 14:15:16 +02:00
Sarah Brofeldt
62eab59734
Merge pull request #44859 from vaibhavsagar/mosml-init
...
mosml: init at 2.10.1
2018-08-10 11:54:42 +02:00
Vaibhav Sagar
2625353466
mosml: init at 2.10.1
2018-08-10 17:51:11 +08:00
xeji
ccd9fdd3cd
Merge pull request #44852 from yegortimoshenko/20180810.025530/libinotify-kqueue
...
libinotify-kqueue: init at 20180201
2018-08-10 11:44:22 +02:00
Uli Baum
945a24db1b
Revert "scallion: use mono4 ( #44744 )"
...
This reverts commit c51043a1bd
.
See comments in #44744 .
2018-08-10 10:47:26 +02:00
Frederik Rietdijk
7d09b2912b
Merge pull request #44832 from bhipple/u/waf
...
waf: 2.0.6 -> 2.0.10
2018-08-10 08:31:09 +02:00
Samuel Dionne-Riel
c116b485e4
Merge pull request #40978 from elitak/inav
...
inav: init at 2.0.0-rc2; betaflight: 3.2.3 -> 3.4.0-rc4
2018-08-09 21:33:06 -04:00
Yegor Timoshenko
f4c2ee0049
libinotify-kqueue: init at 20180201
2018-08-10 03:09:56 +03:00
Orivej Desh
67b9a11fb1
subversion: default to subversion_1_10 ( #44800 )
2018-08-09 23:21:10 +00:00
Dmitry Kalinkin
fad7857438
img2pdf init at 0.3.1 ( #44833 )
...
* img2pdf: init at 0.3.1
* img2pdf: take buildPythonApplication and fetchPypi from python3Packages
2018-08-09 23:13:39 +02:00
Benjamin Hipple
32b11f423d
waf: 2.0.6 -> 2.0.10
...
This commit also swaps the build tool to use python3 internally (which waf fully
supports and prefers) and swaps the src to be downloaded from gitlab. The waf.io
site only keeps source tarballs of the latest version, so once a new waf comes
out we can no longer reproduce older versions.
We need the ensureNewerSources hook to avoid this error, in both `python2` and `python3`:
ValueError: ZIP does not support timestamps before 1980
2018-08-09 14:51:28 -04:00
Jan Tojnar
c83e929b94
Merge pull request #44689 from jtojnar/gnome-cleanup
...
GNOME2 cleanup
2018-08-09 18:55:59 +02:00
Jan Tojnar
bababf31c0
networkmanager-openconnect: move to a subdirectory
2018-08-09 18:16:43 +02:00
Jan Tojnar
73539d3939
networkmanager-fortisslvpn: move to a subdirectory
2018-08-09 17:37:12 +02:00
Jan Tojnar
1f6f4e69d1
networkmanager-iodine: move to a subdirectory
2018-08-09 17:37:12 +02:00
Jan Tojnar
3fb05d10d0
networkmanager-l2tp: move to a subdirectory
2018-08-09 17:37:11 +02:00
Jan Tojnar
cbbf0f1447
networkmanager-vpnc: move to a subdirectory
2018-08-09 17:37:10 +02:00
Jan Tojnar
d2f75c32de
networkmanagerapplet: clean up
2018-08-09 17:37:09 +02:00
Jan Tojnar
807f582d63
mysql-workbench: 6.3.8 → 8.0.12
2018-08-09 17:36:51 +02:00
Jan Tojnar
0e68d11b86
gnome2.zenity: drop
2018-08-09 17:36:48 +02:00
Jan Tojnar
635f4a2938
appdata-tools: drop
2018-08-09 17:36:46 +02:00
Jan Tojnar
b75ee08a6c
xmonad_log_applet_mate: init
2018-08-09 17:36:45 +02:00
Jan Tojnar
ecaac2a5e8
xmonad_log_applet: fix build
2018-08-09 17:36:45 +02:00
Jan Tojnar
200434a695
xmonad_log_applet_gnome2: drop
2018-08-09 17:36:45 +02:00
xeji
93f5e20ef5
Merge pull request #44553 from yegortimoshenko/201808/toggldesktop
...
toggldesktop: init at 7.4.231
2018-08-09 09:32:53 +02:00
Frederik Rietdijk
786cbba7be
Merge pull request #44447 from NixOS/staging-next
...
Staging next
2018-08-09 09:04:03 +02:00
aanderse
12c05697b5
added Authen::ModAuthPubTkt perl package from cpan ( #44785 )
2018-08-09 08:59:46 +02:00
Vladimír Čunát
94e608d587
Merge branch 'master' into staging-next
2018-08-09 08:48:04 +02:00
Jonathan Mettes
237c956b0a
ncview: init at 2.1.8 ( #44778 )
2018-08-09 08:41:12 +02:00
adisbladis
ea3310c944
ansible_2_6: init at 2.6.2 ( #44673 )
2018-08-09 08:19:55 +02:00
Austin Seipp
078da082b6
libressl: add 2.8.0
...
This does not remove any prior versions: LibreSSL versions are
maintained for a year after their corresponding OpenBSD branch is tagged
for release:
- v2.6.x, part of OpenBSD 6.2-release, Nov 2017 (EOL: Nov 2018)
- v2.7.x, part of OpenBSD 6.3-release, Apr 2018 (EOL: Apr 2019)
- v2.8.x, expected OpenBSD 6.4-release, ETA Sep 2018 (EOL: Sep 2019)
This also does not change the default version: the stable branch remains
2.7.x, and 2.8.0 is the newest released development version. 2.8 can
become the default after OpenBSD-6.4
Closes #44760 (as it's redundant).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-08 18:59:22 -05:00
Christopher Ostrouchov
1d46027c3d
pythonPackages.pysrim: init at 0.5.8 ( #44756 )
...
- compatible with 2.7, 3+
- tests are not run due to requiring git lfs download of repository
2018-08-09 00:31:51 +02:00
volth
c51043a1bd
scallion: use mono4 ( #44744 )
2018-08-08 23:02:36 +02:00
Christopher Ostrouchov
74f0282d65
pythonPackages.singledispatch: move expression ( #44654 )
2018-08-08 22:35:46 +02:00
Christopher Ostrouchov
8de02232c5
pythonPackages.sortedcontainers: 1.5.7 -> 2.0.4 ( #44653 )
...
Moving sortedcontianers from top-level -> python-modules and updating
to newest sortedcontianers release.
2018-08-08 22:12:12 +02:00
Matthew Bauer
8c025c67d5
Revert "Revert "Revert "release: disallow aliases"""
...
This reverts commit 0d8076b99c
.
This has been causing people issues so it’s easiest to leave it off
for now. Eventually I will do an RFC or some other PR where we can
have more discussion on benefits of doing this in CI.
Fixes #44299
I still think it’s still worth keeping aliases out of Nixpkgs but we
don’t need to block evaluation on it.
2018-08-08 13:04:06 -04:00
Robert Schütz
6342ab656c
Merge pull request #44446 from rnhmjoj/python2->python3
...
Make python{2,3} version explicit
2018-08-08 11:18:21 +02:00
xeji
90e72bb769
Merge pull request #44146 from Izorkin/tengine
...
tengine: init init at v2.2.2
2018-08-08 10:58:25 +02:00
Christopher Ostrouchov
c2e7a20f34
pythonPackages.docrep: init at 0.2.3 ( #44665 )
2018-08-08 10:53:28 +02:00
Sage
2038ac39f5
crispy-doom: init at 5.2 ( #44536 )
...
crispy-doom: init at 5.2
2018-08-08 09:34:32 +02:00
rnhmjoj
0683a72e35
nox: remove pythonPackages references
2018-08-08 02:20:54 +02:00
rnhmjoj
873663b650
youtube-dl: use python3
2018-08-08 02:20:53 +02:00
Tim Steinbach
b55c02e878
rsyslog: 8.21.0 -> 8.37.0
2018-08-07 19:49:58 -04:00
Austin Seipp
a240276ccb
zstdmt: remove (dupe, unmaintainable)
...
The user who wrote this code on GitHub has since deleted their account,
making any updates impossible. Furthermore, this package is redundant
anyway: Zstandard has been shipping a compatible 'zstdmt' binary, API,
and stable multi-threading support for over a year now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Austin Seipp
d3b51ab973
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Also fixes the Deluge build, which relied on .out and .python
being the same.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Robert Schütz
fbb60556f8
python.pkgs.tidylib: 0.2.4 -> 0.3.2
...
fixes #44581
2018-08-08 01:29:54 +02:00
Robert Schütz
80bf2e3641
Merge pull request #44599 from jyp/tensorflow-1.9
...
Update to tensorflow 1.9
2018-08-08 00:30:34 +02:00
leenaars
4150a65b17
animbar: init at 1.2 ( #44608 )
2018-08-07 23:39:29 +02:00
Janne Heß
022b81f3f8
tt-rss-theme-feedly: Init at 1.4.0 ( #44634 )
2018-08-07 23:33:15 +02:00