[Nix-commits] [NixOS/nixpkgs] 4449ec: root: 6.04.16 -> 6.04.18 (#17265)

2016-07-29 Thread Dmitry Kalinkin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4449ecb617a5d0bdc59898ccc7d246abbd10c359 https://github.com/NixOS/nixpkgs/commit/4449ecb617a5d0bdc59898ccc7d246abbd10c359 Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2016-07-30 (Sat,

[Nix-commits] [NixOS/nix] 2a788b: documentation: mention required openssl dependency...

2016-07-20 Thread Dmitry Kalinkin
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 2a788bf9e7bc1ff4b464e9266bd490b61d9aa9e9 https://github.com/NixOS/nix/commit/2a788bf9e7bc1ff4b464e9266bd490b61d9aa9e9 Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2016-07-20 (Wed, 20 Ju

[Nix-commits] [NixOS/nixpkgs] e7afac: ffmpeg3: fix darwin build (#18350)

2016-09-06 Thread Dmitry Kalinkin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e7afac83c95c7ac03a1d82c5bdd94feebb44aec8 https://github.com/NixOS/nixpkgs/commit/e7afac83c95c7ac03a1d82c5bdd94feebb44aec8 Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2016-09-06 (Tue,

[Nix-commits] [NixOS/nixpkgs] 45b2a6: dejavu-fonts: enable on OSX

2016-10-06 Thread Dmitry Kalinkin
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 45b2a6d88299bb5671e36a4239ec0097bc149fb3 https://github.com/NixOS/nixpkgs/commit/45b2a6d88299bb5671e36a4239ec0097bc149fb3 Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2016-10-0

[Nix-commits] [NixOS/nixpkgs] 5d78c8: numpy: enable numpy.distutils patch only if it's a...

2016-10-27 Thread Dmitry Kalinkin
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: 5d78c87a25fa430a2e39e7ba6d600f2edcf51c1f https://github.com/NixOS/nixpkgs/commit/5d78c87a25fa430a2e39e7ba6d600f2edcf51c1f Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2016-10-27 (T

Re: [Nix-dev] Python: getting rid of PYTHONPATH in Nixpkgs

2016-11-01 Thread Dmitry Kalinkin
> On 01 Nov 2016, at 06:22, Freddy Rietdijk wrote: > > Hi, > > Currently we use PYTHONPATH a lot in Nixpkgs to let applications and the > interpreter find Python modules. This typically works fine, but there are > problems with this method and so I would like to get

Re: [Nix-dev] Python: getting rid of PYTHONPATH in Nixpkgs

2016-11-02 Thread Dmitry Kalinkin
; override the incompatible version, since, as you said, order matters? > > Example with discussion: https://github.com/NixOS/nixpkgs/pull/17749 > > > On Tue, Nov 1, 2016 at 4:12 PM, Dmitry Kalinkin <dmitry.kalin...@gmail.com> > wrote: > > > On 01 Nov 2016, at 06:

Re: [Nix-dev] Custom libc

2016-10-12 Thread Dmitry Kalinkin
packageOverrides don’t override anything within stdenv > On 12 Oct 2016, at 18:28, Tomasz Czyż wrote: > > Nikita, how do you override the attributes? > > Did you try packageOverrides like in example below? > > { > packageOverrides = pkgs: rec { ># Make

[Nix-commits] [NixOS/nix] 5bf968: override rx directory permissions in deletePath()

2016-12-19 Thread Dmitry Kalinkin
Branch: refs/heads/1.11-maintenance Home: https://github.com/NixOS/nix Commit: 5bf9689e0c9bd294af107039fc88ddb003e7328e https://github.com/NixOS/nix/commit/5bf9689e0c9bd294af107039fc88ddb003e7328e Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2016-12-19 (M

[Nix-commits] [NixOS/nixpkgs] 8c6e91: citrix-receiver: fix wrapper, direct dl url, $PWD ...

2017-03-26 Thread Dmitry Kalinkin
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 8c6e9177a468618a63836f1e28576e682f93f216 https://github.com/NixOS/nixpkgs/commit/8c6e9177a468618a63836f1e28576e682f93f216 Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2017-03-2

[Nix-commits] [NixOS/nixpkgs] 703532: citrix-receiver: fix wrapper, direct dl url, $PWD ...

2017-03-26 Thread Dmitry Kalinkin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7035325c6243f5630fb8ca823f861057b2ee40d1 https://github.com/NixOS/nixpkgs/commit/7035325c6243f5630fb8ca823f861057b2ee40d1 Author: Dmitry Kalinkin <dmitry.kalin...@gmail.com> Date: 2017-03-26 (Sun,

Re: [Nix-dev] How do you work on big packages?

2017-03-24 Thread Dmitry Kalinkin
On Tue, Mar 21, 2017 at 10:01 AM, Kosyrev Serge <skosy...@ptsecurity.com> wrote: > > Dmitry Kalinkin writes: >> On 17 Mar 2017, at 17:44, Vladimír Čunát <vcu...@gmail.com> wrote: >> >> I do believe the intention was for "SW distribution" et

Re: [Nix-dev] git in nix is broken...

2017-07-10 Thread Dmitry Kalinkin via nix-dev
Same can be achieved with makeWrapper (http://nixos.org/nixpkgs/manual/#ssec-stdenv-functions) Also, there is propagatedBuildInputs, but it is limited to Nix build environment. On Mon, Jul 10, 2017 at 2:36 PM, Alexander Schmolck via nix-dev wrote: > Yes, git