[Nix-commits] SVN commit: nix - r29267 - in nixpkgs/trunk/pkgs: tools/networking/pptp top-level

2011-09-14 Thread Yury G. Kudryashov
Author: urkud Date: Wed Sep 14 08:39:51 2011 New Revision: 29267 URL: https://ssl.nixos.org/websvn/nix/?rev=29267sc=1 Log: Add pptp client Added: nixpkgs/trunk/pkgs/tools/networking/pptp/ nixpkgs/trunk/pkgs/tools/networking/pptp/default.nix Modified:

[Nix-commits] SVN commit: nix - r29247 - nixpkgs/trunk/pkgs/tools/networking/network-manager

2011-09-13 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 13 19:27:41 2011 New Revision: 29247 URL: https://ssl.nixos.org/websvn/nix/?rev=29247sc=1 Log: NM: propagate dbus-glib Modified: nixpkgs/trunk/pkgs/tools/networking/network-manager/default.nix Modified:

[Nix-commits] SVN commit: nix - r29248 - nixpkgs/trunk/pkgs/os-specific/linux/wpa_supplicant

2011-09-13 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 13 19:29:13 2011 New Revision: 29248 URL: https://ssl.nixos.org/websvn/nix/?rev=29248sc=1 Log: Changes required by NM-0.9 * Add NL80211 driver * Install d-bus config files Modified: nixpkgs/trunk/pkgs/os-specific/linux/wpa_supplicant/default.nix Modified:

[Nix-commits] SVN commit: nix - r29264 - nixpkgs/trunk/pkgs/os-specific/linux/pm-utils

2011-09-13 Thread Yury G. Kudryashov
Author: urkud Date: Wed Sep 14 04:06:43 2011 New Revision: 29264 URL: https://ssl.nixos.org/websvn/nix/?rev=29264sc=1 Log: pmutils: PATH+=${dbus_tools}/bin, fix /sbin/hwclock sleep.d/55NetworkManager needs dbus-send Modified: nixpkgs/trunk/pkgs/os-specific/linux/pm-utils/default.nix

[Nix-commits] SVN commit: nix - r29162 - nixpkgs/trunk/pkgs/desktops/kde-4.7/kdebase

2011-09-11 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 11 07:25:30 2011 New Revision: 29162 URL: https://ssl.nixos.org/websvn/nix/?rev=29162sc=1 Log: Drop unused buildInput Mark virtuoso as a runtime dependency of kdebase-runtime. The propagatedUserEnvPackages is not used by buildEnv, but I'm going to let it use this

[Nix-commits] SVN commit: nix - r29163 - nixpkgs/trunk/pkgs/os-specific/linux/wpa_supplicant

2011-09-11 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 11 07:27:01 2011 New Revision: 29163 URL: https://ssl.nixos.org/websvn/nix/?rev=29163sc=1 Log: wpa_supplicant-0.7.3 Add D-Bus interface required by NM-0.9 Modified: nixpkgs/trunk/pkgs/os-specific/linux/wpa_supplicant/default.nix Modified:

[Nix-commits] SVN commit: nix - r29179 - in nixpkgs/trunk/pkgs: desktops/kde-4.7 desktops/kde-4.7/kde-baseapps desktops/kde-4.7/kde-package desktops/kde-4.7/kdebase desktops/kde-4.7/l10n top-level

2011-09-11 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 11 12:39:06 2011 New Revision: 29179 URL: https://ssl.nixos.org/websvn/nix/?rev=29179sc=1 Log: KDE SC 4.7.1 Mostly automatic update. The only manual change caused by some movements on projects.kde.org. Untested. Added:

[Nix-commits] SVN commit: nix - r29180 - nixos/trunk/modules/misc

2011-09-11 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 11 12:41:47 2011 New Revision: 29180 URL: https://ssl.nixos.org/websvn/nix/?rev=29180sc=1 Log: Allow full ~/.nixpkgs/config.nix syntax in nixpkgs.config Namely, allow {pkgs}: { packageOverrides = p: ...; }; Modified: nixos/trunk/modules/misc/nixpkgs.nix Modified:

[Nix-commits] SVN commit: nix - r29181 - nixos/trunk/modules/services/x11/desktop-managers

2011-09-11 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 11 12:44:54 2011 New Revision: 29181 URL: https://ssl.nixos.org/websvn/nix/?rev=29181sc=1 Log: Adjust DM/kde4.nix to latest changes in kde-4.7 Modified: nixos/trunk/modules/services/x11/desktop-managers/kde4.nix Modified:

[Nix-dev] Re: SVN commit: nix - r29158 - nixpkgs/branches/syscall-tracing/pkgs/stdenv

2011-09-11 Thread Yury G. Kudryashov
, runCommand }: +let pkgs = import /etc/nixos/nixpkgs { }; in shouldn't that be let pkgs = import (builtins.getEnv NIXPKGS_ALL) {}; in ...? Or better import ../../ {};? -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing

[Nix-commits] SVN commit: nix - r29160 - nixpkgs/trunk/pkgs/tools/networking/network-manager

2011-09-10 Thread Yury G. Kudryashov
Author: urkud Date: Sat Sep 10 19:23:26 2011 New Revision: 29160 URL: https://ssl.nixos.org/websvn/nix/?rev=29160sc=1 Log: Trying to fix networkmanager Added: nixpkgs/trunk/pkgs/tools/networking/network-manager/nixos-purity.patch Modified:

[Nix-commits] SVN commit: nix - r29161 - nixpkgs/trunk/pkgs/desktops/kde-4.5/base-workspace

2011-09-10 Thread Yury G. Kudryashov
Author: urkud Date: Sat Sep 10 20:09:11 2011 New Revision: 29161 URL: https://ssl.nixos.org/websvn/nix/?rev=29161sc=1 Log: Disable networkmanager in kdebase-workspace-4.5.5 NM-0.8 never worked in NixOS, and KDE-4.5 doesn't support newer NM Modified:

[Nix-dev] Re: Re: [Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-08 Thread Yury G. Kudryashov
is no longer working warn me. The syntax nixpkgs.config.packageOverrides = p: { a = p.a.override { ... }; }; does not work anymore. The proposed patch is attached. -- Yury G. Kudryashov, mailto: ur...@mccme.rudiff --git a/modules/misc/nixpkgs.nix b/modules/misc/nixpkgs.nix index 78c52bc..73332bd

[Nix-commits] SVN commit: nix - r29102 - in nixpkgs/trunk/pkgs/applications/version-management/git-and-tools: . git

2011-09-07 Thread Yury G. Kudryashov
Author: urkud Date: Wed Sep 7 22:52:52 2011 New Revision: 29102 URL: https://svn.nixos.org/websvn/nix/?rev=29102sc=1 Log: git doesn't need subversion server Modified: nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/default.nix

[Nix-commits] SVN commit: nix - r29103 - nixpkgs/trunk/pkgs/desktops/kde-4.7/support/soprano

2011-09-07 Thread Yury G. Kudryashov
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ nixpkgs/trunk/pkgs/desktops/kde-4.7/support/soprano/find-virtuoso.patch Wed Sep 7 22:53:11 2011(r29103) @@ -0,0 +1,77 @@ +From: Yury G. Kudryashov urkud.ur...@gmail.com

[Nix-commits] SVN commit: nix - r29104 - nixpkgs/trunk/pkgs/desktops/kde-4.7/kdesdk

2011-09-07 Thread Yury G. Kudryashov
Author: urkud Date: Wed Sep 7 22:53:20 2011 New Revision: 29104 URL: https://svn.nixos.org/websvn/nix/?rev=29104sc=1 Log: kioslave-svn does not need subversion server Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/kdesdk/kioslave-svn.nix Modified:

[Nix-commits] SVN commit: nix - r29105 - nixpkgs/trunk/pkgs/development/libraries/ntrack

2011-09-07 Thread Yury G. Kudryashov
Author: urkud Date: Wed Sep 7 22:53:31 2011 New Revision: 29105 URL: https://svn.nixos.org/websvn/nix/?rev=29105sc=1 Log: Apply upstream patches to ntrack\n\nProbably fixes 100% CPU problem in kded module Modified: nixpkgs/trunk/pkgs/development/libraries/ntrack/default.nix Modified:

[Nix-commits] SVN commit: nix - r29107 - nixos/trunk/modules/programs/bash

2011-09-07 Thread Yury G. Kudryashov
Author: urkud Date: Wed Sep 7 23:11:04 2011 New Revision: 29107 URL: https://svn.nixos.org/websvn/nix/?rev=29107sc=1 Log: Partially revert r2903 The nepomukvirtuoso problem is solved without polutting $QT_PLUGIN_PATH and/or $LD_LIBRARY_PATH by patching soprano. Modified:

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r29102 - in nixpkgs/trunk/pkgs/applications/version-management/git-and-tools: . git

2011-09-07 Thread Yury G. Kudryashov
Eelco Dolstra wrote: On 09/08/2011 12:52 AM, Yury G. Kudryashov wrote: + svn = subversionClient.override { perlBindings = true; }; Why do we need to use a separate build of Subversion here? Doesn't this just cause all KDE users to have two (or more) copies of Subversion

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-07 Thread Yury G. Kudryashov
that packageOverrides is the only useful nixpkgs option? I use config.gems as well. Of couse, I can rewrite rubygems-nix magic to use packageOverrides but I'd prefer to have some time for this... So, _please_, notify about such incompatible changes in advance. -- Yury G. Kudryashov, mailto: ur...@mccme.ru

[Nix-dev] Re: Re: [Nix-commits] SVN commit: nix - r29102 - in nixpkgs/trunk/pkgs/applications/version-management/git-and-tools: . git

2011-09-07 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 09/08/2011 01:33 AM, Yury G. Kudryashov wrote: On 09/08/2011 12:52 AM, Yury G. Kudryashov wrote: + svn = subversionClient.override { perlBindings = true; }; Why do we need to use a separate build of Subversion here? Doesn't this just cause all KDE users

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r29103 - nixpkgs/trunk/pkgs/desktops/kde-4.7/support/soprano

2011-09-07 Thread Yury G. Kudryashov
Eelco Dolstra wrote: On 09/08/2011 12:53 AM, Yury G. Kudryashov wrote: Author: urkud Date: Wed Sep 7 22:53:11 2011 New Revision: 29103 URL: https://svn.nixos.org/websvn/nix/?rev=29103sc=1 Log: soprano: find virtuoso without LD_LIBRARY_PATH hack Heh. I actually patched Soprano

[Nix-dev] faster printHash32

2011-09-04 Thread Yury G. Kudryashov
in the input yet. I'm going to change it in a few days (have no time today). BTW, my printHash32 is 3 times faster than my parseHash32. Any ideas why? -- Yury G. Kudryashov, mailto: ur...@mccme.ruFrom: Yury G. Kudryashov urkud.ur...@gmail.com Subject: [PATCH] Optimise printHash32: use shifts instead

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r28912 - in nixpkgs/trunk/pkgs: applications/misc/get_iplayer top-level

2011-08-30 Thread Yury G. Kudryashov
Ludovic Courtès wrote: Hi Rob! + installPhase = '' +ensureDir $out/bin +cp get_iplayer $out/bin I'd prefer 'cp -v' or 'install' here. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing list nix-dev@cs.uu.nl https

[Nix-dev] Re: NixOS has a non-conforming value for _CS_PATH. Do we care?

2011-08-30 Thread Yury G. Kudryashov
/var/run/current-system/sw in many places, I do not understand why it is better than /usr. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r28909 - nixpkgs/trunk/pkgs/desktops/kde-4.7/support/soprano

2011-08-29 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 29 22:43:03 2011 New Revision: 28909 URL: https://svn.nixos.org/websvn/nix/?rev=28909sc=1 Log: Trying to fix nepomukserver startup problem Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/support/soprano/default.nix Modified:

[Nix-commits] SVN commit: nix - r28910 - in nixpkgs/trunk/pkgs: applications/office/kmymoney top-level

2011-08-29 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 29 22:43:11 2011 New Revision: 28910 URL: https://svn.nixos.org/websvn/nix/?rev=28910sc=1 Log: Add kmymoney Added: nixpkgs/trunk/pkgs/applications/office/kmymoney/ nixpkgs/trunk/pkgs/applications/office/kmymoney/default.nix

[Nix-commits] SVN commit: nix - r28911 - nixpkgs/trunk/pkgs/data/misc/shared-desktop-ontologies

2011-08-29 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 29 22:48:36 2011 New Revision: 28911 URL: https://svn.nixos.org/websvn/nix/?rev=28911sc=1 Log: SDO-0.8.0 Modified: nixpkgs/trunk/pkgs/data/misc/shared-desktop-ontologies/default.nix Modified: nixpkgs/trunk/pkgs/data/misc/shared-desktop-ontologies/default.nix

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r28796 - in nixpkgs/branches/stdenv-updates/pkgs/development/libraries: glibc-2.12 glibc-2.13

2011-08-26 Thread Yury G. Kudryashov
Ludovic Courtès wrote: Hi Yury, Yury G. Kudryashov ur...@mccme.ru skribis: Author: urkud Date: Wed Aug 24 20:22:27 2011 New Revision: 28796 URL: https://svn.nixos.org/websvn/nix/?rev=28796sc=1 Log: Apply glibc-elf-localscope patch from OpenSUSE This fixes a lot of crashes in KDE

[Nix-commits] SVN commit: nix - r28831 - in nixpkgs/trunk/pkgs: development/libraries/dbus development/libraries/strigi top-level

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 13:46:32 2011 New Revision: 28831 URL: https://svn.nixos.org/websvn/nix/?rev=28831sc=1 Log: Remove outPath from dbus This was a compatibility hack. Packages should depend on dbus.libs explicitly. Should not change any hash. Will fix NixOS dbus.nix in the next

[Nix-commits] SVN commit: nix - r28832 - nixos/trunk/modules/services/system

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 13:46:59 2011 New Revision: 28832 URL: https://svn.nixos.org/websvn/nix/?rev=28832sc=1 Log: Sync with dbus changes in nixpkgs Modified: nixos/trunk/modules/services/system/dbus.nix Modified: nixos/trunk/modules/services/system/dbus.nix

[Nix-commits] SVN commit: nix - r28833 - in nixpkgs/trunk/pkgs: applications/graphics/kipi-plugins applications/misc/bibletime applications/misc/krename applications/networking/p2p/ktorrent desktops/k

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 13:49:23 2011 New Revision: 28833 URL: https://svn.nixos.org/websvn/nix/?rev=28833sc=1 Log: Wrap kde-related packages in kdePackagesFor This lets hydra build kde packages for all available KDE releases. Will commit NixOS-fix in a few minutes. Modified:

[Nix-commits] SVN commit: nix - r28834 - nixos/trunk/modules/services/x11/desktop-managers

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 13:50:03 2011 New Revision: 28834 URL: https://svn.nixos.org/websvn/nix/?rev=28834sc=1 Log: polkit_kde_agent is now kde4.polkit_kde_agent Modified: nixos/trunk/modules/services/x11/desktop-managers/kde4.nix Modified:

[Nix-commits] SVN commit: nix - r28836 - in nixpkgs/trunk/pkgs: development/libraries/dbus development/libraries/dbus-glib os-specific/linux/upower top-level

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 14:57:48 2011 New Revision: 28836 URL: https://svn.nixos.org/websvn/nix/?rev=28836sc=1 Log: Add newer dbus and dbus-glib Old versions are kept to prevent huge rebuild Added: nixpkgs/trunk/pkgs/development/libraries/dbus-glib/0.94.nix - copied, changed

[Nix-commits] SVN commit: nix - r28837 - nixpkgs/branches/udev-173

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 15:01:05 2011 New Revision: 28837 URL: https://svn.nixos.org/websvn/nix/?rev=28837sc=1 Log: Remove udev-173 branch. It is merged in trunk Deleted: nixpkgs/branches/udev-173/ ___ nix-commits mailing list

[Nix-commits] SVN commit: nix - r28838 - nixpkgs/branches/drop-kde4.5

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 15:50:04 2011 New Revision: 28838 URL: https://svn.nixos.org/websvn/nix/?rev=28838sc=1 Log: Create branch drop-kde4.5 Added: nixpkgs/branches/drop-kde4.5/ (props changed) - copied from r28836, nixpkgs/trunk/

[Nix-commits] SVN commit: nix - r28839 - in nixpkgs/branches/drop-kde4.5/pkgs: desktops/kde-4.5 top-level

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 15:58:13 2011 New Revision: 28839 URL: https://svn.nixos.org/websvn/nix/?rev=28839sc=1 Log: Remove KDE-4.5 Forgotten to mention in the previous message: this branch is *not* meant to be merged into trunk in the nearest future. The goal is to keep track of changes

[Nix-commits] SVN commit: nix - r28840 - in nixpkgs/branches/drop-kde4.5/pkgs: applications/misc/filelight top-level

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 15:58:19 2011 New Revision: 28840 URL: https://svn.nixos.org/websvn/nix/?rev=28840sc=1 Log: Remove filelight Deleted: nixpkgs/branches/drop-kde4.5/pkgs/applications/misc/filelight/ Modified: nixpkgs/branches/drop-kde4.5/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r28841 - nixpkgs/trunk/pkgs/top-level

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 16:02:43 2011 New Revision: 28841 URL: https://svn.nixos.org/websvn/nix/?rev=28841sc=1 Log: Add note about drop-kde4.5 branch Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r28842 - nixos/trunk/modules/services/hardware

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 17:30:53 2011 New Revision: 28842 URL: https://svn.nixos.org/websvn/nix/?rev=28842sc=1 Log: Fix hal evaluation Modified: nixos/trunk/modules/services/hardware/hal.nix Modified: nixos/trunk/modules/services/hardware/hal.nix

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r28836 - in nixpkgs/trunk/pkgs: development/libraries/dbus development/libraries/dbus-glib os-specific/linux/upower top-level

2011-08-26 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 08/26/2011 04:57 PM, Yury G. Kudryashov wrote: + upower = callPackage ../os-specific/linux/upower { +dbus_glib = pkgs.dbus_glib_0_94; + }; Why does upower need a newer dbus-glib? (I do see random upower segfaults in ~/.xsession-errors, maybe that's

[Nix-dev] etc activation script pkexec

2011-08-26 Thread Yury G. Kudryashov
/nullbackend.conf.d. As a result, I had a symlink from /etc/static/polkit/nullbackend.conf.d to itself, and pkexec crashed. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r28843 - nixpkgs/trunk/pkgs/desktops/kde-4.5

2011-08-26 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 26 20:08:46 2011 New Revision: 28843 URL: https://svn.nixos.org/websvn/nix/?rev=28843sc=1 Log: Remove copies from hydra jobs Namely, kde45.kde4.kdenetwork == kde45.kdenetwork etc. Modified: nixpkgs/trunk/pkgs/desktops/kde-4.5/default.nix Modified:

[Nix-dev] Re: etc activation script pkexec

2011-08-26 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 08/26/2011 09:08 PM, Yury G. Kudryashov wrote: I've spent some time trying to investigate why pkexec started to crash. It seems that our 'etc' activation script ignored the fact that /etc/polkit-1 is a symlink to /etc/static/polkit-1, and created a symlink

[Nix-commits] SVN commit: nix - r28808 - nixos/trunk/modules/services/hardware

2011-08-25 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 25 08:06:09 2011 New Revision: 28808 URL: https://svn.nixos.org/websvn/nix/?rev=28808sc=1 Log: Allow RUN+=socket:... in udev rules Modified: nixos/trunk/modules/services/hardware/udev.nix Modified: nixos/trunk/modules/services/hardware/udev.nix

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r28801 - in nixos/trunk: . modules/services/hardware modules/services/system modules/system/boot

2011-08-25 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 08/24/2011 11:24 PM, Yury G. Kudryashov wrote: Merge with udev-173 The only conflict was the addition of two different options at the same place. This seems to break NixOS: http://hydra.nixos.org/build/1276446 http://hydra.nixos.org/build/1276684

[Nix-commits] SVN commit: nix - r28816 - nixpkgs/trunk/pkgs/desktops/kde-4.7/kde-package

2011-08-25 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 25 20:00:55 2011 New Revision: 28816 URL: https://svn.nixos.org/websvn/nix/?rev=28816sc=1 Log: Add meta to kde-4.7 'subdir' pkgs Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/kde-package/default.nix Modified:

[Nix-dev] Introducing kdePackagesFor

2011-08-25 Thread Yury G. Kudryashov
is visible to nix-env (currently it is kde-4.5). -- Yury G. Kudryashov, mailto: ur...@mccme.ruFrom: Yury G. Kudryashov urkud.ur...@gmail.com Subject: [PATCH] Wrap kde-related packages in kdePackagesFor --- .../applications/graphics/kipi-plugins/default.nix |7 +- pkgs/applications/misc/bibletime

[Nix-commits] SVN commit: nix - r28796 - in nixpkgs/branches/stdenv-updates/pkgs/development/libraries: glibc-2.12 glibc-2.13

2011-08-24 Thread Yury G. Kudryashov
Author: urkud Date: Wed Aug 24 20:22:27 2011 New Revision: 28796 URL: https://svn.nixos.org/websvn/nix/?rev=28796sc=1 Log: Apply glibc-elf-localscope patch from OpenSUSE This fixes a lot of crashes in KDE background processes Added:

[Nix-commits] SVN commit: nix - r28797 - in nixpkgs/branches/stdenv-updates/pkgs/development/libraries: glibc-2.12 glibc-2.13

2011-08-24 Thread Yury G. Kudryashov
Author: urkud Date: Wed Aug 24 20:32:46 2011 New Revision: 28797 URL: https://svn.nixos.org/websvn/nix/?rev=28797sc=1 Log: Oops, wrong local merge Added: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.13/glibc-elf-localscope.patch - copied, changed from r28796,

[Nix-commits] SVN commit: nix - r28799 - in nixpkgs/branches/stdenv-updates: . pkgs/applications/graphics/xscreensaver pkgs/applications/misc/xneur pkgs/applications/networking/browsers/icecat-4 pkgs/

2011-08-24 Thread Yury G. Kudryashov
Author: urkud Date: Wed Aug 24 21:15:58 2011 New Revision: 28799 URL: https://svn.nixos.org/websvn/nix/?rev=28799sc=1 Log: Merge with trunk (trivial svn merge URL/trunk) Modified: nixpkgs/branches/stdenv-updates/ (props changed)

[Nix-commits] SVN commit: nix - r28800 - in nixpkgs/trunk: . pkgs/applications/graphics/xscreensaver pkgs/applications/misc/xneur pkgs/applications/networking/browsers/icecat-4 pkgs/applications/netwo

2011-08-24 Thread Yury G. Kudryashov
(r28800, copy of r28799, nixpkgs/branches/udev-173/pkgs/os-specific/linux/udev/custom-rules.patch) @@ -0,0 +1,91 @@ +commit c49ec33ba0f1a7f11b188913bb4895360ced67f8 +Author: Yury G. Kudryashov urkud.ur...@gmail.com +Date: Tue Aug 16 16:28:56 2011 +0400 + +Upstream considers presence

[Nix-commits] SVN commit: nix - r28802 - in nixpkgs/branches/stdenv-updates: . pkgs/applications/graphics/xscreensaver pkgs/applications/misc/xneur pkgs/applications/networking/browsers/icecat-4 pkgs/

2011-08-24 Thread Yury G. Kudryashov
c49ec33ba0f1a7f11b188913bb4895360ced67f8 +Author: Yury G. Kudryashov urkud.ur...@gmail.com +Date: Tue Aug 16 16:28:56 2011 +0400 + +Upstream considers presence of rules_dir=... in udev.conf as a very special case. +In particular, they disable /dev/.udev/*. Re-enable it. + +diff --git a/udev/udev

[Nix-commits] SVN commit: nix - r28786 - in nixpkgs/trunk/pkgs: build-support/fetchmtn top-level

2011-08-23 Thread Yury G. Kudryashov
Author: urkud Date: Tue Aug 23 17:45:40 2011 New Revision: 28786 URL: https://svn.nixos.org/websvn/nix/?rev=28786sc=1 Log: fetchmtn: move logic to default args Modified: nixpkgs/trunk/pkgs/build-support/fetchmtn/default.nix nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

[Nix-dev] Re: What about introducing security.packages?

2011-08-21 Thread Yury G. Kudryashov
from dbus.conf? With standard_session_servicedirs/ and a proper XDG_DATA_DIRS, user will see d-bus *session* service files installed into his profile. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing list nix-dev@cs.uu.nl https

[Nix-dev] What about introducing security.packages?

2011-08-20 Thread Yury G. Kudryashov
binary to be wrapped as setuid. For each package in security.packages, we create all wrappers requested by these packages. This will solve the problem of setuid-wrappers that point to a non-existent binary in default profile. -- Yury G. Kudryashov, mailto: ur...@mccme.ru

[Nix-commits] SVN commit: nix - r28674 - in nixpkgs/trunk/pkgs: applications/graphics/kipi-plugins top-level

2011-08-19 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 19 09:27:44 2011 New Revision: 28674 URL: https://svn.nixos.org/websvn/nix/?rev=28674sc=1 Log: Upgrade kipi-plugins to 1.9.0 Deleted: nixpkgs/trunk/pkgs/applications/graphics/kipi-plugins/find-gdk.patch Modified:

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r28669 - nixpkgs/trunk/pkgs/top-level

2011-08-19 Thread Yury G. Kudryashov
Shea Levy wrote: Is there a reason to prefer pkgs. over recursive attributes in top-level? I thought there is. But I was wrong. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman

[Nix-commits] SVN commit: nix - r28693 - in nixpkgs/trunk/pkgs: desktops/kde-4.7 desktops/kde-4.7/kde-package top-level

2011-08-19 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 19 15:37:12 2011 New Revision: 28693 URL: https://svn.nixos.org/websvn/nix/?rev=28693sc=1 Log: kde-4.7: let nix-env and hydra find all modules List of changes: * All individual packages moved to the top-level kde47 namespace. * Utility functions moved back to

[Nix-commits] SVN commit: nix - r28694 - in nixpkgs/trunk/pkgs/desktops/kde-4.7: . kdebase kdebindings kdegraphics

2011-08-19 Thread Yury G. Kudryashov
Author: urkud Date: Fri Aug 19 15:42:58 2011 New Revision: 28694 URL: https://svn.nixos.org/websvn/nix/?rev=28694sc=1 Log: Pass individual packages in kde-4.7 E.g., use { ..., marble, ... } : marble instead of { ..., kdeedu, ... } : kdeedu.marble Modified:

[Nix-dev] kde-4.7, linker bug

2011-08-19 Thread Yury G. Kudryashov
Hi! There is a bug in glibc ld, see https://bugzilla.novell.com/show_bug.cgi?id=657627 It causes problems if a C++ programs loads plugin which is dynamically linked to, e.g., libldap. How can we fix it without rebuilding the whole system? -- Yury G. Kudryashov, mailto: ur...@mccme.ru

[Nix-dev] Re: kde-4.7, linker bug

2011-08-19 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 08/19/2011 05:57 PM, Yury G. Kudryashov wrote: There is a bug in glibc ld, see https://bugzilla.novell.com/show_bug.cgi?id=657627 It causes problems if a C++ programs loads plugin which is dynamically linked to, e.g., libldap. When do we actually run

[Nix-commits] SVN commit: nix - r28652 - nixpkgs/trunk/pkgs/misc/cups

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:52:22 2011 New Revision: 28652 URL: https://svn.nixos.org/websvn/nix/?rev=28652sc=1 Log: Let cups-pdf-filter use cups.src Modified: nixpkgs/trunk/pkgs/misc/cups/default.nix nixpkgs/trunk/pkgs/misc/cups/pdf-filter.nix Modified:

[Nix-commits] SVN commit: nix - r28653 - nixpkgs/trunk/pkgs/desktops/kde-4.7/kdenetwork

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:52:29 2011 New Revision: 28653 URL: https://svn.nixos.org/websvn/nix/?rev=28653sc=1 Log: Do not pass kdebase to kget as buildInput Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/kdenetwork/kget.nix Modified:

[Nix-commits] SVN commit: nix - r28654 - nixpkgs/trunk/pkgs/desktops/kde-4.7/kdebase

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:52:35 2011 New Revision: 28654 URL: https://svn.nixos.org/websvn/nix/?rev=28654sc=1 Log: kde-runtime-4.7: don't use ntrack as it causes kded4 to consume 100% CPU Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/kdebase/kde-runtime.nix Modified:

[Nix-commits] SVN commit: nix - r28655 - nixpkgs/trunk/pkgs/applications/networking/linphone

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:52:41 2011 New Revision: 28655 URL: https://svn.nixos.org/websvn/nix/?rev=28655sc=1 Log: linphone-3.4.3 Modified: nixpkgs/trunk/pkgs/applications/networking/linphone/default.nix Modified: nixpkgs/trunk/pkgs/applications/networking/linphone/default.nix

[Nix-commits] SVN commit: nix - r28656 - in nixpkgs/trunk/pkgs: tools/misc/pinentry tools/misc/polkit-gnome tools/security/pinentry tools/security/polkit-gnome tools/security/polkit-kde-agent top-leve

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:52:50 2011 New Revision: 28656 URL: https://svn.nixos.org/websvn/nix/?rev=28656sc=1 Log: Add polkit-kde-agent Move pinentry and polkit-gnome to tools/security. Added: nixpkgs/trunk/pkgs/tools/security/pinentry/

[Nix-commits] SVN commit: nix - r28657 - nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-wacom

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:52:57 2011 New Revision: 28657 URL: https://svn.nixos.org/websvn/nix/?rev=28657sc=1 Log: xf86-input-wacom-0.11.1, fix name Also remove broken 10-wacom.rules Deleted: nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-wacom/10-wacom.rules Modified:

[Nix-commits] SVN commit: nix - r28658 - nixpkgs/trunk/pkgs/os-specific/linux/udisks

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:53:07 2011 New Revision: 28658 URL: https://svn.nixos.org/websvn/nix/?rev=28658sc=1 Log: Fix udisks udev rules Added: nixpkgs/trunk/pkgs/os-specific/linux/udisks/purity.patch Modified: nixpkgs/trunk/pkgs/os-specific/linux/udisks/default.nix Modified:

[Nix-commits] SVN commit: nix - r28659 - nixpkgs/branches/udev-173

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 12:54:10 2011 New Revision: 28659 URL: https://svn.nixos.org/websvn/nix/?rev=28659sc=1 Log: Create branch udev-173 Added: nixpkgs/branches/udev-173/ (props changed) - copied from r28658, nixpkgs/trunk/ ___

[Nix-commits] SVN commit: nix - r28660 - in nixpkgs/branches/udev-173/pkgs: os-specific/linux/multipath-tools os-specific/linux/udev top-level

2011-08-18 Thread Yury G. Kudryashov
13:04:55 2011(r28660) @@ -0,0 +1,91 @@ +commit c49ec33ba0f1a7f11b188913bb4895360ced67f8 +Author: Yury G. Kudryashov urkud.ur...@gmail.com +Date: Tue Aug 16 16:28:56 2011 +0400 + +Upstream considers presence of rules_dir=... in udev.conf as a very special case. +In particular

[Nix-commits] SVN commit: nix - r28661 - nixpkgs/branches/udev-173/pkgs/os-specific/linux/lvm2

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 13:05:03 2011 New Revision: 28661 URL: https://svn.nixos.org/websvn/nix/?rev=28661sc=1 Log: lvm-2.02.87, patch udev rules Added: nixpkgs/branches/udev-173/pkgs/os-specific/linux/lvm2/purity.patch Modified:

[Nix-commits] SVN commit: nix - r28663 - nixos/branches/udev-173

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 13:05:46 2011 New Revision: 28663 URL: https://svn.nixos.org/websvn/nix/?rev=28663sc=1 Log: Create branch udev-173 Added: nixos/branches/udev-173/ (props changed) - copied from r28598, nixos/trunk/ ___

[Nix-commits] SVN commit: nix - r28664 - in nixos/branches/udev-173/modules: services/hardware services/system system/boot

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 13:14:22 2011 New Revision: 28664 URL: https://svn.nixos.org/websvn/nix/?rev=28664sc=1 Log: Adjust to the latest changes in udev. * Use $udev/lib/udev instead of $udev/libexec; * Store original locations of udev rules; * Check that all programs mentioned in

[Nix-dev] udev update

2011-08-18 Thread Yury G. Kudryashov
patch in os-specific/linux/udev) * fix paths to RUN+= and IMPORT{program} programs. I consider this a small feature branch, and I'm going to merge it in 3 days unless someone objects. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing

[Nix-dev] Re: Re: [Nix-commits] SVN commit: nix - r28597 - in nixpkgs/trunk/pkgs/desktops/kde-4.7: . accessibility artwork bindings edu files graphics kde-package kdeaccessibility kdeadmin kdeartwork

2011-08-18 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 08/15/2011 09:35 PM, Yury G. Kudryashov wrote: I see that none of the KDE 4.7 packages are visible in nix-env -qa except for one: $ nix-env -f . -qaP \* 21 | grep kde47 kde47 kdebase-4.7.0 This is intentional. Moreover, after my next commit

[Nix-commits] SVN commit: nix - r28670 - nixpkgs/branches/stdenv-updates/pkgs/development/libraries/tsocks

2011-08-18 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 18 22:46:08 2011 New Revision: 28670 URL: https://svn.nixos.org/websvn/nix/?rev=28670sc=1 Log: Remove empty directory Deleted: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/tsocks/ ___ nix-commits mailing

[Nix-dev] Re: bncf and BNCF

2011-08-17 Thread Yury G. Kudryashov
Peter Simons wrote: Hi Marco, thanks for pointing that out! I have deleted the obsolete bnfc directory moments ago. That happened, because I renamed bnfc/default.nix to BNFC/default.nix using git-svn. Git doesn't track directories on their own, it just tracks file, so the old directory was

[Nix-dev] Re: Toward a Purer stdenv

2011-08-17 Thread Yury G. Kudryashov
Marc Weber wrote: Excerpts from Shea Levy's message of Wed Aug 17 21:37:32 +0200 2011: I've been thinking about creating a nixpkgs branch to find and eliminate some of the remaining impurities in the Linux stdenv. linux stdenv ? What are you referring to exactly? Impurities: - network

[Nix-dev] Re: Toward a Purer stdenv

2011-08-17 Thread Yury G. Kudryashov
Michael Raskin wrote: We pass /dev/ inside chroot as-is. There are many readable sources of disaster there. I am not sure foozjs doesn't have a mode where it tries to detect your printer during installation. I read foo2zjs sources ;). It doesn't.

[Nix-commits] SVN commit: nix - r28589 - in nixpkgs/trunk/pkgs: development/libraries/librdf development/libraries/redland top-level

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 18:04:51 2011 New Revision: 28589 URL: https://svn.nixos.org/websvn/nix/?rev=28589sc=1 Log: redland-1.0.14, move to librdf/ * rename redland to librdf_redland * add compatibility alias * propagate some inputs Added:

[Nix-commits] SVN commit: nix - r28591 - nixpkgs/trunk/pkgs/development/libraries/grantlee

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 18:05:04 2011 New Revision: 28591 URL: https://svn.nixos.org/websvn/nix/?rev=28591sc=1 Log: grantlee-0.1.9 Modified: nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix

[Nix-commits] SVN commit: nix - r28592 - nixpkgs/trunk/pkgs/development/libraries/qhull

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 18:05:10 2011 New Revision: 28592 URL: https://svn.nixos.org/websvn/nix/?rev=28592sc=1 Log: qhull-2011.1, use cmake Modified: nixpkgs/trunk/pkgs/development/libraries/qhull/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/qhull/default.nix

[Nix-commits] SVN commit: nix - r28594 - nixpkgs/trunk/pkgs/top-level

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 18:05:24 2011 New Revision: 28594 URL: https://svn.nixos.org/websvn/nix/?rev=28594sc=1 Log: filelight moved to kdeutils in KDE 4.7 (4.6?) Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r28595 - nixpkgs/trunk/pkgs/development/libraries/openbabel

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 18:05:31 2011 New Revision: 28595 URL: https://svn.nixos.org/websvn/nix/?rev=28595sc=1 Log: openbabel-2.3.0, use cmake Modified: nixpkgs/trunk/pkgs/development/libraries/openbabel/default.nix Modified:

[Nix-commits] SVN commit: nix - r28596 - in nixpkgs/trunk/pkgs: applications/science/chemistry applications/science/chemistry/avogadro top-level

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 18:05:39 2011 New Revision: 28596 URL: https://svn.nixos.org/websvn/nix/?rev=28596sc=1 Log: Add avogadro Added: nixpkgs/trunk/pkgs/applications/science/chemistry/ nixpkgs/trunk/pkgs/applications/science/chemistry/avogadro/

[Nix-commits] SVN commit: nix - r28598 - nixos/trunk/modules/services/x11/desktop-managers

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 18:08:12 2011 New Revision: 28598 URL: https://svn.nixos.org/websvn/nix/?rev=28598sc=1 Log: Adjust nixos to latest changes in kde-4.7 in nixpkgs Modified: nixos/trunk/modules/services/x11/desktop-managers/kde4.nix Modified:

[Nix-commits] SVN commit: nix - r28600 - nixpkgs/trunk/pkgs/desktops/kde-4.7

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 19:28:12 2011 New Revision: 28600 URL: https://svn.nixos.org/websvn/nix/?rev=28600sc=1 Log: Add attribute that holds the resulting hierarchy See comment in the committed code for details Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/default.nix Modified:

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r28597 - in nixpkgs/trunk/pkgs/desktops/kde-4.7: . accessibility artwork bindings edu files graphics kde-package kdeaccessibility kdeadmin kdeartwork kdeb

2011-08-15 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 08/15/2011 08:06 PM, Yury G. Kudryashov wrote: One of these changes seems to have broken KDE 4.5: Trying to fix. It is not easy to make soprano compile against newer librdf_*. Probably I'll add old versions. http://hydra.nixos.org/build/1253523

[Nix-dev] Rev. 27611 (applyGlobalOverrides)

2011-08-15 Thread Yury G. Kudryashov
Hi! I've used applyGlobalOverrides in kde4x for the following reason. Some parts of the official KDE releases depend on external packages (e.g., libktorrent, kdevplatform). Now kde47.kdenetwork will use libktorrent built against kdelibs-4.5. We have two solutions. * applyGlobalOverrides; *

[Nix-dev] Re: Rev. 27611 (applyGlobalOverrides)

2011-08-15 Thread Yury G. Kudryashov
Eelco Dolstra wrote: Hi, On 08/15/2011 09:52 PM, Yury G. Kudryashov wrote: I've used applyGlobalOverrides in kde4x for the following reason. [snip] Some parts of the official KDE releases depend on external packages (e.g., libktorrent, kdevplatform). Now kde47.kdenetwork will use

[Nix-commits] SVN commit: nix - r28601 - nixpkgs/trunk/pkgs/desktops/kde-4.5/support/soprano

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 20:45:48 2011 New Revision: 28601 URL: https://svn.nixos.org/websvn/nix/?rev=28601sc=1 Log: Use soprano-2.7.0 in kde-4.5.5 Modified: nixpkgs/trunk/pkgs/desktops/kde-4.5/support/soprano/default.nix Modified:

[Nix-commits] SVN commit: nix - r28602 - nixpkgs/trunk/pkgs/applications/networking/browsers/rekonq

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 23:39:05 2011 New Revision: 28602 URL: https://svn.nixos.org/websvn/nix/?rev=28602sc=1 Log: rekonq-0.7.0, remove unused source.nix Deleted: nixpkgs/trunk/pkgs/applications/networking/browsers/rekonq/source.nix Modified:

[Nix-commits] SVN commit: nix - r28603 - nixpkgs/trunk/pkgs/applications/science/chemistry/avogadro

2011-08-15 Thread Yury G. Kudryashov
Author: urkud Date: Mon Aug 15 23:39:11 2011 New Revision: 28603 URL: https://svn.nixos.org/websvn/nix/?rev=28603sc=1 Log: Fix typo in URL Modified: nixpkgs/trunk/pkgs/applications/science/chemistry/avogadro/default.nix Modified:

[Nix-commits] SVN commit: nix - r28482 - in nixpkgs/trunk/pkgs: development/libraries/qwt top-level

2011-08-11 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 11 09:35:10 2011 New Revision: 28482 URL: https://svn.nixos.org/websvn/nix/?rev=28482sc=1 Log: Add qwt-5.2.1 Added: nixpkgs/trunk/pkgs/development/libraries/qwt/ nixpkgs/trunk/pkgs/development/libraries/qwt/default.nix

[Nix-commits] SVN commit: nix - r28483 - in nixpkgs/trunk/pkgs: applications/misc/qgis top-level

2011-08-11 Thread Yury G. Kudryashov
Author: urkud Date: Thu Aug 11 09:35:17 2011 New Revision: 28483 URL: https://svn.nixos.org/websvn/nix/?rev=28483sc=1 Log: qgis-1.6.0, compiles Don't know whether it works: it fails to start on my computer because it loads KDE gui_platform plugin from incompatible Qt version. Added:

[Nix-commits] SVN commit: nix - r28455 - nixpkgs/trunk/pkgs/servers/sql/virtuoso

2011-08-10 Thread Yury G. Kudryashov
Author: urkud Date: Wed Aug 10 09:43:20 2011 New Revision: 28455 URL: https://svn.nixos.org/websvn/nix/?rev=28455sc=1 Log: virtuoso-6.1.3 Modified: nixpkgs/trunk/pkgs/servers/sql/virtuoso/default.nix Modified: nixpkgs/trunk/pkgs/servers/sql/virtuoso/default.nix

[Nix-commits] SVN commit: nix - r28456 - in nixpkgs/trunk/pkgs: development/tools/parsing/peg top-level

2011-08-10 Thread Yury G. Kudryashov
Author: urkud Date: Wed Aug 10 09:54:22 2011 New Revision: 28456 URL: https://svn.nixos.org/websvn/nix/?rev=28456sc=1 Log: Add peg, http://piumarta.com/software/peg/ Added: nixpkgs/trunk/pkgs/development/tools/parsing/peg/ nixpkgs/trunk/pkgs/development/tools/parsing/peg/default.nix

[Nix-commits] SVN commit: nix - r28467 - nixpkgs/trunk/pkgs/servers/samba

2011-08-10 Thread Yury G. Kudryashov
Author: urkud Date: Wed Aug 10 20:19:36 2011 New Revision: 28467 URL: https://svn.nixos.org/websvn/nix/?rev=28467sc=1 Log: samba-3.6.0 Modified: nixpkgs/trunk/pkgs/servers/samba/default.nix Modified: nixpkgs/trunk/pkgs/servers/samba/default.nix

[Nix-commits] SVN commit: nix - r28468 - nixpkgs/trunk/pkgs/os-specific/linux/libnl

2011-08-10 Thread Yury G. Kudryashov
Author: urkud Date: Wed Aug 10 20:19:43 2011 New Revision: 28468 URL: https://svn.nixos.org/websvn/nix/?rev=28468sc=1 Log: libnl2: remove postConfigure Modified: nixpkgs/trunk/pkgs/os-specific/linux/libnl/v2.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/libnl/v2.nix

  1   2   3   4   5   6   7   >