Re: [Nix-dev] Gutenprint cups drivers

2014-02-01 Thread Marc Weber
I forgot to say that the only reason why you may need my patch (newer cupsd) is that the old cups version stopped printing at 30% of a page randomly - the rest of the page was blank. ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.scienc

Re: [Nix-dev] Gutenprint cups drivers

2014-02-01 Thread Marc Weber
For whatever reason it happened that I symlinked gutenprintCVS ppds but was using gutenprint filters .. Patch updated: https://github.com/NixOS/nixpkgs/pull/1120/ This should be pretty much all you need printing = { enable = true; gutenprintPackage = config.services.printing.cupsPackag

Re: [Nix-dev] Gutenprint cups drivers

2014-02-01 Thread Marc Weber
Excerpts from coroa's message of Sat Feb 01 22:37:10 +0100 2014: > there are the packages gutenprint and gutenprintBin. Bin in the past contained more recent drivers. My branches (github.com/MarcWeber) know how to compile gutenprint from source. However to use eg canon pixma you also need current

[Nix-dev] Gutenprint cups drivers

2014-02-01 Thread Jonas Hörsch
hello everyone, can anybody explain to me or give me some hints on how to use any gutenprint print drivers? there are the packages gutenprint and gutenprintBin. both are happy being added to services.printing.drivers. none of them seems to add anything to the share/cups/model directory of cups-pr

Re: [Nix-dev] pthread

2014-02-01 Thread Ricardo M. Correia
One thing you can do to investigate configure failures is to inspect the "config.log" file to find out exactly which command failed and how. To inspect the "config.log" file, however, you need to need to keep the results of a failed build. You can do that by passing the "--keep-failed" flag to nix