[Nix-commits] Success: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2017-06-20 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/54694909 This may be due to 12 commits by Daiderd Jordan , Eric Bailey , Franz Pletz

Re: [Nix-dev] printing on nix

2017-06-20 Thread Nawal Husnoo
Thanks for the suggestion! I'm now trying to get it to build as a proper package so that cups can access it... On 20 June 2017 at 08:09, Kirill Elagin wrote: > I’m not quite sure, but I always thought CUPS was searching for the filter > in the PATH: > >

[Nix-dev] symlink permission denied in builder.sh

2017-06-20 Thread Nawal Husnoo
Hi I have the following default.nix and builder.sh, copied from the acroread example and adapted. They are called from config.nix. I'm getting permission denied when I try to create a symbolic link. Any ideas? thanks Nawal Error: [nawal@heisenbug:~/data/nixos/user/pkgs/canon]$ nix-env -i

[Nix-commits] [NixOS/nixpkgs] 650f64: fix eval

2017-06-20 Thread Domen Kožar
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 650f64c7790c3fecbc855eb4caf62d63d35e312e https://github.com/NixOS/nixpkgs/commit/650f64c7790c3fecbc855eb4caf62d63d35e312e Author: Domen Kožar Date: 2017-06-20 (Tue, 20 Jun 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 53c5b9: vulnix: fix eval

2017-06-20 Thread Domen Kožar
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 53c5b9163eb3ed54ce633ae09b9a63f235f0493f https://github.com/NixOS/nixpkgs/commit/53c5b9163eb3ed54ce633ae09b9a63f235f0493f Author: Domen Kožar Date: 2017-06-20 (Tue, 20 Jun 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 908157: prometheus-blackbox-exporter: 0.4.0 -> 0.5.0

2017-06-20 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 908157c6c5517b6404c7ab13b9953a02f0f76229 https://github.com/NixOS/nixpkgs/commit/908157c6c5517b6404c7ab13b9953a02f0f76229 Author: Robin Gloster Date: 2017-06-20 (Tue, 20 Jun 2017)

[Nix-commits] [NixOS/nix] c7346a: Restore thunks on any exception

2017-06-20 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: c7346a275c4cdcb59b3961241ddc52b79452d716 https://github.com/NixOS/nix/commit/c7346a275c4cdcb59b3961241ddc52b79452d716 Author: Eelco Dolstra Date: 2017-06-20 (Tue, 20 Jun 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 8ae8e5: Revert "fix eval"

2017-06-20 Thread Domen Kožar
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 8ae8e51dc3652e01926ae99fd93f8f273797ed73 https://github.com/NixOS/nixpkgs/commit/8ae8e51dc3652e01926ae99fd93f8f273797ed73 Author: Domen Kožar Date: 2017-06-20 (Tue, 20 Jun 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 1ab7ac: aws-sdk-cpp: 1.0.60 -> 1.0.127

2017-06-20 Thread Eelco Dolstra
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 1ab7ac7368209e2b1c9a901caf0699660e085b6d https://github.com/NixOS/nixpkgs/commit/1ab7ac7368209e2b1c9a901caf0699660e085b6d Author: Eelco Dolstra Date: 2017-06-20 (Tue, 20 Jun

Re: [Nix-dev] symlink permission denied in builder.sh

2017-06-20 Thread Kirill Elagin
You do `chmod 777` on a bunch of files, but not on `$out/lib`, but it’s the creation of a link in `$out/lib` that fails, and according to your output of `ls` the `lib` directory does not have the `w` permission indeed, which is required to create a link in it. I am not sure how this works

[Nix-commits] [NixOS/nixpkgs] b6bacc: llvmPackage_{3.4, 3.5, 3.7, 3.8, 3.9}: fix output of l...

2017-06-20 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b6bacc4bb2e9cc1e8ee7c810e697e93439b83529 https://github.com/NixOS/nixpkgs/commit/b6bacc4bb2e9cc1e8ee7c810e697e93439b83529 Author: Jörg Thalheim Date: 2017-06-20 (Tue, 20 Jun 2017)

Re: [Nix-dev] printing on nix

2017-06-20 Thread Kirill Elagin
I’m not quite sure, but I always thought CUPS was searching for the filter in the PATH: https://github.com/NixOS/nixpkgs/blob/50fadc8b18fb3da6bda2f3710009a15f6ac45567/nixos/modules/services/printing/cupsd.nix#L79 I don’t think the NixOS module has a simple way to adjust PATH, but you could try

[Nix-commits] [NixOS/nixops] 94450e: Undo accidentally commited changes.

2017-06-20 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/nixops Commit: 94450e2466086ed4c5e85bf7d77e27b73c2e4fb7 https://github.com/NixOS/nixops/commit/94450e2466086ed4c5e85bf7d77e27b73c2e4fb7 Author: Rob Vermaas Date: 2017-06-20 (Tue, 20 Jun 2017)

[Nix-commits] [NixOS/nixpkgs] 47f7aa: sudo: 1.8.20p1 -> 1.8.20p2

2017-06-20 Thread Franz Pletz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 47f7aa96b0dc3756ed324790c71187ce865ff2a0 https://github.com/NixOS/nixpkgs/commit/47f7aa96b0dc3756ed324790c71187ce865ff2a0 Author: Franz Pletz Date: 2017-06-20 (Tue, 20 Jun 2017)

[Nix-commits] [NixOS/nixops] 0fec83: use group id in case the security group is in vpc

2017-06-20 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/nixops Commit: 0fec83d0c7fc6fdc3b676ea3034afab673e95d21 https://github.com/NixOS/nixops/commit/0fec83d0c7fc6fdc3b676ea3034afab673e95d21 Author: Amine Chikhaoui Date: 2017-05-19 (Fri, 19 May 2017)

[Nix-commits] [NixOS/nixpkgs] c02e26: wallabag: 2.2.2 -> 2.2.3

2017-06-20 Thread Pascal Wittmann
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c02e26f8a0de163de12c03fea88becdcfdb681e0 https://github.com/NixOS/nixpkgs/commit/c02e26f8a0de163de12c03fea88becdcfdb681e0 Author: schneefux Date: 2017-06-20 (Tue, 20 Jun

[Nix-commits] [NixOS/nixpkgs] 065bb6: moreutils: fix darwin build

2017-06-20 Thread Pascal Wittmann
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 065bb61330ba73025980e724242f8b5af13310bf https://github.com/NixOS/nixpkgs/commit/065bb61330ba73025980e724242f8b5af13310bf Author: Pascal Wittmann Date: 2017-06-20 (Tue, 20 Jun

[Nix-commits] [NixOS/nixpkgs] 6fd606: awscli: 1.11.95 -> 1.11.105

2017-06-20 Thread Isaac Shapira
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6fd606bdf3a1718577b37d08c39b7c90b7dbbfb3 https://github.com/NixOS/nixpkgs/commit/6fd606bdf3a1718577b37d08c39b7c90b7dbbfb3 Author: Isaac Shapira Date: 2017-06-20 (Tue, 20 Jun 2017)

[Nix-commits] [NixOS/nixpkgs] a54f6c: moreutils: fix darwin build

2017-06-20 Thread Pascal Wittmann
Branch: refs/heads/moreutils-darwin-fix Home: https://github.com/NixOS/nixpkgs Commit: a54f6c353c3248a97bf21f17fd3211e767e6eca1 https://github.com/NixOS/nixpkgs/commit/a54f6c353c3248a97bf21f17fd3211e767e6eca1 Author: Pascal Wittmann Date: 2017-06-20

[Nix-commits] [NixOS/nixpkgs] a21ddf: pythonPackages.bcdoc: Disable tests

2017-06-20 Thread Shea Levy
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a21ddfb1586c38cc37fccaab27af34598115 https://github.com/NixOS/nixpkgs/commit/a21ddfb1586c38cc37fccaab27af34598115 Author: Shea Levy Date: 2017-06-20 (Tue, 20 Jun 2017)

[Nix-commits] [NixOS/nixpkgs]

2017-06-20 Thread pSub
Branch: refs/heads/moreutils-darwin-fix Home: https://github.com/NixOS/nixpkgs ___ nix-commits mailing list nix-comm...@lists.science.uu.nl https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Re: [Nix-dev] /usr/bin/gs and /usr/bin/cifmp250

2017-06-20 Thread Kirill Elagin
Well, the log you posted is pretty clear on that: `pstocanonij` is calling it. Googling `pstocanonij` gives me this: https://github.com/endlessm/cnijfilter-common/blob/master/pstocanonij/filter/pstocanonij.c#L45-L52 and sure enough

[Nix-commits] [NixOS/nixpkgs] d04286: quiterss: 0.18.5 -> 0.18.6

2017-06-20 Thread Michael Weiss
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d04286be345c653a5b0f5ba377cabef76dec2afd https://github.com/NixOS/nixpkgs/commit/d04286be345c653a5b0f5ba377cabef76dec2afd Author: Michael Weiss Date: 2017-06-20 (Tue, 20 Jun 2017)

[Nix-dev] /usr/bin/gs and /usr/bin/cifmp250

2017-06-20 Thread Nawal Husnoo
Ah the lesson is I need to wake up fully before coding! Thank you! Still stuck - so close and yet so far! Error: == Jun 20 20:17:17 heisenbug cupsd[21991]: pstocanonij: /usr/bin/gs -r600 -g4958x7016 -q -dNOPROMPT -dSAFER -sDEVICE=ppmraw -sOutputFile=- -| /usr/bin/cifmp250 --imageres 600

[Nix-commits] [NixOS/nixpkgs] 8fe525: mtr: do not do 'setcap' on installPhase, it would ...

2017-06-20 Thread Volth
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8fe525b6c77ca5fdd2d1922d2e863fbb9198781c https://github.com/NixOS/nixpkgs/commit/8fe525b6c77ca5fdd2d1922d2e863fbb9198781c Author: Volth Date: 2017-06-20 (Tue, 20 Jun 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 14a320: moreutils: fix build on darwin

2017-06-20 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 14a320ace869a5f1eba3b2e26441e8b62802267e https://github.com/NixOS/nixpkgs/commit/14a320ace869a5f1eba3b2e26441e8b62802267e Author: Domen Kožar Date: 2017-06-20 (Tue, 20 Jun 2017) Changed

[Nix-dev] Backport nodejs-8_x to 17.03

2017-06-20 Thread Wout Mertens
I'd like to have Node 8 in 17.03, is there any reason why we shouldn't do that? It would be a non-default attribute, like in master, so the only impact would be on Hydra I suppose. ___ nix-dev mailing list nix-dev@lists.science.uu.nl