Lluís Batlle i Rossell
9fc54f9aa5
Fixing the evaluation broken at 8a18bc8722dc1739b5b2109d556
...
niksnut pointed this out in
https://github.com/NixOS/nixpkgs/commit/8a18bc8722dc1739b5b2109d556032ca9a068bbd#commitcomment-14498732
2015-11-19 14:16:31 +01:00
Lluís Batlle i Rossell
bec459a94e
Updating freecad to 0.15
...
(cherry picked from commit 8a18bc8722dc1739b5b2109d556032ca9a068bbd)
Conflicts:
pkgs/top-level/all-packages.nix
2015-11-18 17:21:01 +01:00
viric
2a7b5e9f30
Merge pull request #11047 from dezgeg/pr-raspi-kheaders-defconfig
...
platforms.nix: Use bcm2835_defconfig for RPi kernelHeadersBaseConfig
2015-11-16 12:57:10 +01:00
Lluís Batlle i Rossell
73e9dbfe86
Updating homebank to 5.0.6.
...
The old 5.0.0 is not available anymore.
I use the gtk33 hook to get proper icons, but still some icons are
broken (open, save, ...)
(cherry picked from commit 5e432c047e131da402d040c67dd9f6e3b5153681)
2015-11-05 14:55:44 +01:00
Lluís Batlle i Rossell
9819303647
Fixing the logic in coreutils to avoid stdenv rebuild.
...
It was using 'null' instead of '[]' in case of no patches. So I change
it to provide 'null'.
(cherry picked from commit 56ff659e5d1fffd371786a3b8237129ee365ca5c)
2015-11-04 12:43:14 +01:00
Lluís Batlle i Rossell
00aeb53bc0
coreutils 8.24 have a bug exhibited in a test in the Pi2. Patching.
...
I pick the patch from upstream, and I apply only for ARM to avoid rebuilding
stdenv.
(cherry picked from commit 1b36f489b6fb2bde3b241d2763abfaa860a4fe55)
2015-11-04 12:43:13 +01:00
Lluís Batlle i Rossell
61c6597246
Bringing back eo symbols for xkb
...
I port the patch for esperanto symbols removed in
1be2acd131 to the current
xkeyboardconfig.
(cherry picked from commit 4a830de0323e34592a36dea660d9a3ec8348964e)
2015-10-29 13:32:35 +01:00
Lluís Batlle i Rossell
4760b6ea6d
Fixing the gtk attach file dialog for pond.
...
I forgot to wrap the programs for the proper XDG_DATA_DIRS. Thanks Lethalman!
(cherry picked from commit 0eb404129f8a0ae2dca7b3c53699f689e0343b65)
2015-10-13 10:32:51 +02:00
Lluís Batlle i Rossell
a8d2f2dfcd
Making pond with GUI (gtk).
...
(cherry picked from commit a1107b2bd2e8946c2b0ab71de5eeb0d9df30a405)
2015-10-13 10:32:47 +02:00
Lluís Batlle i Rossell
c1e6e97f6b
Updating twisterd to 0.9.30
...
(cherry picked from commit f2264ec42a9792091639eef1050b08403f368ff2)
2015-10-07 11:37:59 +02:00
viric
46c18a47e1
Merge pull request #10063 from akaWolf/qtox
...
qTox: update & fix git revision.
2015-09-25 19:23:47 +02:00
Lluís Batlle i Rossell
97dada0005
Make hydra build proxychains.
...
(cherry picked from commit 8f11a84c9145c4a1cf5fe182db31921070565efa)
2015-08-25 14:28:12 +02:00
Lluís Batlle i Rossell
587f4f022e
Making openimageio use parallel building.
...
(cherry picked from commit ff31b14cc51d3f493c62fb3074edc0c57fe8b7ce)
2015-08-12 11:04:54 +02:00
viric
982ce5ed58
Merge pull request #8978 from dezgeg/pr-arm-images
...
ARM SD card image expressions
2015-07-29 14:13:57 +02:00
Lluís Batlle i Rossell
ce597e1e1b
updating tor to 0.2.6.10
...
I checked the tarball signature.
I fixed the optimised build (broken since 2013) and I added seccomp.
2015-07-17 18:24:35 +02:00
Lluís Batlle i Rossell
026f09cea5
Updating gtkwave 3.3.64 to 3.3.66
2015-07-17 18:24:35 +02:00
viric
ea925c72e7
Merge pull request #8571 from dezgeg/pr-uboot
...
U-Boot: Refactor, update & new board+QEMU support
2015-06-30 11:15:11 +02:00
Lluís Batlle i Rossell
662a94312d
Fix python-json-pointer meta.
...
(cherry picked from commit f1f5441b50ea5ebf8df275bc76aef16f5e33d817)
2015-06-25 15:44:04 +02:00
Lluís Batlle i Rossell
e7d10c4190
Updating podofo to 0.9.3.
2015-06-25 15:40:04 +02:00
Lluís Batlle i Rossell
66bd251a7c
Adding internetarchive 0.8.3.
2015-06-25 12:06:12 +02:00
Lluís Batlle i Rossell
1c22734cd2
Forcing the load of atkbd in initrd.
...
In some computers, having the module available does not really load it,
therefore, it results in not having the keyboard avaiable in initrd.
2015-06-10 12:16:25 +02:00
viric
bcfa84cae2
Merge pull request #7878 from dezgeg/pr-extlinux
...
generic-extlinux-compatible: Add new bootloader for ARM
2015-05-22 16:02:22 +02:00
Lluís Batlle i Rossell
4b09501f23
Making go build for any arm.
2015-05-15 13:24:32 +00:00
Lluís Batlle i Rossell
53b6a4f063
Hack for btrfsProgs in ARM, due to a gcc bug.
...
It fails to build otherwise:
/tmp/nix-build-btrfs-progs-4.0.drv-4/ccUNrySY.s:4014: Error: invalid operands (.text and *UND* sections) for `-'
2015-05-13 21:24:48 +00:00
Lluís Batlle i Rossell
caeaddcf18
Enabling NEON for armv7l. Also use a common platform for armv7.
...
I added some comments about our decision for fpu flags. It's about the boards
we have in mind to support. NVidia Tegra2 is out, because it lacks neon.
2015-05-10 10:59:29 +00:00
Lluís Batlle i Rossell
21dd114f82
Revert "Making nixos keep a ref to its stdenv"
...
This reverts commit d170c98d13 .
niksnut argues that we need smaller system closures, not bigger.
So users facing the trouble of getting gcc rebuilds after nix-collect-garbage
for any minimal nixos configuration change should use other means of
not losing the stdenv output.
One way is to keep one somewhere: nix-build -A stdenv -o stdenv '<nixpkgs>'.
Another may be to use nix.conf options like gc-keep-outputs, gc-keep-derivations
or env-keep-derivations.
2015-05-09 21:11:49 +00:00
Lluís Batlle i Rossell
282354a6cf
Updating cjdns to latest master.
...
It has important stability fixes.
2015-05-09 20:22:58 +00:00
Lluís Batlle i Rossell
d170c98d13
Making nixos keep a ref to its stdenv
...
This will help a lot on ARM, where nix-collect-garbage erases gcc; then, any
change to a small system config file requires rebuilding gcc again.
I don't know why it does not happen on x86. Maybe it just pulls the gcc from
hydra, if garbage is collected.
2015-05-09 20:19:34 +00:00
Lluís Batlle i Rossell
d8a2bb86c0
Raspberry Pi 2 changes to make it boot.
...
It boots, but some things still don't work:
1) Installation of DTBs
2) Boot of initrd
Booting still needs a proper config.txt in /boot, which could probably be
managed by NixOS.
2015-05-09 17:05:24 +00:00
viric
1b982918f5
Merge pull request #7740 from dezgeg/arm
...
ARM changes for the Jetson TK1 (and other multiplatform boards)
2015-05-07 20:53:07 +02:00
viric
dcdd9487ec
Merge pull request #7394 from ehmry/cjdns
...
nixos: fix cjdns json config
2015-04-25 15:41:34 +02:00
Lluís Batlle i Rossell
5a21c015c7
Updating cjdns to 20150422.
2015-04-22 17:11:10 +02:00
Lluís Batlle i Rossell
7937bd7039
Updating trigger rally to 0.6.1
...
A lot more tracks
2015-04-17 10:46:22 +02:00
Lluís Batlle i Rossell
19a96c7c30
Adding alsa/pulseaudio to mikmod
...
I also write the sf urls with mirror://.
2015-04-17 09:37:42 +02:00
Lluís Batlle i Rossell
745b1ce04a
Updating gdb to 7.9.
...
I can remove the patch of edit-signals. It seems to work without it.
I tested the change over release-14.12.
2015-04-14 17:26:13 +02:00
Lluís Batlle i Rossell
44c3256017
Updating gobby and libinfinity.
2015-03-10 14:37:11 +01:00
Lluís Batlle i Rossell
a22c19f56a
Fixing judy for gcc 4.8
...
gtkwave crashes often, without this fix.
http://sourceforge.net/p/judy/mailman/message/31995144/
2015-03-09 15:37:50 +01:00
Lluís Batlle i Rossell
a2f4b94dbe
Add pcsc-tools, to test ccid cards.
2015-03-09 15:37:50 +01:00
Lluís Batlle i Rossell
d1e302121a
Merging changes to make more things build on rpi2
2015-03-06 15:43:32 +00:00
Lluís Batlle i Rossell
0f4a9a58d8
Avoid bash arg in Spidermonkey 17
2015-03-06 14:34:26 +00:00
Lluís Batlle i Rossell
9d8c26efae
Add comment explaining the rpi2 gcc flags.
2015-03-05 10:00:21 +00:00
Lluís Batlle i Rossell
cfd9b77e82
kernel: I hope to fix the dtbs thing
...
I thought $arch was defined. Now I'm using karch, that should serve for cross
building as well.
2015-03-05 09:10:19 +00:00
Lluís Batlle i Rossell
31cccd88ed
kernel: Trying to fix makeflags of 'make dtbs'
2015-03-05 09:10:17 +00:00
Lluís Batlle i Rossell
42c6115872
kernel: I forgot $makeFlags in make dtbs
2015-03-05 09:10:15 +00:00
Lluís Batlle i Rossell
3e92c4e0ff
Trying to make DTBs if set in platform.
2015-03-05 09:09:34 +00:00
Lluís Batlle i Rossell
56989d9f20
Updating the raspberry pi kernel sources to recent, for pi2
2015-03-05 09:09:32 +00:00
Lluís Batlle i Rossell
1c7fc46ee5
Adding the raspberrypi2 platform.
2015-03-05 09:09:30 +00:00
Lluís Batlle i Rossell
b5855077fc
Merge staging until the libsigsegv 'fix'
...
The fix that disables libsigsegv.
2015-03-01 22:12:05 +01:00
Lluís Batlle i Rossell
aa188a27a2
Updating gtkwave to 3.3.64
2015-02-26 10:36:10 +01:00
Lluís Batlle i Rossell
b26e939111
fix pam (OATH related)
...
the pam config was wrong.
Issue #6551
2015-02-24 17:52:41 +01:00
Lluís Batlle i Rossell
dfe8d7ecd8
Adding ddar, unix de-duplicating archiver.
...
(cherry picked from commit d93c6ffa10d778782ec774b51e5814917e600a5e)
2015-02-24 12:54:21 +01:00
Lluís Batlle i Rossell
781666da50
octave: generate the documentation
...
I find octave quite unusable, without its help pages. Recently it started to
require gnuplot to generate them (even the text-only).
I also enabled parallel building. A comment from 2012 said about spurious
failures if it were enabled, but I don't know if these happen again. Let's
enable it to see.
(cherry picked from commit a6f1024b1f2235825d7b441125db2e0d42febdd1)
Conflicts:
pkgs/top-level/all-packages.nix
2015-02-23 10:29:42 +01:00
Lluís Batlle i Rossell
9fbbefb994
Update xclip to a more recent version (svn)
...
This can do -target, so it can work with images.
(cherry picked from commit 58a004999b6721fb8e55e397c0c3293d4f96fb7b)
2015-02-22 15:25:49 +01:00
Lluís Batlle i Rossell
4e99901961
nixos: Adding OATH in pam.
...
(cherry picked from commit cb3cba54a1b87c376d0801238cb827eadb18e39e)
Conflicts:
nixos/modules/security/pam.nix
2015-02-22 15:25:38 +01:00
viric
792eba5b42
Merge pull request #6459 from fpletz/package/silc-client
...
Update silc-client to 1.1.11
2015-02-19 20:02:30 +01:00
Lluís Batlle i Rossell
569a02b725
Updating weka to 3.6.12.
...
(cherry picked from commit cd417206f93be49dd848ce1b3633e335faed941f)
2015-02-13 16:22:39 +01:00
Lluís Batlle i Rossell
d54611bde7
Updating cjdns to 20150207.
...
Version without memory leaks.
(cherry picked from commit 0e860da001e960e1b7cd4ca3ab9940a8dacd98de)
2015-02-08 19:33:13 +01:00
viric
5ae6bf304c
Merge pull request #6210 from ehmry/ratox
...
ratox: initial package at v0.2
2015-02-07 15:47:07 +01:00
viric
4b9729f9d9
Merge pull request #6184 from ambrop72/bootstrap-tools-staging
...
Bootstrap tools improvements to cross-compile for ARM
2015-02-05 22:35:31 +01:00
Lluís Batlle i Rossell
adf6ef3865
cjdns: updating with bugfix, and readd nodejs tools
...
(cherry picked from commit cd80d050cb8145d45c56533625beb82f37177fae)
2015-01-30 09:26:53 +01:00
Lluís Batlle i Rossell
e3a93dc45f
gpa: using mirror url.
...
(cherry picked from commit bdc630e7e97837aa4457c7da4562f9d22e21df87)
2015-01-29 22:38:46 +01:00
Lluís Batlle i Rossell
0326fd03d4
Adding GPA, The GNU Privacy Assistant.
...
(cherry picked from commit 24a89c028a0d2988805b17f4c69c3f2b3a284b1f)
2015-01-29 20:29:58 +01:00
Lluís Batlle i Rossell
8ea408be56
Update cjdns to v15
...
(cherry picked from commit aeefbe552adda2b3191bbd48cd7cf79ad9425d94)
2015-01-29 19:50:19 +01:00
Lluís Batlle i Rossell
7f29d1882e
Install more rkflashtools.
...
(cherry picked from commit 56e0562cdb41c160825c700bb0873625db985d55)
2015-01-29 19:50:19 +01:00
Lluís Batlle i Rossell
84e9a2e636
Adding a pgf command line tool.
...
(cherry picked from commit 442148e20a031714b03a41eb44f343f6ad088fc6)
2015-01-23 16:09:33 +01:00
Lluís Batlle i Rossell
031af8f0cf
Making freeimage build and install freeimageplus too.
...
I need it for the pgf command line tool (next commit)
(cherry picked from commit f6856be9eefc5785b7c38e7398106d9a220f2a37)
2015-01-23 16:09:31 +01:00
Lluís Batlle i Rossell
205e338a83
Updating digikam to 4.6.0 and adding libpgf.
...
4.6.0 fixes the build with current gcc/glibc, and libpgf was a new requirement.
(cherry picked from commit 91b63783e1cd28801c69c4c28a0e320de0500787)
2015-01-23 10:30:16 +01:00
Lluís Batlle i Rossell
8dd230aa09
Updating cjdns to protocol version 14
2015-01-23 09:35:13 +01:00
Lluís Batlle i Rossell
8aaac406bf
Updating megatools to 1.9.94.
...
Fixing the glib network part splice, which wasn't working.
2015-01-20 12:49:50 +01:00
Lluís Batlle i Rossell
1e561eb230
Updating glib-networking to match glib (2.42.1)
...
I think it's better if they match. Not that I hit a problem with the old
version though.
2015-01-20 12:49:50 +01:00
viric
d2c4421d74
Merge pull request #5817 from fpletz/batman-updates
...
batman-adv: Update packages & add alfred
2015-01-18 00:21:22 +01:00
Lluís Batlle i Rossell
209f2fa446
Fix gltron. Sinterklaas present for iElectric.
...
(cherry picked from commit 013705113bb95f5e43b779c94c231f4f0f3b89fc)
2015-01-01 15:45:34 +01:00
Lluís Batlle i Rossell
3137a5ca48
Adding scantailor.
...
(cherry picked from commit 7eda68709e9e50b1c4a608ab141f6c7065708c0f)
2015-01-01 15:45:31 +01:00
Lluís Batlle i Rossell
8ecdac1404
Fix gltron. Sinterklaas present for iElectric.
...
(cherry picked from commit 013705113bb95f5e43b779c94c231f4f0f3b89fc)
2014-12-31 10:52:25 +01:00
Lluís Batlle i Rossell
b985a9e0a1
Adding scantailor.
...
(cherry picked from commit 7eda68709e9e50b1c4a608ab141f6c7065708c0f)
2014-12-29 10:23:27 +01:00
Lluís Batlle i Rossell
8885c992fd
Updating xpdf to 3.04
...
(cherry picked from commit 0420a025e3d702df17a672f36627d32b488b4bfc)
2014-12-23 11:34:56 +01:00
Lluís Batlle i Rossell
f7f7a0d0f4
Updating qucs to 0.18
...
Patch by 'emery' on irc.
2014-10-29 10:29:53 +01:00
Lluís Batlle i Rossell
f3d978be65
cjdns: installing contrib scripts
...
I made the nodejs and python scripts have the proper shebang. A lot more
of them could be updated to reference store paths (calls to "python",
etc.)
(cherry picked from commit 2fb382afb6319065f20af22d86774df190beb0d5)
2014-10-25 15:52:54 +02:00
viric
f75e5330f3
Merge pull request #4658 from ehmry/cjdns
...
cjdns: update 20140928 to 20141023
2014-10-24 23:20:52 +02:00
Lluís Batlle i Rossell
7da0fecf32
Adding an extra url for nc6. The previous was failing.
2014-10-24 23:14:35 +02:00
Lluís Batlle i Rossell
8997cac785
Adding a patch that brings the windows key to rdesktop
...
Taken from upstream, will be on next release.
2014-10-23 09:46:52 +02:00
Lluís Batlle i Rossell
83fb281d80
Making hydra build ddd.
...
(cherry picked from commit 4ba671ff113844267dbad307f8a5cbf8ac1d0f52)
2014-10-15 11:16:27 +02:00
Lluís Batlle i Rossell
f594033822
nixos nfs: allow setting the lockd ports.
...
This helps in setting a fixed firewall open port for NFS lockd.
Based on:
http://rlworkman.net/howtos/NFS_Firewall_HOWTO
(cherry picked from commit b32ca0616ff70795f71995fa79ea508b82f30b3a)
Conflicts:
nixos/modules/services/network-filesystems/nfsd.nix
2014-10-15 10:59:33 +02:00
Lluís Batlle i Rossell
e9809e8f9e
wxGTK: updating to 3.0.2
2014-10-15 10:59:32 +02:00
Lluís Batlle i Rossell
82b6d7ff9a
Updating inadyn to 1.99.10.
...
(I wnated the cache-dir option)
2014-10-10 17:07:17 +02:00
Lluís Batlle i Rossell
eb21ef2bc7
Updating go from 1.3.2 to 1.3.3.
2014-10-10 17:07:16 +02:00
viric
63bacb79b1
Merge pull request #4361 from bbenoist/feature/INFO-34
...
vtk: Update from 5.10.0 to 5.10.1
2014-10-01 23:39:24 +02:00
Lluís Batlle i Rossell
b36095578c
Updating lesstif to 0.95.2 (2009).
...
Some patches can be removed.
I updated it because the scroll wheel was going the oposite direction in ddd.
https://bugs.launchpad.net/ubuntu/+source/ddd/+bug/37664
(cherry picked from commit 0115853aa97ec5d6acbdb48fd2f0db0df43258c1)
2014-09-29 10:26:44 +02:00
Lluís Batlle i Rossell
c1e962f1e2
Updating toxic to 0.5.1
2014-09-29 10:26:28 +02:00
Lluís Batlle i Rossell
93fd8fb3a5
Updating utox/libtoxcore to the latest, to fix utox build.
...
There was a test failing. I also renamed the attr uTox to utox, for the more
common lowercase in all-packages.
2014-09-29 10:24:36 +02:00
Lluís Batlle i Rossell
4f5a71385e
Fixing libtoxcore libvpx propagate.
2014-09-29 10:24:36 +02:00
Lluís Batlle i Rossell
bf62423f89
Fix toxic install for DHTnodes and other share files.
2014-09-29 10:24:36 +02:00
Lluís Batlle i Rossell
c9494b8090
Making tox/toxic A/V libs disabled in ARM.
2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell
04b3932117
Adding qtox. Making libtoxcore propagate libvpx.
2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell
1b6101775d
Updating utox (fixing PREFIX too)
2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell
1955da1b8c
Updating toxic/libtoxcore/libsodium
2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell
ba0c5e7b9e
Updating homebank to 4.6.3.
2014-09-01 12:59:34 +02:00
Lluís Batlle i Rossell
3a663f679f
duplicity: update to 0.6.24.
2014-09-01 11:34:44 +02:00
viric
acdb739b8d
Merge pull request #3858 from Fuuzetsu/murmur
...
murmur: update to 1.2.8
2014-08-29 15:24:19 +02:00
Lluís Batlle i Rossell
f84c121e5e
Updating opencascade oce to 0.16 fix the build.
...
At some point the build stopped because of X/mesa updates.
2014-08-26 12:07:49 +02:00