Re: [Nix-dev] /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found trying to install on RHEL 6.5

2015-06-26 Thread Tuomas Tynkkynen
On 06/25/2015 11:35 PM, Alex Vorobiev wrote: ... $ bash (curl https://nixos.org/nix/install) ... initialising Nix database... /nix/store/l598bgyrflylmfxr7c889jcs5amflrsp-nix-1.9/bin/nix-store: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by

Re: [Nix-dev] jam passing in hydra but not locally

2015-09-07 Thread Tuomas Tynkkynen
Here's one (pretty random) guess: your machine's clock is set in the past, before the timestamps that the files in the source archive have, causing the build system to think some files aren't up-to-date. I've even seen configure scripts getting in infinite loop due to clock being in the past...

Re: [Nix-dev] How to add file to initrd?

2015-09-11 Thread Tuomas Tynkkynen
2015-09-11 15:05 GMT+03:00 Tomasz Czyż : > > > Mhm, that's definitely not cool. I thought it will appear only inside initrd > image :[ A copy of the initrd is always kept in /nix/store, but also the .drv file and potentially any generated scripts (for building the initrd)

Re: [Nix-dev] How to add file to initrd?

2015-09-11 Thread Tuomas Tynkkynen
(Argh, replying to the list this time...) 2015-09-09 9:03 GMT+03:00 Bryan Gardiner : > On Tue, Sep 08, 2015 at 08:09:16PM +0100, Tomasz Czyż wrote: [...] > > How about doing something like: > > preLVMCommands = > let key = builtins.readFile ./keyfile; in > "echo

[Nix-commits] [NixOS/nixpkgs] 6648b0: stdenv: fix paxmark

2016-06-06 Thread Tuomas Tynkkynen
b Commit: 7b6de12db216693e130c527dd0780b10741551df https://github.com/NixOS/nixpkgs/commit/7b6de12db216693e130c527dd0780b10741551df Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M .travis.yml M doc/default.nix M doc/functions.xml

[Nix-commits] [NixOS/nixpkgs] 2d3d10: make-bootstrap-tools-cross.nix: Strip extra whites...

2016-06-10 Thread Tuomas Tynkkynen
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 2d3d105b02a6057dcac1c4e78472e8b55cc8ad30 https://github.com/NixOS/nixpkgs/commit/2d3d105b02a6057dcac1c4e78472e8b55cc8ad30 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-06-10 (Fri,

[Nix-commits] [NixOS/nixpkgs] 3c41ba: Add haskellPackages.ShellCheck to all-packages.nix

2016-06-04 Thread Tuomas Tynkkynen
n 2016) Changed paths: M pkgs/top-level/all-packages.nix Log Message: --- Add haskellPackages.ShellCheck to all-packages.nix Commit: 8cb37c156c2546454d03296d853b819dadb6c899 https://github.com/NixOS/nixpkgs/commit/8cb37c156c2546454d03296d853b819dadb6c899 Author:

[Nix-commits] [NixOS/nixpkgs] bac26e: Fix lots of fetchgit hashes (fallout from #15469)

2016-06-03 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bac26e08dbb6622c39bba13047c54e80282d031d https://github.com/NixOS/nixpkgs/commit/bac26e08dbb6622c39bba13047c54e80282d031d Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-06-03 (Fri, 03 Ju

[Nix-commits] [NixOS/nixpkgs] c1ffbd: linkchecker: init at 9.3

2016-05-27 Thread Tuomas Tynkkynen
upport a --no-robots flag to ignore robots.txto 2) the GUI doesn't work (for now), so this is CLI only Commit: 7eb99329aebd66ccdd20762de827e0531e90c4b6 https://github.com/NixOS/nixpkgs/commit/7eb99329aebd66ccdd20762de827e0531e90c4b6 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.f

[Nix-commits] [NixOS/nixpkgs] 7ae1e9: multi_v7_defconfig: Enable AHCI_IMX

2016-06-13 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7ae1e9bb6ddf914b660e8c18102d3373d5fdc975 https://github.com/NixOS/nixpkgs/commit/7ae1e9bb6ddf914b660e8c18102d3373d5fdc975 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-06-14 (Tue, 14 Ju

[Nix-commits] [NixOS/nixpkgs] 48f26b: avrdudess: Use makeLibraryPath

2016-06-07 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 48f26ba8dd6c097f135d485291399bca6351d121 https://github.com/NixOS/nixpkgs/commit/48f26ba8dd6c097f135d485291399bca6351d121 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-06-07 (Tue, 07 Ju

[Nix-commits] [NixOS/nixpkgs] 487140: typespeed: fix darwin compatibility

2016-06-08 Thread Tuomas Tynkkynen
n 2016) Changed paths: M pkgs/games/typespeed/default.nix Log Message: --- typespeed: fix darwin compatibility Commit: a357edc0c69f24f3d82a79f736e55ffe8991bdce https://github.com/NixOS/nixpkgs/commit/a357edc0c69f24f3d82a79f736e55ffe8991bdce Author: Tuomas Tyn

[Nix-commits] [NixOS/nixpkgs] 06c020: systemd: Disable systemd-boot on ARM

2016-06-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 06c0209d5319b78d30571bed033d8a37b7ed40e7 https://github.com/NixOS/nixpkgs/commit/06c0209d5319b78d30571bed033d8a37b7ed40e7 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-06-02 (Thu,

[Nix-commits] [NixOS/nixpkgs] 2577f4: gnu-efi: Fix build on ARM

2016-06-01 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2577f4af0e695fdf2e3b8c0f01a96ca10fb26c25 https://github.com/NixOS/nixpkgs/commit/2577f4af0e695fdf2e3b8c0f01a96ca10fb26c25 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-06-01 (Wed,

[Nix-commits] [NixOS/nixpkgs] 022969: iso-image.nix: Fix path to EFI blob after systemd-...

2016-06-01 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0229693354803ecb0b0f9dbec055211c4dc25bd4 https://github.com/NixOS/nixpkgs/commit/0229693354803ecb0b0f9dbec055211c4dc25bd4 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-06-01 (Wed,

[Nix-commits] [NixOS/nixpkgs] d9a80e: NixOS installer tests: Add a test using Gummiboot

2016-05-31 Thread Tuomas Tynkkynen
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: d9a80ed0a50ddec877ed0d0c4860ae5f32fe1282 https://github.com/NixOS/nixpkgs/commit/d9a80ed0a50ddec877ed0d0c4860ae5f32fe1282 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-31 (Tue,

[Nix-commits] [NixOS/nixpkgs] 6efd48: libu2f-server: mark as linux only

2016-06-18 Thread Tuomas Tynkkynen
Commit: e474e4a8c8c2b313903d73c2897ae29da313c453 https://github.com/NixOS/nixpkgs/commit/e474e4a8c8c2b313903d73c2897ae29da313c453 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-06-18 (Sat, 18 Jun 2016) Changed paths: M pkgs/development/libraries/libu2f-server/default.nix Log Message: ---

Re: [Nix-dev] Raspberry-Pi NixOS

2016-06-17 Thread Tuomas Tynkkynen
2016-06-15 15:01 GMT+03:00 Matthias Beyer : > Hi viric, > Hi dezgeg, > > I just found the wiki page on nixos on the raspberry[0], where you two are > referenced as creators. That page is quite old, https://nixos.org/wiki/NixOS_on_ARM has some newer stuff. Though the ARMv7

Re: [Nix-dev] $snapshot not evaluating

2016-02-04 Thread Tuomas Tynkkynen
On 02/04/2016 09:31 AM, stewart mackenzie wrote: > Hello, > >[...] > Notice $snapshot isn't evaluated. > > Is there a way for me to get $snapshot evaluated without copying over > all the code from nixpkgs yet simply overriding the configureFlags? > (example code I'd need to copy over >

Re: [Nix-dev] Travis Testing Needs Rethinking

2016-02-13 Thread Tuomas Tynkkynen
On 02/13/2016 03:41 PM, Kevin Cox wrote: > > TL;DR building PRs based off of latest master often takes too many > resources for Travis so we should base CI builds off of the PR branch. > 100% agreed. While we're on the topic of Travis and pull requests, our contribution guide currently

[Nix-commits] [NixOS/nixpkgs] 2132c8: nixos/dbus: Reference correct output of 'dbus'

2016-05-18 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2132c86c45de67842f9b1237f3a0d1f242dce7ec https://github.com/NixOS/nixpkgs/commit/2132c86c45de67842f9b1237f3a0d1f242dce7ec Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-18 (Wed, 18 Ma

[Nix-commits] [NixOS/nixpkgs] ff24ce: bind: Fix references to openssl in *.la files

2016-05-18 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ff24ce23c9cde60b5084cd70265c3157bbb41953 https://github.com/NixOS/nixpkgs/commit/ff24ce23c9cde60b5084cd70265c3157bbb41953 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-18 (Wed, 18 Ma

[Nix-commits] [NixOS/nixpkgs] 897df5: bcc: init at git-2016-05-18

2016-05-18 Thread Tuomas Tynkkynen
c5c31c Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-05-19 (Thu, 19 May 2016) Changed paths: A pkgs/os-specific/linux/bcc/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #14479 from ragnard/bcc bcc: init at gi

[Nix-commits] [NixOS/nixpkgs] eb71f6: numix-icon-theme: 20160120-a704451830d343670721cbf...

2016-05-20 Thread Tuomas Tynkkynen
ircle: 20160121-e7008b488edfe37379ba9c4b8d5245dfd6125fc3 -> 2016-05-18 Commit: 1cc4c68c73a5fcac3bdf5066911c684b52a1c07e https://github.com/NixOS/nixpkgs/commit/1cc4c68c73a5fcac3bdf5066911c684b52a1c07e Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-05-21 (Sat, 21 May 2016) Changed path

[Nix-commits] [NixOS/nixpkgs] d359ce: nix-prefetch-scripts: Use correct output of 'nix'

2016-05-14 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d359ce90e88456c374c788d342a8cf1ab8c2853c https://github.com/NixOS/nixpkgs/commit/d359ce90e88456c374c788d342a8cf1ab8c2853c Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-14 (Sat, 14 Ma

[Nix-commits] [NixOS/nixpkgs] b7437e: tcp_wrappers: Remove separate builder.sh and use s...

2016-05-14 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b7437eb012b6ec57c9151e48c1a95e5f7d12245f https://github.com/NixOS/nixpkgs/commit/b7437eb012b6ec57c9151e48c1a95e5f7d12245f Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-14 (Sat, 14 Ma

[Nix-commits] [NixOS/nixpkgs] 0561e1: bind: Split into multiple outputs

2016-05-14 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0561e14c3b91893fcd55e78cde9fbd216c0f3d18 https://github.com/NixOS/nixpkgs/commit/0561e14c3b91893fcd55e78cde9fbd216c0f3d18 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-05-14 (Sat,

[Nix-commits] [NixOS/nixpkgs] e46026: bind: Attempt to fix Darwin OpenSSL linking

2016-05-13 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e4602677370b6fa017968ae2a9538e32783d9921 https://github.com/NixOS/nixpkgs/commit/e4602677370b6fa017968ae2a9538e32783d9921 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-13 (Fri, 13 Ma

[Nix-commits] [NixOS/nixpkgs] 4cdf5b: otter: Mark broken

2016-05-10 Thread Tuomas Tynkkynen
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 4cdf5b4279dc05b855b504f5cbd012af86a39f3f https://github.com/NixOS/nixpkgs/commit/4cdf5b4279dc05b855b504f5cbd012af86a39f3f Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-10 (Tue,

[Nix-commits] [NixOS/nixpkgs] 346482: dosfstools: Enable compat symlinks

2016-05-09 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 346482c8d586de299ff8f457d69653917a4d62e2 https://github.com/NixOS/nixpkgs/commit/346482c8d586de299ff8f457d69653917a4d62e2 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-05-10 (Tue, 10 Ma

[Nix-commits] [NixOS/nixpkgs] 50cbb5: rewritefs: 2016-02-08 -> 2016-07-27

2016-07-26 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/os-specific/linux/rewritefs/default.nix Log Message: --- rewritefs: 2016-02-08 -> 2016-07-27 Commit: 381967327ff7e9885a6ebd32b13580a8a95ee5fc https://github.com/NixOS/nixpkgs/commit/381967327ff7e9885a6ebd32b13580a8a95ee5fc Autho

Re: [Nix-dev] Raspberry-Pi NixOS

2016-07-27 Thread Tuomas Tynkkynen
2016-07-20 0:53 GMT+03:00 Tomas Hlavaty : > Lluís Batlle i Rossell writes: >> The device tree blob should be built by the kernel, like with pi and pi2, >> isn't it? > > This is the kernel which works for me and is taken from > raspberry-firmware/boot: > > Linux

Re: [Nix-dev] Raspberry-Pi NixOS

2016-07-27 Thread Tuomas Tynkkynen
Hi, There are both binaries+images and documentation at https://nixos.org/wiki/NixOS_on_ARM. Yeah, still pending the migration to the manual... 2016-07-21 15:47 GMT+03:00 Rok Garbas : > sry i only have questions in this email :) > > > - how would we speed up building? so that

[Nix-commits] [NixOS/nixpkgs] 7976c4: bdf2psf: 1.146 -> 1.147

2016-07-27 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/tools/misc/bdf2psf/default.nix Log Message: --- bdf2psf: 1.146 -> 1.147 Commit: 0309ab350b1558ccd37a1418dfc627b153d90651 https://github.com/NixOS/nixpkgs/commit/0309ab350b1558ccd37a1418dfc627b153d90651 Author: Tuomas Tynkkynen <t

[Nix-commits] [NixOS/nixpkgs] 4b3f87: emem: 0.2.15 -> 0.2.16

2016-07-14 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/applications/misc/emem/default.nix Log Message: --- emem: 0.2.15 -> 0.2.16 Commit: c787d2786e452ef10fd8e4e35563cf4677b65f24 https://github.com/NixOS/nixpkgs/commit/c787d2786e452ef10fd8e4e35563cf4677b65f24 Author: Tuomas

[Nix-commits] [NixOS/nixpkgs] 4a9f77: kde4: Use ffmpeg_2 to fix ffmpegthumbs build

2016-07-14 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4a9f77811896e3fada54d27835c0fd6df7ec566e https://github.com/NixOS/nixpkgs/commit/4a9f77811896e3fada54d27835c0fd6df7ec566e Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-14 (Thu, 14 Ju

[Nix-commits] [NixOS/nixpkgs] d6ff1c: exrtools: init at 0.4

2016-07-22 Thread Tuomas Tynkkynen
commit/e5d048ad9aa7e993e6ff2d0469441bff5ec3b19d Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-22 (Fri, 22 Jul 2016) Changed paths: A pkgs/applications/graphics/exrtools/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #17151 from juliende

[Nix-commits] [NixOS/nixpkgs] 16d48b: Re-enable bunch of packages on Darwin

2016-08-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 16d48b828067d1f4c7a0ca35910d3175c6362ebc https://github.com/NixOS/nixpkgs/commit/16d48b828067d1f4c7a0ca35910d3175c6362ebc Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-03 (Wed, 03 Au

[Nix-commits] [NixOS/nixpkgs] ce823a: gambatte: Fix sandbox build

2016-08-10 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ce823a8dbc7fe15520f96ef2270a01dc2e0ebead https://github.com/NixOS/nixpkgs/commit/ce823a8dbc7fe15520f96ef2270a01dc2e0ebead Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-11 (Thu, 11 Au

[Nix-commits] [NixOS/nixpkgs] 212dd4: atftp: 0.7 -> 0.7.1

2016-07-20 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 212dd434ec8cc33aac19f298c208ae5715155032 https://github.com/NixOS/nixpkgs/commit/212dd434ec8cc33aac19f298c208ae5715155032 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-21 (Thu, 21 Ju

[Nix-commits] [NixOS/nixpkgs] 61faa4: stdenv: ARM bootstrap: Update bootstrap tarballs t...

2016-07-20 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 61faa4415ebd4f8b4f8c42728d7939a5162f7702 https://github.com/NixOS/nixpkgs/commit/61faa4415ebd4f8b4f8c42728d7939a5162f7702 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-20 (Wed,

[Nix-commits] [NixOS/nixpkgs] eb34cf: lightum: fix build against systemd-230

2016-07-16 Thread Tuomas Tynkkynen
16 Jul 2016) Changed paths: M pkgs/os-specific/linux/lightum/default.nix Log Message: --- lightum: fix build against systemd-230 Commit: a4dfa90139bdc1a37a99a24abd5a3410becb9102 https://github.com/NixOS/nixpkgs/commit/a4dfa90139bdc1a37a99a24abd5a3410becb9102 Author:

[Nix-commits] [NixOS/nixpkgs] b79518: fnotifystat: init at 0.01.14

2016-07-16 Thread Tuomas Tynkkynen
com/NixOS/nixpkgs/commit/6e0ab36de0bbbf614fa7969d0d0a4aa95faf06e6 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-16 (Sat, 16 Jul 2016) Changed paths: A pkgs/os-specific/linux/fnotifystat/default.nix A pkgs/os-specific/linux/forkstat/default.nix A pkgs/os-specific/linux/powerstat/defa

[Nix-commits] [NixOS/nixpkgs] a0009e: kotlin: 1.0.2 -> 1.0.3

2016-07-11 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/development/compilers/kotlin/default.nix Log Message: --- kotlin: 1.0.2 -> 1.0.3 Commit: 9391640fa4f803c5e67785686bd090756c7fc784 https://github.com/NixOS/nixpkgs/commit/9391640fa4f803c5e67785686bd090756c7fc784 Author: Tuomas

[Nix-commits] [NixOS/nixpkgs] 9f0330: bdf2psf: 1.137 -> 1.146

2016-07-04 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/tools/misc/bdf2psf/default.nix Log Message: --- bdf2psf: 1.137 -> 1.146 Commit: daddf89e4f897141bda6daaa764b60b4ba595f1e https://github.com/NixOS/nixpkgs/commit/daddf89e4f897141bda6daaa764b60b4ba595f1e Author: Tuomas Tynkkynen <t

[Nix-commits] [NixOS/nixpkgs] 179275: dejagnu: 1.5.3 -> 1.6

2016-07-04 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/development/tools/misc/dejagnu/default.nix Log Message: --- dejagnu: 1.5.3 -> 1.6 Commit: c6a641eb07b8fe780ce465d0e3461420c0a5 https://github.com/NixOS/nixpkgs/commit/c6a641eb07b8fe780ce465d0e3461420c0a5 Author: Tuomas

[Nix-commits] [NixOS/nixpkgs] 0d602c: gdbm: 1.11 -> 1.12

2016-07-04 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/development/libraries/gdbm/default.nix Log Message: --- gdbm: 1.11 -> 1.12 Commit: a08cc3287d3f41c45397dad1651cea649888de11 https://github.com/NixOS/nixpkgs/commit/a08cc3287d3f41c45397dad1651cea649888de11 Author: Tuomas Tynkkynen <t

[Nix-commits] [NixOS/nixpkgs] beec2b: diff-so-fancy: 0.9.3 -> 0.10.0

2016-07-05 Thread Tuomas Tynkkynen
8a5efddef Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M pkgs/applications/version-management/git-and-tools/diff-so-fancy/default.nix Log Message: --- Merge pull request #16736 from mimadrid/update/diff-so-fancy-

[Nix-commits] [NixOS/nixpkgs] 3d316d: icoutils: perl dependencies added #15894

2016-07-06 Thread Tuomas Tynkkynen
l 2016) Changed paths: M pkgs/tools/graphics/icoutils/default.nix Log Message: --- icoutils: perl dependencies added #15894 Commit: 3d5a41fc75cfcf8d30f7a7d2080082ac16fdefb9 https://github.com/NixOS/nixpkgs/commit/3d5a41fc75cfcf8d30f7a7d2080082ac16fdefb9 Author:

[Nix-commits] [NixOS/nixpkgs] 881ba7: wxsqliteplus: init at 0.3.6

2016-07-05 Thread Tuomas Tynkkynen
commit/30e08502facb200f4b5442228b6df1217896cc4f Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: A pkgs/development/libraries/wxsqliteplus/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #16734 from vrth

[Nix-commits] [NixOS/nixpkgs] 5abd56: lzfse: init at 2016-06-21

2016-07-08 Thread Tuomas Tynkkynen
9c9562 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-08 (Fri, 08 Jul 2016) Changed paths: A pkgs/tools/compression/lzfse/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #16794 from RamKromberg/init/lzfse

[Nix-commits] [NixOS/nixpkgs] 644d4e: Revert "Revert "make-bootstrap-tools: try again to...

2016-07-09 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 644d4e9ac9b5e53fe298daa6544ff4d900cc9131 https://github.com/NixOS/nixpkgs/commit/644d4e9ac9b5e53fe298daa6544ff4d900cc9131 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-09 (Sat, 09 Ju

[Nix-commits] [NixOS/nixpkgs] 2ed3f7: webrtc-audio-processing: Fix ARM breakage

2016-07-09 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2ed3f7a020fa88ffbc68d168dd4523e4d1c9cd20 https://github.com/NixOS/nixpkgs/commit/2ed3f7a020fa88ffbc68d168dd4523e4d1c9cd20 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-10 (Sun, 10 Ju

[Nix-commits] [NixOS/nixpkgs] 726059: mkvtoolnix: 8.9.0 -> 9.2.0

2016-07-09 Thread Tuomas Tynkkynen
09 Jul 2016) Changed paths: M pkgs/applications/video/mkvtoolnix/default.nix Log Message: --- mkvtoolnix: 8.9.0 -> 9.2.0 Commit: 19146cefa10f485924c01db2e5f8d19b6243ece1 https://github.com/NixOS/nixpkgs/commit/19146cefa10f485924c01db2e5f8d19b6243ece1 Autho

[Nix-commits] [NixOS/nixpkgs] f9654a: spidermonkey: Disable tests on ARM

2016-07-09 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f9654a88e76703a80b8d1464f384bba21abeaf52 https://github.com/NixOS/nixpkgs/commit/f9654a88e76703a80b8d1464f384bba21abeaf52 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-10 (Sun,

[Nix-commits] [NixOS/nixpkgs] 9e6aac: bandwidth: 1.2.0 -> 1.3.1

2016-07-07 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9e6aac9cb0bb23d49b44af3c36f78e05849cdae0 https://github.com/NixOS/nixpkgs/commit/9e6aac9cb0bb23d49b44af3c36f78e05849cdae0 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-08 (Fri, 08 Ju

[Nix-commits] [NixOS/nixpkgs] eaeb69: cherrytree: 0.35.9 -> 0.37.1

2016-07-05 Thread Tuomas Tynkkynen
gs/commit/31daa9b0fb3ec93a7a6d90725f0ce425d9ea722e Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M pkgs/applications/misc/cherrytree/default.nix M pkgs/applications/misc/cherrytree/subprocess.patch Log Message: --- Merge pull requ

[Nix-commits] [NixOS/nixpkgs] de1b4e: python-2.7: Don't use ldconfig and speed up uuid l...

2016-07-05 Thread Tuomas Tynkkynen
https://github.com/NixOS/nixpkgs/commit/2cf8cb7f46b08eb0a547243742711b3e88b63d12 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-05 (Tue, 05 Jul 2016) Changed paths: M doc/languages-frameworks/python.md M lib/maintainers.nix M nixos/doc/manual/installation/in

[Nix-commits] [NixOS/nixpkgs] 0eb827: xorg.libpciaccess: Not supported on Darwin

2016-08-04 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0eb827918de5676ea18ef5598cade15232728fc8 https://github.com/NixOS/nixpkgs/commit/0eb827918de5676ea18ef5598cade15232728fc8 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-04 (Thu, 04 Au

[Nix-commits] [NixOS/nixpkgs] 89c867: SDL2_{gfx, image, net}: Broken on Darwin

2016-08-06 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 89c867196cd0db983eaef80e6ad497edaea362e0 https://github.com/NixOS/nixpkgs/commit/89c867196cd0db983eaef80e6ad497edaea362e0 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-06 (Sat, 06 Au

[Nix-commits] [NixOS/nixpkgs] 44f462: generate-config.pl: Be more verbose about missing ...

2016-08-06 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 44f462bf4d2d8878a9206ac0f6eb095cfc48e95f https://github.com/NixOS/nixpkgs/commit/44f462bf4d2d8878a9206ac0f6eb095cfc48e95f Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-06 (Sat, 06 Au

[Nix-commits] [NixOS/nixpkgs] 6df6b1: gpart: Broken on Darwin

2016-08-08 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6df6b1d92588d452a350c92f21aa506bb4f05cb6 https://github.com/NixOS/nixpkgs/commit/6df6b1d92588d452a350c92f21aa506bb4f05cb6 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-08 (Mon, 08 Au

[Nix-commits] [NixOS/nixpkgs] f80508: xfsprogs: 4.2.0 -> 4.5.0

2016-08-08 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f80508df5f78ffd41936bf246f3342d54730b932 https://github.com/NixOS/nixpkgs/commit/f80508df5f78ffd41936bf246f3342d54730b932 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-08 (Mon, 08 Au

[Nix-commits] [NixOS/nixpkgs] b7e920: androidenv: Don't build on Hydra

2016-08-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b7e9207a67272dd19ef8cb0aabac47ea4b42add4 https://github.com/NixOS/nixpkgs/commit/b7e9207a67272dd19ef8cb0aabac47ea4b42add4 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-02 (Tue, 02 Au

[Nix-commits] [NixOS/nixpkgs] d84cec: travis-nox-review-pr.sh: Fix nixpkgs manual build

2016-08-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d84cec10565570fdbf4861ceb7316aa388994e6c https://github.com/NixOS/nixpkgs/commit/d84cec10565570fdbf4861ceb7316aa388994e6c Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-02 (Tue, 02 Au

[Nix-commits] [NixOS/nixpkgs] e66952: gambatte: init at 2016-05-03

2016-08-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e669521834c5670bb0e79d9b25f3e3d10aede156 https://github.com/NixOS/nixpkgs/commit/e669521834c5670bb0e79d9b25f3e3d10aede156 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-02 (Tue, 02 Au

[Nix-commits] [NixOS/nixpkgs] 91a392: asciidoc: Works on Darwin

2016-08-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 91a3920b1d30f213446abf92a336315f71ad6f33 https://github.com/NixOS/nixpkgs/commit/91a3920b1d30f213446abf92a336315f71ad6f33 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-02 (Tue, 02 Au

[Nix-commits] [NixOS/nixpkgs] dc26ac: libmng: Re-enable on Darwin

2016-08-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: dc26ac6e04b98fab87dab03941819d937f02f573 https://github.com/NixOS/nixpkgs/commit/dc26ac6e04b98fab87dab03941819d937f02f573 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-02 (Tue, 02 Au

[Nix-commits] [NixOS/nixpkgs] 387569: lua5: Re-enabel on Darwin

2016-08-02 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3875690d80d257a76ef19d7db828fbb19e4a955e https://github.com/NixOS/nixpkgs/commit/3875690d80d257a76ef19d7db828fbb19e4a955e Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-02 (Tue, 02 Au

[Nix-commits] [NixOS/nixpkgs] eb4d37: haka: Fix typo

2016-07-23 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: eb4d37cde264f9cd6e5d8580bd88bde5a94aadc2 https://github.com/NixOS/nixpkgs/commit/eb4d37cde264f9cd6e5d8580bd88bde5a94aadc2 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-23 (Sat, 23 Ju

[Nix-commits] [NixOS/nixpkgs] 9cccf3: dmraid: Fix typo

2016-07-23 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9cccf35f98f7e4af1f6143ed87235d7236d6dae2 https://github.com/NixOS/nixpkgs/commit/9cccf35f98f7e4af1f6143ed87235d7236d6dae2 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-23 (Sat, 23 Ju

[Nix-commits] [NixOS/nixpkgs] 77a731: chrony: Tweak meta

2016-07-23 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 77a73115cd3852f81c7267209bd4dcbcd19cdeb3 https://github.com/NixOS/nixpkgs/commit/77a73115cd3852f81c7267209bd4dcbcd19cdeb3 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-07-23 (Sat, 23 Ju

[Nix-commits] [NixOS/nixpkgs] ec6759: sd-image-armv7l-multiplatform: Add boot console fo...

2016-07-04 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ec6759a098253be08d8a344465af7bcb066cc9a3 https://github.com/NixOS/nixpkgs/commit/ec6759a098253be08d8a344465af7bcb066cc9a3 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-07-03 (Sun,

[Nix-commits] [NixOS/nixpkgs] bd6830: kernel config: Enable SECCOMP

2016-08-18 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bd68309643b81ad4cfd60d2e82824d8a62ba10f5 https://github.com/NixOS/nixpkgs/commit/bd68309643b81ad4cfd60d2e82824d8a62ba10f5 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2016-08-18 (Thu, 18 Au

[Nix-commits] [NixOS/nixpkgs] 3a2cff: Greybird: 2016-03-11 -> 2016-08-16

2016-08-18 Thread Tuomas Tynkkynen
18 Aug 2016) Changed paths: M pkgs/misc/themes/greybird/default.nix Log Message: --- Greybird: 2016-03-11 -> 2016-08-16 Commit: 5a47d155197409de8cf455b47b4cfe03482af84e https://github.com/NixOS/nixpkgs/commit/5a47d155197409de8cf455b47b4cfe03482af84e Autho

[Nix-commits] [NixOS/nixpkgs] dc7c84: tig: 2.1.1 -> 2.2

2016-08-18 Thread Tuomas Tynkkynen
/nixpkgs/commit/53c8cce15176a704518574bd1aa2397d861da3d2 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2016-08-18 (Thu, 18 Aug 2016) Changed paths: M pkgs/applications/version-management/git-and-tools/tig/default.nix Log Message: --- Merge pull request #

[Nix-commits] [NixOS/nixpkgs] eb0eed: jenkins-job-builder: 1.4.0 -> 1.6.1

2017-02-03 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: eb0eed4205be28b2e661952236701e2742dbf61a https://github.com/NixOS/nixpkgs/commit/eb0eed4205be28b2e661952236701e2742dbf61a Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-03 (Fri, 03 Fe

[Nix-commits] [NixOS/nixpkgs] 321b63: gnu-efi: Remove unneeded aarch64 patch

2017-02-04 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 321b639d766e3b221f1cbd4f13d44a6a11026178 https://github.com/NixOS/nixpkgs/commit/321b639d766e3b221f1cbd4f13d44a6a11026178 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-05 (Sun, 05 Fe

[Nix-commits] [NixOS/nixpkgs] 05605b: autofs: Some cleanup

2017-02-08 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 05605b41d851db2dd17cad31c766b39d34ddd796 https://github.com/NixOS/nixpkgs/commit/05605b41d851db2dd17cad31c766b39d34ddd796 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-09 (Thu, 09 Fe

[Nix-commits] [NixOS/nixpkgs] 6091bd: fio: 2.12 -> 2.17

2017-02-06 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6091bdfebe8c4d4f397f3f4c9e16724771fe5987 https://github.com/NixOS/nixpkgs/commit/6091bdfebe8c4d4f397f3f4c9e16724771fe5987 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-06 (Mon, 06 Fe

[Nix-commits] [NixOS/nixpkgs] 01d03c: binutils: Fix cross build

2017-02-04 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 01d03cb5e7faaf8d6e44f4c12d81fe45f92e364f https://github.com/NixOS/nixpkgs/commit/01d03cb5e7faaf8d6e44f4c12d81fe45f92e364f Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-04 (Sat, 04 Fe

[Nix-commits] [NixOS/nixpkgs] b63f97: installer: Include stdenvNoCC

2017-01-23 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b63f97c6e66d743a8d4123c6ac511f34ecc68e21 https://github.com/NixOS/nixpkgs/commit/b63f97c6e66d743a8d4123c6ac511f34ecc68e21 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-23 (Mon, 23 Ja

[Nix-commits] [NixOS/nixpkgs] fd6026: platforms.nix: selectPlatformBySystem: Convert to ...

2017-01-26 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fd60260a770739eb206f6f063cc30bf4beb21b88 https://github.com/NixOS/nixpkgs/commit/fd60260a770739eb206f6f063cc30bf4beb21b88 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-24 (Tue, 24 Ja

[Nix-commits] [NixOS/nixpkgs] d1d8ed: stdenv: Aarch64 bootstrap: Update bootstrap tarbal...

2017-01-28 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d1d8ed21b6fa3b3e642fb845b44f083453d17338 https://github.com/NixOS/nixpkgs/commit/d1d8ed21b6fa3b3e642fb845b44f083453d17338 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-29 (Sun, 29 Ja

[Nix-commits] [NixOS/nixpkgs] 185994: stdenv: make is64bit evaluate true on aarch64

2017-01-29 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 18599495c4dbaff63adc4451e9f1315cf8b5ec08 https://github.com/NixOS/nixpkgs/commit/18599495c4dbaff63adc4451e9f1315cf8b5ec08 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-29 (Sun, 29 Ja

[Nix-commits] [NixOS/nixpkgs] 1feedf: U-Boot: 2016.11 -> 2017.01

2017-01-20 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1feedf25df22c95eb725809d44e5b4a3f7cef729 https://github.com/NixOS/nixpkgs/commit/1feedf25df22c95eb725809d44e5b4a3f7cef729 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-20 (Fri, 20 Ja

[Nix-commits] [NixOS/nixpkgs] 137bf7: libdrm: Enable some ARM drivers

2017-01-28 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 137bf7269e5a36f396b8ca886682cdf0e692c741 https://github.com/NixOS/nixpkgs/commit/137bf7269e5a36f396b8ca886682cdf0e692c741 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-29 (Sun, 29 Ja

[Nix-commits] [NixOS/nixpkgs] 025c57: wp-cli: add bash completion

2017-01-28 Thread Tuomas Tynkkynen
0bbac3ca81e450297b998 https://github.com/NixOS/nixpkgs/commit/4c22b9529b9a7ac13c50bbac3ca81e450297b998 Author: Domen Kožar <do...@dev.si> Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: A maintainers/scripts/hydra-eval-failures.py Log Message: --- A

[Nix-commits] [NixOS/nixpkgs] fee433: platforms.nix: Remove unnecessary kernelExtraConfi...

2017-02-20 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fee43308ed139191238c23655d7784c531eab709 https://github.com/NixOS/nixpkgs/commit/fee43308ed139191238c23655d7784c531eab709 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-20 (Mon, 20 Fe

[Nix-commits] [NixOS/nixpkgs] 27395d: lxqt-build-tools: init at 0.3.2

2017-02-19 Thread Tuomas Tynkkynen
9 (Sun, 19 Feb 2017) Changed paths: M pkgs/desktops/lxqt/optional/qlipper/default.nix Log Message: --- qlipper: 2016-09-26 -> 5.0.0 Commit: 00fd031d2cb345b8f8dc9b520aa29d40f917c484 https://github.com/NixOS/nixpkgs/commit/00fd031d2cb345b8f8dc9b520aa29d40f917c484 Aut

[Nix-commits] [NixOS/nixpkgs] b53c53: maintainers: Add script to patch version/sha256 in...

2017-02-19 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b53c53b1b4dd30d4c28ed86ec4f6c49079de4f66 https://github.com/NixOS/nixpkgs/commit/b53c53b1b4dd30d4c28ed86ec4f6c49079de4f66 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-19 (Sun, 19 Fe

[Nix-commits] [NixOS/nixpkgs] 9e04b5: nixos top-level: Add 'dtbs' symlink when kernel us...

2017-02-12 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9e04b57dde58c4db462bba8057e49eb071f5e5c0 https://github.com/NixOS/nixpkgs/commit/9e04b57dde58c4db462bba8057e49eb071f5e5c0 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-12 (Sun, 12 Fe

[Nix-commits] [NixOS/nixpkgs] c86798: amoeba: init at 1.1

2017-02-14 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c86798125b85a6c4fc49520e79b59ed2299f2885 https://github.com/NixOS/nixpkgs/commit/c86798125b85a6c4fc49520e79b59ed2299f2885 Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi> Date: 2017-02-14 (Tue,

[Nix-commits] [NixOS/nixpkgs] 6a4808: jade: Cleanup a bit

2017-02-10 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6a48087bc3b2277814504a274c6da0ffd8bb7d44 https://github.com/NixOS/nixpkgs/commit/6a48087bc3b2277814504a274c6da0ffd8bb7d44 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-10 (Fri, 10 Fe

[Nix-commits] [NixOS/nixpkgs] 8c6f81: libvpx: 1.5.0 -> 1.6.1

2017-02-10 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8c6f81145efdb3acc048bfb38f8c899036e1b18f https://github.com/NixOS/nixpkgs/commit/8c6f81145efdb3acc048bfb38f8c899036e1b18f Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-10 (Fri, 10 Fe

[Nix-commits] [NixOS/nixpkgs] 607be4: sd-image-*: Copy all RPi firmware files

2017-02-11 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 607be4d88e9f9287a16e0b3c7836c4618320ebc5 https://github.com/NixOS/nixpkgs/commit/607be4d88e9f9287a16e0b3c7836c4618320ebc5 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-11 (Sat, 11 Fe

[Nix-commits] [NixOS/nixpkgs] 205783: U-Boot: Fix ubootBananaPi & ubootPcduino3Nano by a...

2017-02-11 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 20578372e1e72a19e9c42e31d1f21cd8a3b6df39 https://github.com/NixOS/nixpkgs/commit/20578372e1e72a19e9c42e31d1f21cd8a3b6df39 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-02-11 (Sat, 11 Fe

[Nix-commits] [NixOS/nixpkgs] 9fc3ce: kernel config: Enable BONDING and TMPFS_POSIX_ACL

2017-01-17 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9fc3ce73d1b0a0a5da4a80987b0a5c79c0862a20 https://github.com/NixOS/nixpkgs/commit/9fc3ce73d1b0a0a5da4a80987b0a5c79c0862a20 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-18 (Wed, 18 Ja

[Nix-commits] [NixOS/nixpkgs] 08ddb1: linux_testing: 4.10-rc2 -> 4.10-rc4

2017-01-16 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 08ddb16865b6b3ea3e079cd6fa6a990ba554c872 https://github.com/NixOS/nixpkgs/commit/08ddb16865b6b3ea3e079cd6fa6a990ba554c872 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-16 (Mon, 16 Ja

[Nix-commits] [NixOS/nixpkgs] 9c45e2: dtc: Fix build after flex upgrade

2017-01-15 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9c45e208239d618355d4f8e092dcd626c8b3d263 https://github.com/NixOS/nixpkgs/commit/9c45e208239d618355d4f8e092dcd626c8b3d263 Author: Tuomas Tynkkynen <tuo...@tuxera.com> Date: 2017-01-15 (Sun, 15 Ja

  1   2   3   4   >