Re: [Nix-dev] dlopen and mesa-likes

2014-08-08 Thread Vladimír Čunát
On 08/08/2014 11:22 PM, Luca Bruno wrote: Use /run/opengl-driver. It only works in nixos, and after all, it only makes sense with nixos because of drivers. Yes. It's actually /run/opengl-driver-32 on i686-linux, and it's probably best to use the exported vars, e.g. mesa_noglu.driverLink. On

Re: [Nix-dev] dlopen and mesa-likes

2014-08-08 Thread Vladimír Čunát
On 08/08/2014 11:30 PM, Mateusz Kowalczyk wrote: Unfortunately /run/opengl-driver/lib contains neither libEGL.so nor libGLESv2.so. Do you know how to proceed? Does this means that there is just no support for these things from nVidia and I need another driver? Ah, that's an issue not solved yet

Re: [Nix-dev] Installing Nixos

2014-08-09 Thread Vladimír Čunát
On 08/09/2014 10:47 AM, Christian Theune wrote: grub kept complaining not wanting to install on any specific partition even after I created a bios boot partition. What worked for me (not clear exactly why) was to specify the*drive* instead of any of the partitions as the target in config.nix.

Re: [Nix-dev] Nixos manual in PDF format

2014-08-09 Thread Vladimír Čunát
On 08/09/2014 12:52 PM, José Romildo Malaquias wrote: I am currently studying the nixos related manuals, and I find it more comfortable to read the manuals on paper. [...] I have unsuccessfully tried to obtain the PDF from the DocBook source. I recommend to print the HTML directly. I doubt that

Re: [Nix-dev] Zero Hydra Failures (ZHF) project

2014-08-10 Thread Vladimír Čunát
On 08/09/2014 08:10 AM, Michael Raskin wrote: hydraPlatforms is a reasonable solution for another problem; when the build takes more space than time When a build takes more space/bandwidth than time, I'd expect preferLocalBuild = true; instead of setting hydraPlatforms. On 08/08/2014 10:40

Re: [Nix-dev] Zero Hydra Failures (ZHF) project

2014-08-10 Thread Vladimír Čunát
As for the user-experience... what about exposing *negative* results in the binary cache as well? I imagine the hydra-failing package shouldn't be attempted by default, printing some message that it would probably fail, and one could override that via --fallback or a new separate flag. Vlada

Re: [Nix-dev] Zero Hydra Failures (ZHF) project

2014-08-10 Thread Vladimír Čunát
On 08/10/2014 03:13 PM, Michael Raskin wrote: preferLocalBuild is to save hassle for local machines; hydraPlatforms is to prevent the hassle for Hydra, too. Packages with preferLocalBuild are *not* built by hydra IIRC (at least several months ago it was so, I think). Vlada smime.p7s Desc

Re: [Nix-dev] Installing Nixos

2014-08-11 Thread Vladimír Čunát
Reposting to the list: On 08/09/2014 05:33 PM, Julio Cesar Campos wrote: This is installation steps were done: -- My Netbook is a Lenovo Ideapad S10, with 1 Giga of Ram, etc. I have

Re: [Nix-dev] Installing Nixos

2014-08-11 Thread Vladimír Čunát
On 08/09/2014 07:48 PM, Julio Cesar Campos wrote: Hello, I think this question I should have done it earlier, I appreciate your honest answers. What are the real benefits of installing NixOS in relation to Archlinux (the one I currently use). Again I appreciate your opinions. The typically mos

Re: [Nix-dev] Passwd

2014-08-12 Thread Vladimír Čunát
On 08/12/2014 07:52 AM, Mateusz Kowalczyk wrote: Adding the user to the ‘wheel’ group and settings ‘security.sudo.enable = true;’ should be enough. security.sudo.enable = true; is the default, so adding to wheel should be enough. To do that you do need root privileges. You should be able to l

Re: [Nix-dev] How to help remedy build errors of Haskell packages in Nixpkgs

2014-08-12 Thread Vladimír Čunát
On 08/12/2014 03:20 PM, emil.rang...@chas.se wrote: The package taffybar is fixed by the author, but there is no new hackage release. Can cabal2nix deal with this somehow? The only thing I came up with was dumping a 90k patch in the nixpkgs repo, but that feels perverse. What about adding somet

Re: [Nix-dev] Passwd

2014-08-12 Thread Vladimír Čunát
from memory, but I checked "man usermod". NixOS users are still typically expected to know some UNIX/Linux basics. Otherwise the life can be hard... Vlada (old context) 2014-08-12 2:27 GMT-05:00 Vladimír Čunát mailto:vcu...@gmail.com>>: On 08/12/2014 07:52 AM, Ma

Re: [Nix-dev] Writeable HOME during builds

2014-08-21 Thread Vladimír Čunát
On 08/21/2014 06:18 PM, Mateusz Kowalczyk wrote: What's the procedure for dealing with such situations? At the moment both packages in question are doCheck = false due to this. See [1] for an example. I would just point $HOME somewhere into the temporary build folder (preferably only for the c

Re: [Nix-dev] Problem starting X11

2014-08-23 Thread Vladimír Čunát
Hi. On 08/23/2014 01:46 PM, martin wrote: I'm using qxl for graphics, not sure if that could be the problem. I added the qxl driver now to master (b1d225b). You can enable the driver by setting services.xserver.videoDrivers = [ "qxl" ]; but it's untested on nixos yet (and I've got no knowle

Re: [Nix-dev] Problem starting X11

2014-08-24 Thread Vladimír Čunát
On 08/23/2014 09:01 PM, James Cook wrote: It looks like you changed "buildInputs" to "buildinputs" somewhere in overrides.nix when you made that change, which caused errors for me. Thanks! Should be fine now. I must've hit some magic key combination to lowercase the whole line :-) Vlada

Re: [Nix-dev] Keeping nixpkgs up to date

2014-08-29 Thread Vladimír Čunát
On 08/27/2014 04:35 PM, Mateusz Kowalczyk wrote: What do you think? I think something like this is inevitable with the ever-growing number of packages and users or we end up with the situation like we have today, with thousands of outdated packages without maintainers or with inactive/busy mainta

Re: [Nix-dev] Error packaging tilda (about gettext, glade and expat)

2014-08-29 Thread Vladimír Čunát
Hi. On 08/28/2014 12:33 AM, Anderson Torres wrote: I am trying to package Tilda[1], a quake-like terminal emulator. The expressions are here on my private Nixpkgs branch [2]. Fixed and pushed to master, aeca8b6c3. Vladimir smime.p7s Description: S/MIME Cryptographic Signature

Re: [Nix-dev] Typing nix − funding campaign

2017-01-15 Thread Vladimír Čunát
On 01/15/2017 09:31 AM, Théophane Hufschmitt wrote: > as I said, this goal was just the legal minimum > for me to be allowed to do it That's interesting. Here in CZ it's typical that students earn absolutely nothing for their work on Bachelor and Master theses. (No offense or envy meant.) Good l

[Nix-commits] [NixOS/nixpkgs] 3daf9c: clamav: don't bundle freshclam config with package

2017-01-15 Thread Vladimír Čunát
rom commit 9e1e3b288062abf37847307adeee17f3c8dddc42) Commit: 22c675d8221ef73386c7d3e579486be5ab941454 https://github.com/NixOS/nixpkgs/commit/22c675d8221ef73386c7d3e579486be5ab941454 Author: Vladimír Čunát Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M pkgs/tools/security/clamav/default.

[Nix-commits] [NixOS/nixpkgs] 8e5e36: libtasn1: 4.9 -> 4.10

2017-01-18 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 8e5e365265acac552cf322c755b349a90db120d7 https://github.com/NixOS/nixpkgs/commit/8e5e365265acac552cf322c755b349a90db120d7 Author: Vladimír Čunát Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 68c953: libtiff: apply security patches from Debian

2017-01-18 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 68c95309980d6e6e1dc315628de55844f8b02ca3 https://github.com/NixOS/nixpkgs/commit/68c95309980d6e6e1dc315628de55844f8b02ca3 Author: Vladimír Čunát Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 0dc43a: virt-manager: fixup evaluation to unbreak Hydra

2017-01-18 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 0dc43ab9d68e37bdabe9dafaab12d2ccd5f49720 https://github.com/NixOS/nixpkgs/commit/0dc43ab9d68e37bdabe9dafaab12d2ccd5f49720 Author: Vladimír Čunát Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 59e0cf: gperf: bring back 3.0.4 to fix systemd build

2017-01-18 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 59e0cfb589d3fb3d2697f26c269bc1ea0324d44b https://github.com/NixOS/nixpkgs/commit/59e0cfb589d3fb3d2697f26c269bc1ea0324d44b Author: Vladimír Čunát Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] c22274: libtasn1: 4.8 -> 4.10

2017-01-18 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: c22274c72fb1696723543bc1abffc23d32152f04 https://github.com/NixOS/nixpkgs/commit/c22274c72fb1696723543bc1abffc23d32152f04 Author: Vladimír Čunát Date: 2017-01-19 (Thu, 19 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] f4f885: treewide: switch more packages to older gperf

2017-01-19 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: f4f885243e6139edb196d00a9313f6ce5141e0de https://github.com/NixOS/nixpkgs/commit/f4f885243e6139edb196d00a9313f6ce5141e0de Author: Vladimír Čunát Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 08e991: remove xorg.intelgputools in favor of intel-gpu-to...

2017-01-19 Thread Vladimír Čunát
: 42c1f449bd6fa205baef8ba267acb339791fa514 https://github.com/NixOS/nixpkgs/commit/42c1f449bd6fa205baef8ba267acb339791fa514 Author: Vladimír Čunát Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths: M pkgs/servers/x11/xorg/extra.list Log Message: --- intel-gpu-tools

[Nix-commits] [NixOS/nixpkgs] 64b7f0: knot-dns: 2.3.3 -> 2.4.0

2017-01-19 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 64b7f096e63cd4a69de101593e6a83802827d817 https://github.com/NixOS/nixpkgs/commit/64b7f096e63cd4a69de101593e6a83802827d817 Author: Vladimír Čunát Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 5326cb: webkit: security 2.14.2 -> 2.14.3

2017-01-19 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 5326cb7340e0cdc8a6f49291b3a127be9743a127 https://github.com/NixOS/nixpkgs/commit/5326cb7340e0cdc8a6f49291b3a127be9743a127 Author: Vladimír Čunát Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] ba92ef: gpodder: use python2

2017-01-20 Thread Vladimír Čunát
com/NixOS/nixpkgs/commit/8e5e365265acac552cf322c755b349a90db120d7 Author: Vladimír Čunát Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths: M pkgs/development/libraries/libtasn1/default.nix Log Message: --- libtasn1: 4.9 -> 4.10 The fixes in NEWS seem like having

[Nix-commits] [NixOS/nixpkgs] 655a30: opentsdb: fixup sandboxed builds

2017-01-21 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 655a3012217b23ede3e7739a00a82248eda1af4e https://github.com/NixOS/nixpkgs/commit/655a3012217b23ede3e7739a00a82248eda1af4e Author: Vladimír Čunát Date: 2017-01-21 (Sat, 21 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 81d989: rpm-ostree: fix build by using older gperf for now

2017-01-21 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 81d9893bcd9d96b4c7aabea4381f6765289ef722 https://github.com/NixOS/nixpkgs/commit/81d9893bcd9d96b4c7aabea4381f6765289ef722 Author: Vladimír Čunát Date: 2017-01-21 (Sat, 21 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] df67f5: gtk3: move gtk-update-icon-cache to the main outpu...

2017-01-22 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: df67f58fbfde8bfe5f1e6659c18b0953558cd534 https://github.com/NixOS/nixpkgs/commit/df67f58fbfde8bfe5f1e6659c18b0953558cd534 Author: Vladimír Čunát Date: 2017-01-22 (Sun, 22 Jan 2017) Changed paths

Re: [Nix-dev] Branch-off and Release Timeline for 17.03

2017-01-23 Thread Vladimír Čunát
On 01/23/2017 04:35 PM, Robin Gloster wrote: > - there probably will be no Nix version bump to the currently unstable > 1.12 as the nix-daemon is buggy I'd really like to have https://github.com/NixOS/nix/pull/815 in the next stable nixpkgs; otherwise there (still) are some nix-env + multiple-out

[Nix-commits] [NixOS/nixpkgs] 326e15: gtk3: move gtk-update-icon-cache to the main outpu...

2017-01-23 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 326e156567f87da63c0ff70c3031c9b0460aeb28 https://github.com/NixOS/nixpkgs/commit/326e156567f87da63c0ff70c3031c9b0460aeb28 Author: Vladimír Čunát Date: 2017-01-23 (Mon, 23 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 4d8e24: webkit: security 2.14.1 -> 2.14.3

2017-01-24 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 4d8e248e1ccefc1de9a9e6e3a4e75c5c0605c99c https://github.com/NixOS/nixpkgs/commit/4d8e248e1ccefc1de9a9e6e3a4e75c5c0605c99c Author: Vladimír Čunát Date: 2017-01-24 (Tue, 24 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] fd26ad: nixos programs.man.enable: improve description

2017-01-24 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fd26ad6f764510d0234e8dcf5998a13b4b5a424b https://github.com/NixOS/nixpkgs/commit/fd26ad6f764510d0234e8dcf5998a13b4b5a424b Author: Vladimír Čunát Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] f8e39e: nss: fetchpatch -> fetchurl

2017-01-24 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f8e39ec13cfd5abc14c2ba22bb34a5df671dc559 https://github.com/NixOS/nixpkgs/commit/f8e39ec13cfd5abc14c2ba22bb34a5df671dc559 Author: Vladimír Čunát Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 30a94d: nss: remove parameter that just got unused

2017-01-24 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 30a94deac57c3498e4a9ed6e7bdc8056a60ece04 https://github.com/NixOS/nixpkgs/commit/30a94deac57c3498e4a9ed6e7bdc8056a60ece04 Author: Vladimír Čunát Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 0e92a0: nss: 3.27.2 -> 3.28.1

2017-01-24 Thread Vladimír Čunát
Commit: efcc13dfef3cd87ca8cb6ad1d6782e5dfcb46bf9 https://github.com/NixOS/nixpkgs/commit/efcc13dfef3cd87ca8cb6ad1d6782e5dfcb46bf9 Author: Vladimír Čunát Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M pkgs/applications/networking/browsers/firefox/default.nix Lo

Re: [Nix-dev] NixOS and laptops, touchpad/touchscreen problems

2017-01-24 Thread Vladimír Čunát
On 01/24/2017 10:10 PM, Samuel DENIS wrote: > On a recent laptop with NixOS 16.09, I had to choose the 4.8 kernel > package set to make the touchpad working (with libinput), as default is > 4.4 LTS. News: 4.8 is being deleted about now, and on unstable/master 4.9 is replacing 4.4 as the default (i

[Nix-commits] [NixOS/nixpkgs] e5229c: t1lib: add a note about CVE fixes

2017-01-25 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e5229c63ad77673d6b7abe398c7a73af7082a13c https://github.com/NixOS/nixpkgs/commit/e5229c63ad77673d6b7abe398c7a73af7082a13c Author: Vladimír Čunát Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 5d5fb4: knot-resolver: init at 1.2.0

2017-01-25 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5d5fb4a2fb1fc782f603837a53a0a831e81ad637 https://github.com/NixOS/nixpkgs/commit/5d5fb4a2fb1fc782f603837a53a0a831e81ad637 Author: Vladimír Čunát Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 36d024: knot-resolver: init at 1.2.0

2017-01-25 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 36d024ba45587f512076c617c821284630f02979 https://github.com/NixOS/nixpkgs/commit/36d024ba45587f512076c617c821284630f02979 Author: Vladimír Čunát Date: 2017-01-25 (Wed, 25 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 278bbe: add kresd service with basic options

2017-01-25 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 278bbe3b33a91435036295a61fef49576a49c27f https://github.com/NixOS/nixpkgs/commit/278bbe3b33a91435036295a61fef49576a49c27f Author: Vladimír Čunát Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 3bdec6: add kresd service with basic options

2017-01-25 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 3bdec6ce7eac6638c011fe7cc8e4643eacf07693 https://github.com/NixOS/nixpkgs/commit/3bdec6ce7eac6638c011fe7cc8e4643eacf07693 Author: Vladimír Čunát Date: 2017-01-25 (Wed, 25 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] f27fb8: knot-{dns, resolver}: try to fix on darwin

2017-01-25 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f27fb8ab758aef15115f5651ee92fd9ebef7e8e2 https://github.com/NixOS/nixpkgs/commit/f27fb8ab758aef15115f5651ee92fd9ebef7e8e2 Author: Vladimír Čunát Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 98e830: licenses: add EUPL v1.1 license

2017-01-25 Thread Vladimír Čunát
/licenses.nix Log Message: --- licenses: add EUPL v1.1 license Commit: 15219fe15e6607b543b3ad80f3c3b0bb0f1c38b0 https://github.com/NixOS/nixpkgs/commit/15219fe15e6607b543b3ad80f3c3b0bb0f1c38b0 Author: Vladimír Čunát Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 142696: liburcu: platforms: linux -> unix

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 142696de884213e01cc518af813a20d2e2ece3cc https://github.com/NixOS/nixpkgs/commit/142696de884213e01cc518af813a20d2e2ece3cc Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] f4bb17: mesa: maintenance 12.0.5 -> 12.0.6

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: f4bb175de4f0f5fb0d447ac1885289f6de487fb5 https://github.com/NixOS/nixpkgs/commit/f4bb175de4f0f5fb0d447ac1885289f6de487fb5 Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] a1af9c: gecko-mediaplayer: remove the dead project

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a1af9cc1cf04f4cc4080d16850fbe82bc8933ec7 https://github.com/NixOS/nixpkgs/commit/a1af9cc1cf04f4cc4080d16850fbe82bc8933ec7 Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 6edc97: ffmpeg_2_8: maintenance 2.8.8 -> 2.8.10

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6edc9788f5cd3fdcda90f250c87eb98938cef069 https://github.com/NixOS/nixpkgs/commit/6edc9788f5cd3fdcda90f250c87eb98938cef069 Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 9b3a29: ffmpeg{, -full}: maintenance 3.1.x -> 3.1.6

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 9b3a29a5856506f449cea5097b12fba367c091d8 https://github.com/NixOS/nixpkgs/commit/9b3a29a5856506f449cea5097b12fba367c091d8 Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] c99540: wireshark: 2.2.3 -> 2.2.4

2017-01-26 Thread Vladimír Čunát
mit: d1f73b8546d1a6dc1d13f3caa5eadcf42bb24b16 https://github.com/NixOS/nixpkgs/commit/d1f73b8546d1a6dc1d13f3caa5eadcf42bb24b16 Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M pkgs/applications/networking/sniffers/wireshark/default.nix Log Mess

[Nix-commits] [NixOS/nixpkgs] 521146: Merge #22171: wireshark: 2.2.2 -> 2.2.4

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 5211464fe3a85f41190bd98822a3beaf520a8d7a https://github.com/NixOS/nixpkgs/commit/5211464fe3a85f41190bd98822a3beaf520a8d7a Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] ae892a: luasec: attempt to fix build on Darwin

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ae892ab67575eb4bba9ac56aaa314ff0651a75cf https://github.com/NixOS/nixpkgs/commit/ae892ab67575eb4bba9ac56aaa314ff0651a75cf Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] f0bf46: liburcu: 0.8.6 -> 0.9.3, doCheck = true

2017-01-26 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f0bf46d8637cbb8ec73cf9bd0e6c231ee92b636c https://github.com/NixOS/nixpkgs/commit/f0bf46d8637cbb8ec73cf9bd0e6c231ee92b636c Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths

Re: [Nix-dev] Arch is dropping i686. Should we?

2017-01-26 Thread Vladimír Čunát
I think the main resource cost for us is the build farm and binary cache. Idea: what about building full i686-linux set only on stable branches? Note: obviously, callPackage_i686 will still use i686 even if "evaluated for x86_64", which is what we want for wine, skype, etc. When creating a new s

[Nix-commits] [NixOS/nixpkgs] b095ef: luasec: another attempt to fix on Darwin

2017-01-27 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b095efa9697a1d9a4ad171c983e034a601b9bde9 https://github.com/NixOS/nixpkgs/commit/b095efa9697a1d9a4ad171c983e034a601b9bde9 Author: Vladimír Čunát Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths

Re: [Nix-dev] Arch is dropping i686. Should we?

2017-01-27 Thread Vladimír Čunát
On 01/27/2017 02:13 PM, Eelco Dolstra wrote: > Another possibility is to reduce the number of packages that get built for > i686, > but it would be tricky to decide which packages to keep. I had thought of building i686 packages "less often", but I couldn't see an easy way to do that, except sepa

[Nix-commits] [NixOS/nixpkgs] 1d6c85: termite: unbreak by packaging vte-ng

2017-01-27 Thread Vladimír Čunát
. Commit: 2cbf509f6bb82e8db0326b97acfaea6b7c45c9af https://github.com/NixOS/nixpkgs/commit/2cbf509f6bb82e8db0326b97acfaea6b7c45c9af Author: Vladimír Čunát Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M pkgs/desktops/gnome-3/3.22/core/vte/ng.nix Log Message

[Nix-commits] [NixOS/nixpkgs] c09690: Revert "libmsgpack_1_4: remove"

2017-01-28 Thread Vladimír Čunát
7c31d307d7 https://github.com/NixOS/nixpkgs/commit/2200532ded54d3d8438e5f9f92c8247c31d307d7 Author: Vladimír Čunát Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: A pkgs/development/libraries/libmsgpack/1.4.nix M pkgs/top-level/all-packages.nix Log Message: -

[Nix-commits] [NixOS/nixpkgs] fd32b1: knot-dns: another attempt to fix build on Darwin

2017-01-30 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fd32b16f9ea847c4b263fb45bf02cf3221108186 https://github.com/NixOS/nixpkgs/commit/fd32b16f9ea847c4b263fb45bf02cf3221108186 Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 196b87: knot-dns: another attempt to fix build on Darwin

2017-01-30 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 196b87f707df2da0a3826e02b9b1bed2555ffbe9 https://github.com/NixOS/nixpkgs/commit/196b87f707df2da0a3826e02b9b1bed2555ffbe9 Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] db8961: binutils: minimize rebuilds after parent revert

2017-01-30 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: db896154d1fae2476be750bdcee5f4f889518479 https://github.com/NixOS/nixpkgs/commit/db896154d1fae2476be750bdcee5f4f889518479 Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] cc07ec: protobuf-3.x: fixup build with default gcc version

2017-01-30 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: cc07ec890d0e7b31d7154f1bce6d3ba19aae5a1e https://github.com/NixOS/nixpkgs/commit/cc07ec890d0e7b31d7154f1bce6d3ba19aae5a1e Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 7f7faa: knot-dns: yet another attempt to fix build on Darw...

2017-01-30 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7f7faab0097d8b77b00a88c4749ff9b086efde33 https://github.com/NixOS/nixpkgs/commit/7f7faab0097d8b77b00a88c4749ff9b086efde33 Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] c3f56e: Add nixpkgs documentation about how to create a de...

2017-01-30 Thread Vladimír Čunát
https://github.com/NixOS/nixpkgs/commit/69348badb8658df11b48c54b2f3e028a883b311c Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths: M doc/languages-frameworks/vim.md Log Message: --- doc vim: nitpicks Commit

[Nix-commits] [NixOS/nixpkgs] c3f56e: Add nixpkgs documentation about how to create a de...

2017-01-30 Thread Vladimír Čunát
-- ihaskell: remove service configuration. (#22268) See #22047. This change should be reverted after IHaskell has been updated to support GHC 8. Commit: fd32b16f9ea847c4b263fb45bf02cf3221108186 https://github.com/NixOS/nixpkgs/commit/fd32b16f9ea847c4b263fb45bf02cf3221108186 Author:

[Nix-commits] [NixOS/nixpkgs] 612333: knot-resolver: yet another attempt to fix build on...

2017-01-30 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 612333a7703e22df98dd6b3d9cd99bdeaac4f808 https://github.com/NixOS/nixpkgs/commit/612333a7703e22df98dd6b3d9cd99bdeaac4f808 Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 3dd2a2: vim: make it possible to build with --enable-gui=g...

2017-01-31 Thread Vladimír Čunát
og Message: --- nixos: if gnome3 is installed, build gvim for gtk3 too Commit: 01751a944792fc4d381c91ed8b3fcacdbff41785 https://github.com/NixOS/nixpkgs/commit/01751a944792fc4d381c91ed8b3fcacdbff41785 Author: Vladimír Čunát Date: 2017-01-31 (Tue, 31 Jan 2017) Changed pa

[Nix-commits] [NixOS/nixpkgs] dacbca: knot-dns: yet another attempt to fix build on Darw...

2017-01-31 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: dacbca273007fad83a22fc51b33b2350ed7094c0 https://github.com/NixOS/nixpkgs/commit/dacbca273007fad83a22fc51b33b2350ed7094c0 Author: Vladimír Čunát Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 58dc8e: Remove myself from maintainers

2017-01-31 Thread Vladimír Čunát
maintainers Commit: 557fd03926e174e20e3f6153fc79a652cc1452d6 https://github.com/NixOS/nixpkgs/commit/557fd03926e174e20e3f6153fc79a652cc1452d6 Author: Vladimír Čunát Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M nixos/tests/emacs-daemon.nix M pkgs/applications/misc

[Nix-commits] [NixOS/nixpkgs] dc96f0: Merge #22310: Remove myself from maintainers

2017-01-31 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: dc96f0359da61c28f1c6557523d2bf8c4cb1848c https://github.com/NixOS/nixpkgs/commit/dc96f0359da61c28f1c6557523d2bf8c4cb1848c Author: Vladimír Čunát Date: 2017-01-31 (Tue, 31 Jan 2017) Changed

[Nix-commits] [NixOS/nixpkgs] a3517b: lmdb: get rid of $out/man

2017-01-31 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a3517bf32129e989fb4a3cd932b8ca4945045dba https://github.com/NixOS/nixpkgs/commit/a3517bf32129e989fb4a3cd932b8ca4945045dba Author: Vladimír Čunát Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 123dd9: services: ipfs: separate system units, add offline...

2017-02-01 Thread Vladimír Čunát
/misc/neofetch/default.nix Log Message: --- neofetch: 3.0 -> 3.0.1 Commit: 612333a7703e22df98dd6b3d9cd99bdeaac4f808 https://github.com/NixOS/nixpkgs/commit/612333a7703e22df98dd6b3d9cd99bdeaac4f808 Author: Vladimír Čunát Date: 2017-01-30 (Mon, 30 Jan 2017) Chan

[Nix-commits] [NixOS/nixpkgs] c3badb: knot-resolver: 1.2.0 -> 1.2.1

2017-02-01 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c3badbb3664f43612998927f8cfaba945b1d418c https://github.com/NixOS/nixpkgs/commit/c3badbb3664f43612998927f8cfaba945b1d418c Author: Vladimír Čunát Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] c3ec88: knot-resolver: 1.2.0 -> 1.2.1

2017-02-01 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: c3ec88864ba7aea667ace51a230213a9ab13a74e https://github.com/NixOS/nixpkgs/commit/c3ec88864ba7aea667ace51a230213a9ab13a74e Author: Vladimír Čunát Date: 2017-02-01 (Wed, 01 Feb 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 787c1a: qt4: fixup missing space between flags on Darwin

2017-02-02 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 787c1add0ba40ba8094b0ed4001de10c7d05c033 https://github.com/NixOS/nixpkgs/commit/787c1add0ba40ba8094b0ed4001de10c7d05c033 Author: Vladimír Čunát Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] a67441: rcm: 1.3.0 -> 1.3.1

2017-02-03 Thread Vladimír Čunát
anagers/kde4.nix M nixos/modules/services/x11/desktop-managers/kde5.nix M nixos/modules/services/x11/xserver.nix Log Message: --- Revert "Make services.xserver.xkbDir conflict free when overriden." This reverts commit 82bcfef109ecf58ac1503e4cab15ae53dd524f4b. cc @nbp Fixes #22290, #22

[Nix-commits] [NixOS/nixpkgs] e7c968: linuxPackages*.perf: fix build with default gcc

2017-02-03 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: e7c968fbf2edd32bb1d009207f873017e4bf5287 https://github.com/NixOS/nixpkgs/commit/e7c968fbf2edd32bb1d009207f873017e4bf5287 Author: Vladimír Čunát Date: 2017-02-03 (Fri, 03 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 9eb540: qemu-vm module: fix boot.tmpOnTmpfs

2017-02-03 Thread Vladimír Čunát
2ba076e99c299ae479efcded808d6cef83538f18 https://github.com/NixOS/nixpkgs/commit/2ba076e99c299ae479efcded808d6cef83538f18 Author: Vladimír Čunát Date: 2017-02-03 (Fri, 03 Feb 2017) Changed paths: M nixos/modules/virtualisation/qemu-vm.nix M pkgs/applications/office/libreoffice/default-primary-src.ni

[Nix-commits] [NixOS/nixpkgs] 45fcef: qt4: another attempt to fix build on Darwin

2017-02-04 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 45fcefd4bea9ceff7e0c0546c684ae6a7f7f2b40 https://github.com/NixOS/nixpkgs/commit/45fcefd4bea9ceff7e0c0546c684ae6a7f7f2b40 Author: Vladimír Čunát Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 94a7a8: Revert "spidermonkey_24: remove"

2017-02-04 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 94a7a80f0b2981d26f6b75db0ca1a7a308552020 https://github.com/NixOS/nixpkgs/commit/94a7a80f0b2981d26f6b75db0ca1a7a308552020 Author: Vladimír Čunát Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] d2a571: audacity: fixup build also with default gcc

2017-02-04 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: d2a571aacde26a3b09ac01b4ca77831a7ac6e4ec https://github.com/NixOS/nixpkgs/commit/d2a571aacde26a3b09ac01b4ca77831a7ac6e4ec Author: Vladimír Čunát Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 02341c: db: disable dbm support by default

2017-02-04 Thread Vladimír Čunát
packages.nix Log Message: --- spidermonkey_24: remove Commit: 6973c7739ea1581595931e8c8b3b76241083b2df https://github.com/NixOS/nixpkgs/commit/6973c7739ea1581595931e8c8b3b76241083b2df Author: Vladimír Čunát Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: A doc/cros

[Nix-commits] [NixOS/nixpkgs] ceb9fd: packagekit: add 'enableNixBackend' as an option (...

2017-02-04 Thread Vladimír Čunát
https://github.com/NixOS/nixpkgs/commit/ae1f57c930e019f68715767a6e389cf1fa1f3e2d Author: Vladimír Čunát Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths: M pkgs/tools/misc/opentsdb/default.nix Log Message: --- opentsdb: fixup sandboxed builds http://hydra.nixos.org/buil

[Nix-commits] [NixOS/nixpkgs] 150cdd: zlib: 1.2.10 -> 1.2.11

2017-02-05 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 150cddca6f3ee29b46d999e74a2be11b630b3975 https://github.com/NixOS/nixpkgs/commit/150cddca6f3ee29b46d999e74a2be11b630b3975 Author: Vladimír Čunát Date: 2017-02-05 (Sun, 05 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] dd58d2: stdenv: document makeWrapper

2017-02-05 Thread Vladimír Čunát
: 3b583d943ee31f36d422167aed391689f5ab93f0 https://github.com/NixOS/nixpkgs/commit/3b583d943ee31f36d422167aed391689f5ab93f0 Author: Vladimír Čunát Date: 2017-02-05 (Sun, 05 Feb 2017) Changed paths: M doc/stdenv.xml M pkgs/build-support/setup-hooks/make-wrapper.sh Log Message

[Nix-commits] [NixOS/nixpkgs] 6d2c38: libssh: bugfix 0.7.3 -> 0.7.4

2017-02-05 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 6d2c381e3ee7efbda639979b8b644db6f564635c https://github.com/NixOS/nixpkgs/commit/6d2c381e3ee7efbda639979b8b644db6f564635c Author: Vladimír Čunát Date: 2017-02-05 (Sun, 05 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 77b72a: wget: 1.18 -> 1.19

2017-02-05 Thread Vladimír Čunát
mit/94c73dab1d75f252b6abb373481e65281522fba4 Author: Vladimír Čunát Date: 2017-02-05 (Sun, 05 Feb 2017) Changed paths: M pkgs/tools/networking/wget/default.nix Log Message: --- Merge #22416: wget: 1.18 -> 1.19 Compare: https://github.com/NixOS/nixpkgs/compare/c226a9

[Nix-commits] [NixOS/nixpkgs] 35dffb: mesa: maintenance 13.0.3 -> 13.0.4

2017-02-05 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 35dffbdf54d3f83fa6bcd0d2a0eb0886ad882d46 https://github.com/NixOS/nixpkgs/commit/35dffbdf54d3f83fa6bcd0d2a0eb0886ad882d46 Author: Vladimír Čunát Date: 2017-02-05 (Sun, 05 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 47c166: amdgpu-pro: 16.50 -> 16.60

2017-02-07 Thread Vladimír Čunát
7) and amdgpu-pro (1.18) Commit: ce9d30e7349d0f712ed4ce9e6a20102490d364e9 https://github.com/NixOS/nixpkgs/commit/ce9d30e7349d0f712ed4ce9e6a20102490d364e9 Author: Vladimír Čunát Date: 2017-02-07 (Tue, 07 Feb 2017) Changed paths: M nixos/modules/hardware/video/amdgpu-pro.nix

[Nix-commits] [NixOS/nixpkgs] 4ab604: mesa: add enableRadv

2017-02-08 Thread Vladimír Čunát
: M pkgs/development/libraries/mesa/default.nix Log Message: --- mesa: add enableRadv Commit: 4bf9f8afc39e9d0c0629635652804b81fe3e3332 https://github.com/NixOS/nixpkgs/commit/4bf9f8afc39e9d0c0629635652804b81fe3e3332 Author: Vladimír Čunát Date: 2017-02-09 (Thu, 09 Feb

[Nix-commits] [NixOS/nixpkgs] 5efc5a: pydb, libclc: fixup eval after pinning to python2

2017-02-08 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 5efc5a4ede9f07994f85fe8bec9d86d1943e4a11 https://github.com/NixOS/nixpkgs/commit/5efc5a4ede9f07994f85fe8bec9d86d1943e4a11 Author: Vladimír Čunát Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 333e36: pythonPackages.gst-python: fix hash after afd59811...

2017-02-09 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 333e36eca06f68c4670925329e6c6da9cd5c00d0 https://github.com/NixOS/nixpkgs/commit/333e36eca06f68c4670925329e6c6da9cd5c00d0 Author: Vladimír Čunát Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] be79c4: pythonPackages.gst-python: fix hash after afd59811...

2017-02-09 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: be79c4cd9ecf60ba4b31dee79b63c0a8ea5bcbec https://github.com/NixOS/nixpkgs/commit/be79c4cd9ecf60ba4b31dee79b63c0a8ea5bcbec Author: Vladimír Čunát Date: 2017-02-09 (Thu, 09 Feb 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 4d18d3: Revert "python-requests2: use system-wide CA bundl...

2017-02-09 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4d18d3bd879d599ff8b98152cb02633de0210977 https://github.com/NixOS/nixpkgs/commit/4d18d3bd879d599ff8b98152cb02633de0210977 Author: Vladimír Čunát Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 4b5a23: Add documentation for XFCE

2017-02-09 Thread Vladimír Čunát
/a0505989c98580867286cc0674f0aac58a8c3bdc Author: Vladimír Čunát Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M nixos/doc/manual/configuration/xfce.xml Log Message: --- Xfce docs nitpicks - fix validity - XFCE -> Xfce, as that seems to be upstream preference Com

[Nix-commits] [NixOS/nixpkgs] dd58d2: stdenv: document makeWrapper

2017-02-10 Thread Vladimír Čunát
Merge pull request #22434 from lsix/update_sed gnused: 4.3 -> 4.4 Commit: 150cddca6f3ee29b46d999e74a2be11b630b3975 https://github.com/NixOS/nixpkgs/commit/150cddca6f3ee29b46d999e74a2be11b630b3975 Author: Vladimír Čunát Date: 2017-02-05 (Sun, 05 Feb 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] 6cf887: xorg.{libXi, libXpm}: minor update

2017-02-11 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 6cf8875abd679b1f41d07cf37217cb5dedf3089c https://github.com/NixOS/nixpkgs/commit/6cf8875abd679b1f41d07cf37217cb5dedf3089c Author: Vladimír Čunát Date: 2017-02-11 (Sat, 11 Feb 2017) Changed paths

<    4   5   6   7   8   9   10   11   12   13   >