Domen Kožar
da421bc75f
Fix #4210 : Remove builderDefs
...
This was one of the ways to build packages, we are trying
hard to minimize different ways so it's easier for newcomers
to learn only one way.
This also:
- removes texLive (old), fixes #14807
- removed upstream-updater, if that code is still used it should be in
separate repo
- changes a few packages like gitit/mit-scheme to use new texlive
2016-08-31 11:34:46 +02:00
José Romildo Malaquias
cb4cd5d7f0
roboto: init at 2.134 ( #18127 )
2016-08-30 20:26:06 +02:00
Julien Dehos
b72dfa7b7b
cxxtest: init at 4.4
2016-08-30 16:18:07 +02:00
tomberek
e47a7424c9
libtelnet: init at 20160426 ( #17936 )
2016-08-30 14:41:17 +02:00
Ram Kromberg
f254db331e
qweechat: init at 2016-07-29 ( #18094 )
2016-08-30 14:29:45 +02:00
Shea Levy
d4e012780f
rust{Beta,Unstable}: Remove lowPrio calls
...
These are sets of derivations and there is no recurseIntoAttrs, so the
packages aren't exposed to nix-env by name at all.
2016-08-30 05:56:15 -04:00
Luca Bruno
5c5fd1cb60
Merge pull request #18096 from leenaars/wavrsocvt
...
wavrsocvt: init at 1.0.2.0
2016-08-30 11:41:08 +02:00
Luca Bruno
cca72718b3
Merge pull request #18095 from Mic92/valauncher
...
valauncher: init at 1.2
2016-08-30 11:36:42 +02:00
Jörg Thalheim
2de7e30c0f
valauncher: init at 1.2
2016-08-30 10:04:43 +02:00
aszlig
f19c961b4e
linux-testing: Fix arg list too long in modinst
...
With the default kernel and thus with the build I have tested in
74ec94bfa2
, we get an error during
modules_install:
make[2]: execvp: /nix/store/.../bin/bash: Argument list too long
I haven't noticed this build until I actually tried booting using this
kernel because make didn't fail here.
The reason this happens within Nix and probably didn't yet surface in
other distros is that programs only have a limited amount of memory
available for storing the environment and the arguments.
Environment variables however are quite common on Nix and thus we
stumble on problems like this way earlier - in this case Linux 4.8 - but
I have noticed this in 4.7-next as well already.
The fix is far from perfect and suffers performance overhead because we
now run grep for every *.mod file instead of passing all *.mod files
into one single invocation of grep.
But comparing the performance overhead (around 1s on my machine) with
the overall build time of the kernel I think the overhead really is
neglicible.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-30 06:55:52 +02:00
Michiel Leenaars
fe87145c58
wavrsocvt: init at 1.0.2.0
2016-08-29 22:57:14 +02:00
Vladimír Čunát
f688ea37d8
bear: init at 2.2.0
2016-08-29 14:13:01 +02:00
obadz
b74793bd1c
Merge branch 'master' into staging
...
Conflicts:
pkgs/tools/system/facter/default.nix
2016-08-29 12:44:17 +01:00
Frederik Rietdijk
5da0b34591
liborc: init at 0.4.16
2016-08-29 10:35:21 +02:00
Gabriel Ebner
6a11b11a7d
handbrake: 0.9.9 -> 0.10.5
2016-08-29 08:05:26 +02:00
Graham Christensen
7a073c1c6d
Merge pull request #18057 from peterhoeg/kindlegen
...
kindlegen: init at 2.9
2016-08-28 22:24:21 -04:00
Joachim Fasting
22c9d8628c
grsecurity: remove legacy attributes
...
No need to carry these into the next release.
2016-08-29 04:08:38 +02:00
Robin Gloster
f81b2da3d4
go_1_4: rename to go_bootstrap and remove refs
...
This has cgo disabled, so only use this for bootstrapping.
2016-08-29 01:48:55 +00:00
Robin Gloster
df935b01e7
go_1_5: remove
2016-08-29 01:44:55 +00:00
Robin Gloster
4076f4d376
Merge pull request #18074 from womfoo/bump/facter-and-deps
...
facter: 3.1.8 -> 3.4.1 and add/update related dependencies
2016-08-29 01:22:28 +00:00
Kranium Gikos Mendoza
1bac115b05
cpp-hocon: init at 0.1.2
2016-08-29 08:55:40 +08:00
Robin Gloster
e17bc25943
Merge remote-tracking branch 'upstream/master' into staging
2016-08-29 00:24:47 +00:00
s1lvester
0b22104c1d
keepassx2-http: init at 2.0.2 ( #18039 )
2016-08-29 00:02:19 +00:00
Robin Gloster
9145ba0d90
docker: build with default go
...
Fixes build after binutils update
2016-08-28 22:51:34 +00:00
Michiel Leenaars
d22bb26fb9
oxygenfonts: init at 20140213
2016-08-28 21:12:29 +02:00
Tuomas Tynkkynen
43f576ea19
mesa: Add meta.platforms
2016-08-28 18:04:09 +03:00
obadz
92d929c884
Merge branch 'master' into staging
2016-08-28 14:48:02 +01:00
Peter Hoeg
c08b9b039a
kindlegen: init at 2.9
...
Not tested on macOS/Windows
2016-08-28 21:25:07 +08:00
Graham Christensen
1a64734bc6
Merge pull request #18031 from ambrop72/kdevelop5.0
...
kdevelop: Init at 5.0
2016-08-28 08:58:21 -04:00
Ambroz Bizjak
529fbe05a3
kdevelop: Init at 5.0
...
Doesn't use Okteta yet.
2016-08-28 14:15:54 +02:00
obadz
57ddc155fc
Merge branch 'master' into staging
...
Conflicts:
pkgs/games/scummvm/default.nix
2016-08-28 12:20:59 +01:00
Graham Christensen
a29eb6bfe7
Merge pull request #18024 from cransom/blink1tool
...
blink1-tool: init at 1.98
2016-08-27 21:43:21 -04:00
obadz
3de6e5be50
Merge branch 'master' into staging
...
Conflicts:
pkgs/applications/misc/navit/default.nix
pkgs/applications/networking/mailreaders/alpine/default.nix
pkgs/applications/networking/mailreaders/realpine/default.nix
pkgs/development/compilers/ghc/head.nix
pkgs/development/libraries/openssl/default.nix
pkgs/games/liquidwar/default.nix
pkgs/games/spring/springlobby.nix
pkgs/os-specific/linux/kernel/perf.nix
pkgs/servers/sip/freeswitch/default.nix
pkgs/tools/archivers/cromfs/default.nix
pkgs/tools/graphics/plotutils/default.nix
2016-08-27 23:54:54 +01:00
Michael Raskin
2a210e3430
neural-style: init at 0.0pre2016.08.15
2016-08-27 15:41:58 +02:00
Michael Raskin
f3a86cf599
loadcaffe: init at 0.0pre2016.08.01
2016-08-27 15:41:58 +02:00
Michael Raskin
2e0c1c3758
torch: find libjpeg and libpng, use compatible openblas
2016-08-27 15:41:58 +02:00
Casey Ransom
59b32b92e0
blink1-tool: init at 1.98
...
The command line tool for the blink(1) notification light.
2016-08-26 19:36:14 -04:00
Joachim F
c30792ed43
Merge pull request #17947 from RamKromberg/init/rc
...
rc: init at 1.7.4
2016-08-26 18:34:32 +02:00
Robin Gloster
fee9b3410e
Merge pull request #18014 from zimbatm/buildGoPackage-1.7
...
Build go package 1.7
2016-08-26 15:41:08 +00:00
Ram Kromberg
4c72c81e08
rc: init at 1.7.4
2016-08-26 16:24:43 +03:00
Michael Raskin
6b527ec517
liquidwar5: init at 5.6.4
2016-08-26 13:40:55 +02:00
zimbatm
4329958cf5
buildGoPackage: build with go 1.7
2016-08-26 11:49:59 +01:00
Shea Levy
c32ab50e0f
Merge branch 'cpu-cgroup-v2'
2016-08-26 06:07:16 -04:00
Robin Gloster
b6dabe3df0
openssl_1_1_0: init at 1.1.0
2016-08-26 07:39:18 +00:00
Michael Stone
b9a4da47c0
go: fix on darwin, make go-1.7 build with clang-3.8. ( #18001 )
...
The darwin stdenv currently provides clang-3.7; however,
a) go-1.7 currently expects a compiler that supports "-fdebug-prefix-map"
arguments (which clang-3.8 supports but clang-3.7 does not) and
b) even with clang-3.8, go-1.7 misinterprets the result of its runtime probes
for support for the "-no-pie" flag, thereby failing to build runtime/cgo.
This patch resolves (a) by building go-1.7 with clang-3.8 and resolves (b) by
teaching go how to correctly probe "-no-pie" error messages from clang.
2016-08-26 07:36:06 +00:00
Bjørn Forsman
7e52ba4537
foomatic-filters: align attrname with pkgname
2016-08-26 08:45:16 +02:00
Nikolay Amiantov
211adbeb38
zathura: cleanup and hide zathuraCollection
...
Fixes #17787 .
2016-08-26 03:45:58 +03:00
Graham Christensen
8d10928ad0
Merge pull request #17908 from Mic92/ferm
...
Ferm
2016-08-25 20:38:02 -04:00
Jörg Thalheim
7b354ce8cc
ferm: init at 2.3
2016-08-25 21:37:19 +02:00
Shea Levy
2b1fa9da8b
Add initial patches for CPU Controller on Control Group v2
2016-08-25 13:01:40 -04:00