Will Dietz
57a46d4330
ankacoder{,-condensed}: init at 1.100
2019-01-17 15:24:57 -06:00
Will Dietz
81d3780b47
agave: init at 008
2019-01-17 15:24:55 -06:00
Timo Kaufmann
471ba67013
libgap, gap-libgap-compatible: remove
...
They were only used by sage, which now (since version 8.6) uses gaps own
(new) libgap.
2019-01-17 20:39:02 +01:00
Timo Kaufmann
29e150d85f
Merge pull request #54127 from timokau/gap-improvements
...
gap: install libgap, add packageSet option
2019-01-17 20:38:38 +01:00
Michael Weiss
9aa46aedfe
android-studio-preview: Deprecate the attribute
...
This also covers "androidStudioPackages.preview".
I believe that the name is confusing (is it from the beta or dev/canary
channel?) and with this error message it should be obvious how to update
ones configuration.
2019-01-17 19:13:07 +01:00
Jörg Thalheim
682801a445
Merge pull request #53628 from dtzWill/feature/bash-5-readline-8
...
readline8,bash5: init
2019-01-17 10:57:38 +00:00
Timo Kaufmann
cf63a8c94c
gap: add packageSet option
...
Two reasons for this:
- more fine-grained space/functionality tradeoff
- preparation for the sage 8.6 update, which finally doesn't need a
downgraded gap anymore but does break when unexpected (non-standard)
packages are installed. Details: https://trac.sagemath.org/ticket/26983
The proper way to deal with gap packages would be to create a package
set, package each one individually and have something like gap
equivalent of `python.withPackages`. I am not willing to do that
however.
2019-01-17 10:10:24 +01:00
Timo Kaufmann
bb173ec8e3
gap: install libgap
...
There are some starts of a `make install`, but nothing complete yet.
Upstream now ships a `libgap` as a replacement of the custom one used by
sagemath.
2019-01-17 10:10:21 +01:00
volth
c384dae70b
fetchgit: use buildPackages.cacert
...
As a data package `buildPackages.cacert` suppose to be equal to `hostPackages.cacert`.
But `hostPackages.cacert` causes needless build of `hostPackages.python` and other packages, which takes time and requires them to support cross-compilation.
2019-01-17 07:52:00 +00:00
Jörg Thalheim
d3d25f5218
Merge pull request #54044 from Mic92/oraclejdk
...
oraclejdk: 8.191 -> 8.201; no longer depend on requireFile
2019-01-17 07:26:28 +00:00
Jörg Thalheim
1dc706f060
oraclejdk: 8.191 -> 8.201
...
also no longer use requireFile and accept the license via nixpkgs option
2019-01-17 07:24:33 +00:00
Jörg Thalheim
bb885d502a
Merge pull request #53888 from Mic92/ccls
...
ccls: init at 0.20181225.7
2019-01-16 23:56:55 +00:00
Robert Schütz
bffbdfc67e
esphome: init at 1.10.1
2019-01-16 15:48:15 +01:00
Christoph Hrdinka
def5124ec8
Merge pull request #53995 from serokell/fix-pgtmp
...
pg_tmp, ephemeralpg: fix on darwin and merge
2019-01-16 13:45:48 +01:00
Yorick van Pelt
eec46991e2
pkgs/top-level: move pg_tmp to aliases.nix
2019-01-16 13:21:06 +01:00
Tom Parker-Shemilt
ace5f7ae5d
libnetfilter_acct: init at 1.0.3
2019-01-15 22:09:04 +00:00
Jan Tojnar
f09d193c1c
wrapGAppsHook: do not depend on dconf on Darwin
...
Running dconf daemon on Darwin is probably not trivial since it requires DBus.
We are probably better of relying on GNextstepSettingsBackend.
2019-01-15 22:47:42 +01:00
Pierre-Etienne Meunier
121318a9b4
toml2nix: init at 0.1.1 ( #53883 )
2019-01-15 23:36:36 +02:00
Yorick van Pelt
f9a7b5d22e
pg_tmp, ephemeralpg: merge packages
2019-01-15 18:17:12 +01:00
Jörg Thalheim
ca61531750
ccls: init at 0.20181225
...
- tested with [emacs](https://dl.thalheim.io/kdh-PwxzlwGKTEl1_NpTzg/2019-01-13-190156_1920x1080_scrot.png )
and vim.
- wrapped to pick up our cc wrapper environment -> works perfectly in nix-shell
2019-01-15 17:12:56 +00:00
Peter Hoeg
2421bab5bb
zoneminder: init at 1.32.3
2019-01-15 21:27:45 +08:00
Michael Weiss
8d8ed93725
swaylock: init at 1.2
2019-01-15 13:34:18 +01:00
Michael Weiss
813164e0cd
swayidle: init at 1.1
2019-01-15 13:15:37 +01:00
Austin Seipp
ee3949d720
nextpnr: use qtbase-5.11 instead of 5.12
...
This fixes a bizarre regression in the NextPNR GUI that causes the
background of the OpenGL floorplanning window to become 'transparent' on
certain platforms, greatly limiting its utility. However, QT 5.11 seems
to work just fine here.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Robert Schütz
77c6ca2c1a
Merge pull request #52647 from PsyanticY/pipreqs-2
...
pipreqs: init at 0.4.9 | pythonPackage.yarg: init at 0.1.9
2019-01-15 00:10:40 +01:00
nagato.pain
709c6c46b9
pipreqs: init at 0.4.9
2019-01-15 00:06:49 +01:00
Roman Volosatovs
8b925a8f32
mbed-cli: init at 1.8.3 ( #53954 )
2019-01-14 23:47:12 +01:00
Brenton Horne
6be5e679b1
marvin: init at 19.1.0
...
Also adding myself (fusion809) as a maintainer.
The marvin Nix file in this commit is largely thanks to @msteen.
2019-01-15 00:23:38 +10:00
Jörg Thalheim
ff0dc34c1d
Merge pull request #48752 from jorsn/new.epson-workforce-635-nx625-series
...
epson-workforce-635-nx625-series: init at 1.0.1
2019-01-14 11:02:02 +00:00
Ning Zhang
2660bc201b
oci-image-tool: init at 1.0.0-rc1
2019-01-14 15:50:58 +11:00
André-Patrick Bubel
995833de0e
medfile: 3.3.1 -> 4.0.0
2019-01-14 04:36:58 +01:00
Matthew Bauer
2000d62a50
Merge pull request #53605 from matthewbauer/fix-53587
...
mingw: use current package set for headers
2019-01-13 20:12:44 -05:00
gnidorah
5285526b0f
pakcs: fix build ( #53281 )
2019-01-13 23:55:40 +01:00
Michael Weiss
041ff813f4
inxi: init at 3.0.30-1
2019-01-13 19:47:32 +01:00
Elis Hirwing
538d1a0e0e
gnomeExtensions.gsconnect: init at 20
2019-01-13 17:43:32 +01:00
gnidorah
f2b9162167
openmpt123: 0.2.7025-beta20.1 -> 0.4.1
2019-01-13 17:55:00 +03:00
Vladimír Čunát
570d84a01e
Merge branch 'staging-next'
2019-01-13 00:39:38 +01:00
Dmitry Kalinkin
37e4390971
qt5: use 5.11 on darwin until it's fixed
...
Fixes: 8e811ec29
('qt5: 5.11 -> 5.12')
Resolves : #53841
2019-01-12 09:20:42 -05:00
markuskowa
c5bb36f570
Merge pull request #53829 from vbgl/sile-0.9.5
...
sile: 0.9.4 -> 0.9.5
2019-01-12 13:01:28 +01:00
Vladimír Čunát
bde8efe792
Merge branch 'master' into staging-next
...
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
Michael Weiss
768d876394
scons: Remove version 2.5.1
2019-01-12 10:44:33 +01:00
Michael Weiss
d8bbec2dff
Merge pull request #53566 from primeos/master
...
gringo: Switch to the default SCons version
2019-01-12 10:41:39 +01:00
Vincent Laporte
3e7fa939f4
sile: 0.9.4 -> 0.9.5
2019-01-12 10:03:50 +01:00
Dmitry Kalinkin
0c9335fb1c
root, root5: fix build on darwin
2019-01-11 20:45:37 -05:00
worldofpeace
70013f236b
Merge pull request #51236 from fgaz/cht.sh/init
...
cht-sh: init at unstable-2018-11-02
2019-01-11 15:19:18 -05:00
Michael Raskin
eb5d51d4cf
clasp-common-lisp: update/fix build, 2018-11-28 prerelease (towards 0.9)
2019-01-11 16:29:29 +01:00
Michael Roitzsch
f84e353831
synergy: fix compilation on macOS
...
cf-private is needed to build on macOS
2019-01-11 16:22:02 +01:00
Eelco Dolstra
ac97ba25ae
Revert "libgit2: 0.26.6 → 0.27.7"
...
This reverts commit cc50638176
because
it breaks cargo (again, see fca4fbeba9
):
$ cargo build
Updating crates.io index
Segmentation fault
2019-01-11 14:58:45 +01:00
Jörg Thalheim
f3cb8cedef
Merge pull request #53744 from prusnak/gcc-arm-embedded-8
...
gcc-arm-embedded: 7-2018-q2-update -> 8-2018-q4-major
2019-01-11 12:26:13 +00:00
Francesco Gazzetta
9c3cb094ce
cht-sh: init at unstable-2018-11-02
2019-01-11 10:42:37 +01:00
Peter Hoeg
a9632dd470
Merge pull request #52453 from Anton-Latukha/handbrake-1.2
...
handbrake: 1.1.2 -> 1.2.0
2019-01-11 14:10:56 +08:00
Danylo Hlynskyi
0f69eb3e5b
Merge pull request #53614 from ebzzry/tinyscheme-1.41
...
tinyscheme: init at 1.41
2019-01-11 02:41:16 +02:00
tbenst
d34f2b9b96
bftools: init at 5.9.2 ( #53769 )
2019-01-10 18:28:28 -05:00
Peter Hoeg
8336ccaa44
omping: init at 0.0.5
2019-01-11 01:01:54 +02:00
Dmitry Kalinkin
6bc8a66212
Merge pull request #53300 from msteen/openra
...
openra with extra mods
2019-01-10 13:56:46 -05:00
Michael Weiss
d7cedf7394
ubridge: init at 0.9.14
2019-01-10 19:47:58 +01:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
Pavol Rusnak
8eb031786c
gcc-arm-embedded: 7-2018-q2-update -> 8-2018-q4-major
2019-01-10 12:30:42 +01:00
Domen Kožar
8fc21a347e
elm2nix: use package from hackage
2019-01-10 09:56:29 +00:00
Michael Weiss
28c63d56a7
Merge pull request #53685 from dtzWill/update/scons-3.0.3
...
scons: 3.0.2 -> 3.0.3
"This release should be used instead of 3.0.2. This release fixes
several issues. This release supports Python versions 2.7.* as well as
3.5+." [0]
Details can be found in the changelog [1].
"NOTE: 3.0.2 release was dropped because there was a packaging bug. Please
consider all 3.0.2 content."
There where no regressions and no deprecations in this release (at least it does
not break any builds in nixpkgs).
[0]: https://scons.org/scons-303-is-available.html
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.3/src/CHANGES.txt
2019-01-10 10:02:41 +01:00
Vladyslav M
63ffed17db
Merge pull request #53728 from kballard/hexyl
...
hexyl: init at 0.3.0
2019-01-10 10:04:59 +02:00
Franz Pletz
4b95e496e1
minetest: refactor and add dev version 5
2019-01-10 05:51:01 +01:00
Lily Ballard
96bffeb865
hexyl: init at 0.3.0
2019-01-09 18:22:50 -08:00
Matthijs Steen
1ae7384ddb
openra with extra mods
2019-01-09 20:57:29 +01:00
Jörg Thalheim
9e4fe77abc
Merge pull request #53694 from bkchr/raspberry_wifi_fix
...
linux: Adds patch for fixing wifi on raspberry pi
2019-01-09 10:54:34 +00:00
Bastian Köcher
a90fc6d3ef
linux: Adds patch for fixing wifi on raspberry pi
2019-01-09 11:18:09 +01:00
Jörg Thalheim
d74d2e8ed3
bash_5: change attribute name to fit conventions
...
for different versions we use underscore
2019-01-09 08:30:17 +00:00
Jörg Thalheim
66c1f82631
electron_3: init at 3.1.0
...
electron 4 had many breaking changes in their API,
breaking rambox. Since the 3.x version is still maintained,
we can add an older variant.
2019-01-09 07:24:17 +00:00
Will Dietz
e69d494033
scons: 3.0.2 -> 3.0.3
...
https://scons.org/scons-303-is-available.html
cc e1d9854816
2019-01-08 21:34:55 -06:00
klntsky
c869fc2ac1
pax-rs: init at 0.4.0 ( #53660 )
2019-01-08 13:16:59 -05:00
Maximilian Bosch
f2ba764e4d
Merge pull request #53476 from marsam/init-clair
...
clair: init at 2.0.7
2019-01-08 11:35:47 +01:00
markuskowa
bfd9dd77ef
Merge pull request #53588 from spacekookie/void
...
void: init at 1.1.5
2019-01-08 09:06:10 +01:00
Will Dietz
86a1a3950b
bash5: init bash 5.0
...
https://lists.gnu.org/archive/html/info-gnu/2019-01/msg00010.html
2019-01-07 23:57:59 -06:00
Will Dietz
d18abcb3f6
readline80: init
...
https://lists.gnu.org/archive/html/info-gnu/2019-01/msg00011.html
2019-01-07 23:57:58 -06:00
Jan Tojnar
153c0bdb6a
Merge pull request #52075 from kisonecat/master
...
hashcash: init at 1.22
2019-01-08 03:45:24 +01:00
Rommel MARTINEZ
a2db494f6c
tinyscheme: init at 1.41
2019-01-08 09:07:02 +08:00
Matthew Bauer
0307203693
mingw: use current package set for headers
...
gccCrossStageStatic should not need targetPackages.
Fixes #53587 .
2019-01-07 16:15:27 -06:00
Matthew Bauer
d2e74263ac
Merge pull request #53072 from furrycatherder/fuse-overlayfs
...
fuse-overlayfs: init at 0.2
2019-01-07 12:41:21 -06:00
Katharina Fey
6a6cd025fc
void: init at 1.1.5
2019-01-07 19:01:23 +01:00
Bjørn Forsman
651ee38dea
jnetmap: init at 0.5.4
2019-01-07 16:57:33 +01:00
Michael Weiss
38d9d76d61
gringo: Switch to the default SCons version
...
Version 3.0.2 works fine and 2.5.1 is therefore no longer required.
2019-01-07 15:45:23 +01:00
Michael Weiss
e1d9854816
scons: 3.0.1 -> 3.0.2
...
A few packages broke due to the SCons upgrade (they depended on
deprecated options that got removed), I've kept them on version 3.0.1
for now. The rest of the rebuilds seems fine (the failing ones where
already in a broken state before this change).
2019-01-07 15:07:29 +01:00
Mario Rodas
23da4c67c8
clair: init at 2.0.7
2019-01-06 19:40:13 -05:00
Joachim Fasting
6eea9ac868
linux: add feature flag to indicate support for 32bit emulation
...
Motivated by the need to warn users trying to build configurations that depend
on being able to run 32bit apps on 64bit kernels.
2019-01-06 19:52:03 +01:00
Artur Kireev
5b201a8e98
ksh: init at 93v
2019-01-06 15:37:53 +00:00
Peter Simons
747531a46e
gsound: fix evaluation error
2019-01-06 14:35:14 +01:00
Peter Simons
13c58d89dd
gcr: fix evaluation error
2019-01-06 14:35:14 +01:00
Frederik Rietdijk
a4250d1478
Merge staging-next into staging
2019-01-06 09:48:31 +01:00
Frederik Rietdijk
e5381cdece
Merge master into staging-next
2019-01-06 09:36:23 +01:00
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
Will Dietz
471804736d
ffmpeg-full: use cf-private to fix Darwin build
2018-12-31 11:00:03 -06: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