Riley Inman
c847da5b8b
iosevka: Fix rev typo, link node_modules instead of copy
2019-09-23 15:08:54 -04:00
Riley Inman
64accf2edf
iosevka: Merge node dependencies into nodePackages
2019-09-23 02:03:10 -04:00
Riley Inman
0ef7d0d908
iosevka: Declare version in mkDerivation
2019-09-22 14:10:04 -04:00
Riley Inman
e1ace0f772
iosevka: Add self as maintainer
2019-09-22 14:07:10 -04:00
Riley Inman
8bfb67929d
iosevka: Append extraParameters instead of overwriting
2019-09-22 14:04:58 -04:00
Riley Inman
98a7d7990e
iosevka: Simplify custom build process
...
Although hopefully this can eventually be added to nodePackages, it uses
some devDependencies to build custom fonts. Node2nix doesn't currently
support enabling devDependencies for a single package.
- Got rid of redundant let-in statements.
- node-packages.json now only pulls in Iosevka.
- generate.sh
* Uses a nix-shell shebang to ensure it builds using the current
version of node2nix (the old version caused some issues due to the
19.03 release version being 1.6.0 instead of 1.7.0).
* Builds in development mode to fix the devDependencies issue.
- Use the tree of the built node package as sourceRoot instead of
installing node dependencies manually. This means the source will have
to be updated in both node-packages.json and default.nix, but to make
things easier the derivation inherits the version number.
- Disparate build options now all live under privateBuildPlan, which is
converted first with builtins.toJSON and then to TOML using remarshal
(Unfortunately there is not currently a builtins.toTOML).
- Extra parameters can also be provided that will be converted to JSON
then TOML. This will overwrite the default parameters.toml file.
2019-09-21 12:54:46 -04:00
Silvan Mosberger
c545e85de8
minecraft: 2015-07-24 -> 2.1.5965 ( closes #68123 ) ( #68175 )
...
minecraft: 2015-07-24 -> 2.1.5965 (closes #68123 )
2019-09-20 21:54:30 +02:00
Dmitry Kalinkin
55d63efdc0
Merge pull request #69161 from artemist/openafs-linux_5_3
...
linuxPackages_5_3.openafs_1_8: fix build
2019-09-20 14:52:12 -04:00
Tim Steinbach
7cff0bc3ee
zfs: Incompatibility with kernel 5.3
...
Enable the warning that ZFS is currently
incompatible with 5.3 kernels
2019-09-20 14:39:38 -04:00
Artemis Tosini
5acd6681f2
linuxPackages_5_3.openafs_1_8: fix build
...
This update cherry-picks patches necessary to build the OpenAFS kernel
module from the OpenAFS master branch. This commit does not fix OpenAFS
1.6.
2019-09-20 17:29:06 +00:00
Nazarii Bardiuk
b3dec4fa26
vimPlugins.LanguageClient-neovim: 0.1.146->0.1.154
2019-09-21 02:19:41 +09:00
Vincent Laporte
827f62ef01
ocamlPackages.optint: 0.0.2 -> 0.0.3
...
Ensures compatibility with OCaml ≥ 4.08
2019-09-20 17:04:52 +00:00
Doron Behar
c5f3851909
neovim-remote: 2.2.0 -> 2.2.1
2019-09-21 01:23:01 +09:00
Jörg Thalheim
0a56a467c5
python3Packages.{websockets, uvicorn,python-engineio}: bump an… ( #68939 )
...
python3Packages.{websockets, uvicorn,python-engineio}: bump and fix builds
2019-09-20 16:33:07 +01:00
Tim Steinbach
861840baf6
oh-my-zsh: 2019-09-13 -> 2019-09-20
2019-09-20 09:48:17 -04:00
José Romildo Malaquias
457e349423
Merge pull request #69026 from romildo/fix.enlightenment
...
enlightenment.enlightenment: add dependency on bc
2019-09-20 09:39:37 -03:00
worldofpeace
4475586621
Merge pull request #69149 from delroth/mono-zeroconf
...
mono-zeroconf: remove broken package
2019-09-20 08:33:01 -04:00
Pierre Bourdon
21c92c4a1d
mono-zeroconf: remove broken package
...
No dependencies within nixpkgs, and the package has not built
successfully since 2018-04-29 according to Hydra[1].
[1] https://hydra.nixos.org/build/100604053
2019-09-20 14:16:49 +02:00
José Romildo Malaquias
9653933097
Merge pull request #66429 from Gerschtli/add/liquidprompt
...
liquidprompt: init at 2018-05-21
2019-09-20 08:14:30 -03:00
Anderson Torres
92324d92a6
Merge pull request #68961 from eraserhd/pr/master/plan9port-missing-which
...
plan9port: use command instead of which in builder.sh
2019-09-20 07:34:08 -03:00
Joachim F
22325331d2
Merge pull request #69103 from dtzWill/update/tor-0.4.1.6
...
tor: 0.4.1.5 -> 0.4.1.6
2019-09-20 09:22:18 +00:00
Marek Mahut
f4917135ce
Merge pull request #69140 from 1000101/master
...
prometheus-apcupsd-exporter: init at unstable-2019-03-14
2019-09-20 11:20:50 +02:00
Jörg Thalheim
27994da318
squashfsTools: 4.4dev_20180612 -> 4.4 ( #68275 )
...
squashfsTools: 4.4dev_20180612 -> 4.4
2019-09-20 09:57:30 +01:00
Jan Hrnko
a203ba2bf1
prometheus-apcupsd-exporter: init at unstable-2019-03-14
2019-09-20 10:34:00 +02:00
Maximilian Bosch
6c3bf80a75
Merge pull request #68965 from B4dM4n/csvs-to-sqlite-1.0
...
csvs-to-sqlite: 0.9 -> 1.0
2019-09-20 10:32:51 +02:00
Maximilian Bosch
a7f002ac41
httpie: use python3 by default
...
This package is intended to be used as application and supports
python3[1] (and is about to deprecated python2.7 support[2]),
so there's no reason to not use it in 2019.
[1] https://github.com/jakubroztocil/httpie/tree/1.0.3#python-version
[2] b3d2c1876e
2019-09-20 10:04:18 +02:00
Marek Mahut
dae532c445
Merge pull request #69106 from prusnak/libfido2
...
libfido2: 1.1.0 -> 1.2.0
2019-09-20 09:16:58 +02:00
Maximilian Bosch
d50d5817d4
Merge pull request #69094 from madjar/fix-httpie
...
httpie: add missing 'setuptools' to propagatedBuildInputs
2019-09-20 08:28:07 +02:00
Bjørn Forsman
5af0d0b5da
kicad: fix build
...
Fix configure time error:
...
ImportError: No module named wx
CMake Error at CMakeModules/FindwxPython.cmake:52 (message):
wxPython/Phoenix does not appear to be installed on the system
Only build tested.
Fixes: f7e28bf5d8
("Split buildPythonPackage into setup hooks")
2019-09-20 08:17:58 +02:00
Vasiliy Yorkin
0cf81af50c
ocamlPackages.ppx_deriving_rpc: init at 5.9.0
2019-09-20 05:54:29 +00:00
aszlig
d69bc56e69
ip2unix: 2.1.0 -> 2.1.1
...
This is just a small bugfix release (essentially adds two lines of code)
which fixes a segfault if using with a program that doesn't pass a
sockaddr buffer to accept() or accept4().
Signed-off-by: aszlig <aszlig@nix.build>
2019-09-20 07:54:04 +02:00
Vasiliy Yorkin
fac7453117
ocamlPackages.ocaml-protoc: init at 1.2.0 ( #68962 )
2019-09-20 05:53:30 +00:00
Peter Hoeg
25544be831
Merge pull request #68996 from marsam/update-terraform
...
terraform: 0.12.8 -> 0.12.9
2019-09-20 11:04:09 +08:00
Austin Seipp
889537352b
h2o: 2.2.6 -> 2.3.0-beta2, enable multi-output
...
This also lets us remove a hack for supporting LibreSSL 2.7, since we're
now using 2.9 by default, anyway.
Finally, use Ninja to run the CMake build instead of Make -- speeds
things up for me by a few seconds.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-19 18:28:04 -05:00
Graham Christensen
8dbca5e3ca
Merge pull request #69054 from ivan/chromium-77.0.3865.90
...
chromium: 77.0.3865.75 -> 77.0.3865.90
2019-09-19 18:01:06 -04:00
Graham Christensen
a81f8304d8
Merge pull request #68991 from ivan/chromium-77-font-fix
...
chromium: add patch to fix performance regression with fonts
2019-09-19 18:00:36 -04:00
Eelco Dolstra
d8e35fdbf9
vista-fonts: Use new download location
2019-09-19 22:38:31 +02:00
Daiderd Jordan
3d2d695657
Merge pull request #69116 from bachp/plex-1.16.6.1592
...
plex: 1.16.5.1554 -> 1.16.6.1592
2019-09-19 22:22:38 +02:00
Vladyslav M
262b328b0b
maintainer: update email ( #69114 )
...
maintainer: update email
2019-09-19 22:29:05 +03:00
José Romildo Malaquias
1baddfbaaf
Merge pull request #68959 from romildo/upd.papirus-maia-icon-theme
...
papirus-maia-icon-theme: init at 2019-07-26
2019-09-19 16:00:37 -03:00
Pascal Bach
640f2dbbaf
plex: 1.16.5.1554 -> 1.16.6.1592
2019-09-19 20:49:25 +02:00
Vladyslav M
6447378983
Merge pull request #69003 from romildo/upd.arc-theme
...
arc-theme: 20190910 -> 20190917
2019-09-19 21:46:04 +03:00
Marek Mahut
8cc942d2ae
Merge pull request #69101 from 1000101/pdfsam
...
pdfsam-basic: init at 4.0.4
2019-09-19 20:43:19 +02:00
Gabriel Ebner
3e0127b878
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0 ( #69051 )
...
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0
2019-09-19 20:37:25 +02:00
babariviere
70299a0a0a
maintainer: update email
2019-09-19 20:28:59 +02:00
worldofpeace
433d540085
Merge pull request #68276 from doronbehar/update-cpp-utilities
...
cpp-utilities: 4.17.1 -> 5.0.0
2019-09-19 13:58:09 -04:00
Doron Behar
9f508e8eba
cpp-utilities: 4.17.1 -> 5.0.0
2019-09-19 20:52:49 +03:00
worldofpeace
1e6f4fb2bc
Merge pull request #68983 from worldofpeace/xfce-cleanup
...
Touchups for nixos/xfce4-14 for 19.09
2019-09-19 13:25:03 -04:00
Eelco Dolstra
b0ccd6dd16
Revert "nixos/doc: re-format"
...
This reverts commit ea6e8775bd
. The new
format is not an improvement.
2019-09-19 19:17:30 +02:00
worldofpeace
db3d31b903
Merge pull request #69093 from alexarice/xterm-default
...
nixos/xterm: Set default to xserver.enable
2019-09-19 13:05:49 -04:00