Orivej Desh
7d864c6bd6
clickhouse: build with llvmPackages_latest
...
This will simplify updates since the upstream tracks the latest llvm.
2019-01-06 02:46:58 +00:00
Dmitry Kalinkin
d2cfddd3b5
anki: fix build on darwin
...
Runtime doesn't work:
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'
This is probably because qtwebengine is broken on darwin, but doesn't
fail the build (#40149 )
2019-01-05 19:13:10 -05:00
Will Dietz
fcfdeedab9
Merge pull request #51339 from dtzWill/feature/minizincide
...
minizincide: init at 2.2.3
2019-01-05 13:48:52 -06:00
Vladimír Čunát
d84a33d85b
Merge branch 'master' into staging-next
...
A few more rebuilds (~1k on x86_64-linux).
2019-01-05 15:02:04 +01:00
Jörg Thalheim
8832292ace
Merge pull request #52932 from ejpcmac/init-elixir_1_8
...
elixir_1_8: init at 1.8.0-rc.1
2019-01-05 12:59:33 +01:00
Jean-Philippe Cugnet
5cefef0d12
elixir_1_3: Remove since it is not supported anymore
2019-01-05 12:34:49 +01:00
Orivej Desh
8dddd6d4a1
clang-tools: override llvm version in all-packages
2019-01-05 11:19:37 +00:00
Frederik Rietdijk
60a3973a55
Merge staging-next into staging
2019-01-05 10:15:00 +01:00
Anton-Latukha
9f6e6f9b31
nv-codec-headers: bring package to top-level
2019-01-05 03:31:43 +02:00
Frederik Rietdijk
9618abe87c
Merge master into staging-next
2019-01-04 21:13:19 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
Jörg Thalheim
e3bc81f531
Merge pull request #53351 from Mic92/clang-tools
...
clang-tools: 5 -> 7
2019-01-04 13:49:06 +01:00
Hans-Jörg Schurr
3569ff78f6
trx: init at 2018-01-23 ( #53324 )
2019-01-04 13:46:57 +01:00
Frederik Rietdijk
f665828fa3
Python: improve cross-compilation
...
This changeset allows for cross-compilation of Python packages. Packages
built with buildPythonPackage are not allowed to refer to the build
machine. Executables that have shebangs will refer to the host.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
613498af97
pypy: merge 2.7 and 3.5 into a single expression
...
This commit merges the two expressions in a single one, using
the passthru function that is shared with CPython.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
efbe87f3ef
CPython: merge expressions of interpreters
...
Each time a new major/minor version of CPython was released, a new
expression would be written, typically copied from the previous release.
Often fixes are only made in the current/latest release. By merging the
expressions it's more likely that modifications end up in all versions,
as is likely intended.
This commit introduces one expression for Python 3, and another for 2.7.
These two may also be merged, but it will result in a lot of extra
conditionals making the expression harder to follow.
A common passthru is introduced for CPython and PyPy.
python 2.7: use common passthru
2019-01-04 10:45:22 +01:00
Jörg Thalheim
fdb148f405
Merge pull request #53059 from schmittlauch/kcharselect
...
kcharselect: initial packaging
2019-01-04 08:17:06 +01:00
Jörg Thalheim
973bc2f2ae
clang-tools: 5 -> 7
...
Since this not typically used as build dependencies, just use the latest
and greatest.
2019-01-03 21:57:15 +01:00
Frederik Rietdijk
2da31b80bb
Merge master into staging-next
2019-01-03 20:07:35 +01:00
Daiderd Jordan
d0f4baf45c
Merge pull request #52705 from jacereda/darwin-sfml-fix
...
Fix sfml build on Darwin
2019-01-03 19:47:20 +01:00
Bjørn Forsman
daf3d7d49f
websocketd: init at 0.3.0
2019-01-03 19:39:36 +01:00
Jorge Acereda
0bb53c3e8a
sfml: comment the cf-private workaround
2019-01-03 16:13:12 +01:00
Jean-Philippe Cugnet
4345715025
elixir_1_8: init at 1.8.0-rc.1
2019-01-03 06:23:34 +01:00
wedens
85827a26ed
tdrop: init at 2018-11-13
2019-01-03 10:48:48 +07:00
wedens
88a82a4dc9
xkb-switch: 1.3.1 -> 1.5.0, rename from xkb_switch
2019-01-02 21:59:41 -05:00
José Romildo Malaquias
1ac1f2b59a
mojave-gtk-theme: init at 2019-01-02 ( #53197 )
2019-01-02 23:23:49 +01:00
Frederik Rietdijk
092e3b50a8
Merge master into staging-next
2019-01-02 21:08:27 +01:00
Joachim F
7db540633f
Merge pull request #52605 from Scriptkiddi/amazon-ecs-cli
...
amazon-ecs-cli: init at 1.12.1
2019-01-02 18:18:12 +00:00
Vladimír Čunát
70bff06140
Merge branch 'master' into staging
2019-01-02 17:19:23 +01:00
Bjørn Forsman
af34745862
fsv: fix typo: callPackages -> callPackage
...
Fixes nixpkgs eval warning:
$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace
derivation 'fsv-0.9-1' has invalid meta attribute 'override'
derivation 'fsv-0.9-1' has invalid meta attribute 'overrideDerivation'
2019-01-02 17:17:32 +01:00
Astro
108588b75b
frogatto: init at 0.0.2018-12-09 ( #52989 )
2019-01-02 11:47:16 +01:00
Will Dietz
0d75d67c3d
Merge pull request #53088 from dtzWill/feature/trilium
...
trilium: init at 0.26.1
2019-01-02 00:56:23 -06:00
Jan Tojnar
b2b921bdca
Merge pull request #53149 from jtojnar/qrencode-cleanup
...
qrencode: merge with libqrencode
2019-01-02 02:18:22 +01:00
Jan Tojnar
de6d70f52e
goffice_0_8: drop
2019-01-02 00:32:44 +01:00
Jan Tojnar
370d08f0d2
gnucash2{4,6}: drop
2019-01-02 00:32:44 +01:00
Trolli Schmittlauch
ec0eaca0f4
kcharselect: init at 18.12.0
...
Packaging `kcharselect` because a KDE tool for inserting special
characters is very useful.
2019-01-02 00:31:29 +01:00
Mario Rodas
70f06b3b61
font-droid: drop
...
deprecated in favor of noto https://github.com/google/fonts/issues/1223
2019-01-01 17:54:45 -05:00
Mario Rodas
c923094039
cooper-hewitt: init at 2014-06-09
2019-01-01 17:54:45 -05:00
Jan Tojnar
c5c2ac4f45
qrencode: merge with libqrencode
2019-01-01 17:19:07 +01:00
edef
574700085a
sdate: init at 0.5
2019-01-01 11:51:45 +00:00
Silvan Mosberger
ced0be5c06
Merge pull request #53078 from tex/wings3d
...
wings3d: 1.5.4 -> 2.2.1
2018-12-31 16:20:02 +01:00
Silvan Mosberger
8252eb9151
Merge pull request #53106 from dtzWill/feature/fractal
...
fractal: init at 4.0.0 !
2018-12-31 16:18:05 +01:00
Lancelot SIX
ce235f70ca
postgresql_9_3: drop
...
Postgresql 9.3 reached end of life on november 11, 2018 (see
https://www.postgresql.org/about/news/1905/ )
(Rebase of #52052 . Closes #52052.)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-31 08:44:57 -06:00
Will Dietz
290425b7a0
Merge pull request #53101 from rnhmjoj/fsv
...
fsv: init at 0.9-1
2018-12-31 08:00:32 -06:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
rnhmjoj
6e26190763
fsv: init at 0.9-1
2018-12-31 11:13:44 +01:00
Will Dietz
89851509d5
fractal: init at 4.0.0 !
...
Matrix chat app.
2018-12-30 22:37:18 -06:00
Silvan Mosberger
69ef070296
Merge pull request #50341 from corngood/chicken-5
...
chicken: 4.13.0 -> 5.0.0
2018-12-31 05:09:57 +01:00
Silvan Mosberger
7f1b9df996
Merge pull request #53054 from dotlambda/newsboat-2.14
...
newsboat: 2.13 -> 2.14
2018-12-31 03:28:14 +01:00
Silvan Mosberger
78f80a6917
Merge pull request #52201 from Scriptkiddi/gif-for-cli
...
Gif for cli
2018-12-31 03:09:08 +01:00
Robert Schütz
a513ddb6ed
newsboat: 2.13 -> 2.14
2018-12-31 02:50:20 +01:00
Matthew Bauer
62b54d5893
arrow-cpp: don’t expose gtest_static
2018-12-30 16:56:51 -06:00
Will Dietz
104d37c7a2
trilium: init at 0.26.1
2018-12-30 16:20:50 -06:00
Milan Svoboda
70a05bcfaa
wings3d: 1.5.4 -> 2.2.1
2018-12-30 15:32:40 +01:00
Sean Haugh
f1f9543768
fuse-overlayfs: init at 0.2
2018-12-30 06:44:33 -06:00
Frederik Rietdijk
c6e043d57c
Remove composableDerivation, closes #18763
2018-12-30 12:33:45 +00:00
László Vaskó
bd12f74827
material-design-icons: init at 3.2.89 ( #52969 )
...
It is a bit unfortunate that the name is so close to material-icons,
however it is consistent with the project name and how it is present
in AUR (ttf-material-design-icons-git)
2018-12-30 09:54:21 +01:00
Silvan Mosberger
ebdfafdb6e
Merge pull request #48911 from holidaycheck/nodejs-11
...
nodejs: init at 11.5.0
2018-12-29 22:05:11 +01:00
Domen Kožar
324f018fb5
add elm2nix
2018-12-29 18:59:55 +00:00
Timo Kaufmann
8cd7b5aab3
gap: 4r8p10 -> 4.10.0 ( #53037 )
...
This new version also has a libgap replacement, so after the next sage
update gap-libgap-compatible and libgap won't be necessary anymore.
2018-12-29 16:05:56 +01:00
Fritz Otlinghaus
cf97a0372f
gif-for-cli: init at unstable-2018-08-14
2018-12-29 18:57:18 +08:00
José Romildo Malaquias
958a669e83
qogir-theme: init at 2018-11-12 ( #52918 )
...
* qogir-theme: init at 2018-11-12
* qogir-theme: fix pname
Co-Authored-By: romildo <malaquias@gmail.com>
2018-12-28 13:07:06 -05:00
worldofpeace
3ae459f3c0
Merge pull request #52876 from marsam/init-detect-secrets
...
detect-secrets: init at 0.11.0
2018-12-27 21:08:18 -05:00
Fritz Otlinghaus
8cb8b2be91
amazon-ecs-cli: init at 1.12.1
2018-12-28 08:32:40 +08:00
Aristid Breitkreuz
8d84ba7037
ideviceinstaller: init at 2018-06-01
2018-12-27 20:05:11 +01:00
Orivej Desh
39b3cad721
k3d: fix build
2018-12-27 17:31:28 +00:00
Frederik Rietdijk
10afccf145
Merge staging-next into staging
2018-12-27 18:11:34 +01:00
Dmitry Kalinkin
3edd5cb227
Merge pull request #51294 from eadwu/nvidia_x11/legacy_390
...
nvidia: expose nvidia_x11_legacy390
2018-12-27 09:08:53 -05:00
Frederik Rietdijk
2534dddaa9
pandoc: fix build, unbreaks metrics
job
2018-12-27 14:42:07 +01:00
Vladyslav M
ae002fe44e
Merge pull request #52955 from Gerschtli/update/cargo-release
...
cargo-release: 0.10.0 -> 0.10.5
2018-12-27 12:57:18 +02:00
Mario Rodas
3258b00009
detect-secrets: init at 0.11.0
2018-12-27 05:23:32 -05:00
Vladyslav Mykhailichenko
db5fe5d240
cargo-release: fix darwin build
2018-12-27 11:46:50 +02:00
worldofpeace
3cf8821ce3
Merge pull request #52786 from romildo/upd.matcha
...
matcha: 2018-11-12 -> 2018-12-24
2018-12-26 23:55:17 -05:00
David McFarland
6c063ac076
chicken: 4.13.0 -> 5.0.0
2018-12-26 22:23:01 -04:00
Ivan Kozik
78c56d758d
all-packages.nix: remove obsolete comments
...
cgroup2 cpu controller support was merged into Linux 4.15:
22714a2ba4
2018-12-27 01:18:12 +00:00
Samuel Dionne-Riel
889ef35303
linuxPackages_4_{19,20}: works around bug with overlayfs.
...
See: https://github.com/NixOS/nixpkgs/issues/48828#issuecomment-445208626
2018-12-26 22:51:31 +00:00
Dmitry Kalinkin
8e79ebc523
Merge pull request #52934 from veprbl/pr/arrow_cpp_gtest_fix
...
arrow-cpp: fix build
2018-12-26 17:43:38 -05:00
Dmitry Kalinkin
956b4a87a8
arrow-cpp: fix build
...
Fixes: 1f6b095061
('gtest: build shared library')
2018-12-26 19:57:32 +03:00
Mario Rodas
7d141ec326
ruby_2_6: init at 2.6.0
2018-12-26 09:32:24 -05:00
Peter Simons
46cb1538a1
haskellPackages: update default package set to ghc-8.6.3 (LTS 13.x)
2018-12-26 13:46:12 +01:00
Samuel Dionne-Riel
b861ebb4c6
linuxPackages: 4.14 -> 4.19
2018-12-26 11:03:10 +00:00
Frederik Rietdijk
281981a6df
pywal: move to pythonPackages and inject path to convert
2018-12-26 11:58:59 +01:00
Frederik Rietdijk
e45ca47f14
Merge staging-next into staging
2018-12-26 09:30:32 +01:00
worldofpeace
51088d7d96
gnome-menus: rename from gnome3.gnome-menus
2018-12-25 20:14:32 -05:00
worldofpeace
2c76519900
vte, vte_290, vte-ng: rename frome gnome3.vte*
2018-12-25 20:14:32 -05:00
worldofpeace
0b14f7896d
libgnomekbd: rename from gnome3.libgnomekbd
2018-12-25 20:14:31 -05:00
worldofpeace
702168a67c
gsound: rename from gnome3.gsound
2018-12-25 20:14:29 -05:00
worldofpeace
c1599d29d9
gcr: rename from gnome3.gcr
2018-12-25 20:14:28 -05:00
worldofpeace
1954e6a949
totem-pl-parser: rename from gnome3.totem-pl-parser
2018-12-25 20:14:27 -05:00
worldofpeace
634eaf80b2
folks: rename from gnome3.folks
2018-12-25 20:14:26 -05:00
Jan Tojnar
73f32e7e58
gexiv2: rename from gnome3.gexiv2
2018-12-25 18:43:33 +01:00
obadz
5337b67c2d
Merge pull request #52800 from obadz/mono
...
mono: more fixes and update gtk-sharp/gnome-sharp
2018-12-25 17:22:11 +00:00
Jan Tojnar
f6afec36fa
gfbgraph: rename from gnome3.gfbgraph
2018-12-25 18:05:36 +01:00
Jan Tojnar
c6eece711e
libmediaart: rename from gnome3.libmediaart
2018-12-25 18:01:39 +01:00
Jan Tojnar
38582b0f32
libzapojit: rename from gnome3.libzapojit
2018-12-25 17:50:21 +01:00
Jan Tojnar
0f0179c2fa
librest: rename from gnome3.rest
2018-12-25 17:47:52 +01:00
Jan Tojnar
3ca8d0f814
libgweather: rename from gnome3.libgweather
2018-12-25 17:33:21 +01:00
Jan Tojnar
93a6f4414c
geocode-glib: rename from gnome3.geocode-glib
2018-12-25 17:28:34 +01:00
Jan Tojnar
7ca5ec11b0
libgee: rename from gnome3.libgee
2018-12-25 17:21:09 +01:00
Jan Tojnar
df89d4ce41
libpeas: rename from gnome3.libpeas
2018-12-25 17:21:08 +01:00
Jan Tojnar
1ba8575f9a
libcroco: rename from gnome3.libcroco
2018-12-25 17:21:08 +01:00
Jan Tojnar
878d289c6f
libgepub: rename from gnome3.libgepub
2018-12-25 17:21:08 +01:00
Jan Tojnar
d6ab3a534f
libgdata: rename from gnome3.libgdata
2018-12-25 17:21:08 +01:00
Jan Tojnar
5f77bef30b
libgxps: rename from gnome3.libgxps
2018-12-25 17:21:08 +01:00
Jan Tojnar
c45e9d0fac
Merge branch 'master' into staging
2018-12-25 17:03:57 +01:00
Dmitry Kalinkin
c217d67be3
mozlz4a: replace lz4 alias with proper name
...
lz4 used to package the same package as python-lz4, then lz4 was
removed and became an alias to python-lz4
2018-12-25 10:36:24 -05:00
Orivej Desh
f471114ab6
libdeflate: init at 1.1 ( #52832 )
2018-12-25 14:04:13 +00:00
obadz
4ff22f224f
mono: move a hyena and pdfmod from mono4 to mono5
...
Closes #52484
2018-12-25 00:00:58 +00:00
José Romildo Malaquias
5b1fb49416
matcha: move to pkgs/data/themes
2018-12-24 18:10:13 -02:00
Mario Rodas
9477cad1e1
diskus: enable build on darwin
2018-12-24 14:22:05 -05:00
Tim Steinbach
8f9c2f9726
linux: Add 4.20
2018-12-24 12:33:24 -05:00
Sander van der Burg
a27aa247c0
Merge pull request #50596 from svanderburg/mobile-updates
...
Mobile updates
2018-12-24 15:52:33 +01:00
Matthew Bauer
badc0a05f9
Merge pull request #52747 from marsam/init-guff
...
guff: init at 0.1.0
2018-12-24 08:26:41 -06:00
Jan Tojnar
ef935fa101
Merge branch 'master' into staging
2018-12-24 15:02:29 +01:00
Jan Tojnar
9cf3c1f52e
lasem: init at 0.4.3
2018-12-24 15:01:45 +01:00
obadz
60739e534d
Merge pull request #52712 from obadz/mono
...
mono: drop minor versions and upgrade to 5.16.0.220
2018-12-24 13:47:18 +00:00
zimbatm
d06f798ce7
Merge pull request #51566 from adisbladis/google-oslogin
...
GCE OSLogin module: init
2018-12-24 14:11:49 +01:00
Jan Tojnar
c808f75c02
Merge pull request #52735 from jtojnar/glom
...
glom: init at 1.31.6
2018-12-24 13:13:40 +01:00
Mario Rodas
f994e5fe8d
guff: init at 0.1.0
2018-12-24 06:20:37 -05:00
Ivan Kozik
82470c2e3b
snscrape: init at 0.1.3 ( #52758 )
2018-12-24 11:42:06 +01:00
Maximilian Bosch
71491d0afd
Merge pull request #52737 from etu/init-fsarchiver
...
fsarchiver: init at 0.8.5
2018-12-24 10:26:46 +01:00
Elis Hirwing
50d8250195
fsarchiver: init at 0.8.5
...
Filesystem archiver: http://www.fsarchiver.org/
2018-12-24 09:42:10 +01:00
Jan Tojnar
913aa6b7c8
vala_0_34: drop
2018-12-24 02:57:28 +01:00
Jan Tojnar
2b9283afc5
glom: init at unstable-2018-12-16
2018-12-24 02:29:17 +01:00
Jan Tojnar
53f04caad2
gtksourceviewmm4: init at 3.91.1
2018-12-24 02:29:17 +01:00
Jan Tojnar
5fc2a47e7e
mm-common: init 0.9.12
2018-12-24 02:29:16 +01:00
Jan Tojnar
ba1f2b345b
goocanvas2: init at 1.90.11
2018-12-24 02:29:16 +01:00
Jan Tojnar
130c141154
libepc: init at 0.4.6
2018-12-24 02:29:16 +01:00
Jan Tojnar
3ec683c85e
libgdamm: init at 4.99.11
2018-12-24 02:29:15 +01:00
Jörg Thalheim
633bc1d09b
Merge pull request #52686 from Mic92/vdr
...
vdr: revisited version of https://github.com/NixOS/nixpkgs/pull/32050
2018-12-23 16:19:27 +01:00
obadz
55af73e156
mono: only maintain major versions (mono4 & mono5)
2018-12-23 00:04:46 +00:00
Dmitry Kalinkin
98625b2bee
bzflag: enable on darwin ( #52707 )
2018-12-22 18:01:20 -05:00
Christian Kögler
dd3f755cf4
vdr: initial at 2.4.0 and nixos module
...
used same plugin mechanism as kodi does
2018-12-22 15:13:25 +01:00
Domen Kožar
2088ae10a3
jre: use adoptopenjdk-jre-bin on aarch
2018-12-22 09:15:51 +00:00
Dmitry Kalinkin
62aea9510c
Merge pull request #51796 from bachp/dsview-0.99
...
dsview: init at 0.99
2018-12-21 17:40:40 -05:00
Austin Seipp
814319f1ae
nixpkgs/firecracker: init at 0.12.0
...
This currently uses a binary-only package, since building
jailer/firecracker all on their own is somewhat complex from my
attempts.
This will later be changed into a source-only build, ideally.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-21 11:17:01 -06:00
Florian Klink
fb41136208
google-compute-engine-oslogin: init at 1.4.3
2018-12-21 17:52:37 +01:00
Alyssa Ross
a2eed09a8c
Merge pull request #52416 from alyssais/icu
...
icu63: init at 63.1
2018-12-21 16:07:40 +00:00
Mathias Schreck
e6a86e65d9
nodejs-11_x: init at 11.5.0
2018-12-21 11:23:49 +01:00
Pascal Bach
3facb3bf79
dsview: init at 0.99
2018-12-21 10:24:16 +01:00
Mario Rodas
0410537561
hyperledger-fabric: init at 1.3.0
2018-12-20 15:16:22 -05:00
Jörg Thalheim
1bb56620b5
Merge pull request #52567 from guibou/gcompris-0.95
...
gcompris: 0.91 -> 0.95
2018-12-20 20:07:41 +01:00
John Ericson
8a3ad1c79d
Merge pull request #52558 from Ericson2314/openspades-darwin
...
openspades: Fix Darwin build
2018-12-20 12:18:21 -05:00
John Ericson
d5fe466566
openspades: Fix Darwin build
2018-12-20 12:17:27 -05:00
Guillaume Bouchard
4043e157f5
qml-box2d: 2018-03-16 -> 2018-04-06
2018-12-20 16:08:53 +01:00
Michael Raskin
ede54f9144
Merge pull request #52379 from erikarvstedt/tesseract
...
Major tesseract improvements
2018-12-20 14:41:48 +00:00
Guillaume Bouchard
2141b4add1
gcompris: 0.91 -> 0.95
2018-12-20 14:46:41 +01:00
Franz Pletz
25eb8419d9
Merge pull request #52527 from dotlambda/home-assistant-cli-0.3.0
...
home-assistant-cli: init at 0.3.0
2018-12-20 02:31:09 +00:00
José Romildo Malaquias
31d3a99aed
plano-theme: 3.30-1 -> 3.30-2
2018-12-19 19:22:45 -05:00
Franz Pletz
65dfc2b272
Merge pull request #51914 from dotlambda/home-assistant-python37
...
home-assistant: use python37
2018-12-19 19:32:11 +00:00