Re: [Nix-dev] break purity

2016-04-24 Thread stewart mackenzie
Hi Oliver, Here is a minimal example stripped of all the other crap: https://github.com/fractalide/recompilation Cheers! /sjm ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Separate repository for autogenerated lists of urls and hashes

2016-04-24 Thread Freddy Rietdijk
Autogenerating packages is one step further. But it would be nice if there was one source where you could get more of such data from. Maybe https://libraries.io/ some day? To come back to the main topic, autogenerated lists in Nixpkgs. I could imagine it would be nice if we would have also, next

Re: [Nix-dev] break purity

2016-04-24 Thread Oliver Charles
I'm afraid I don't really know what I'm looking at. Can you provide a smaller self-contained example that I can look at? On Sat, Apr 23, 2016 at 8:48 PM stewart mackenzie wrote: > Okay, I'm having a few problems implementing this, if you wouldn't > mind taking a look at this

Re: [Nix-dev] fix build for some kde-5 components

2016-04-24 Thread Karn Kallio
On Sun, 24 Apr 2016 11:10:07 +0100 Tomasz Czyż wrote: > Karn: why not just PR on github? > github is not interesting. ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] fix build for some kde-5 components

2016-04-24 Thread Thomas Tuegel
Karn, Which version of Phonon is putting the includes in "$out/include/phonon"? That's definitely a bug. On Sat, Apr 23, 2016 at 9:14 PM, Karn Kallio wrote: > > Several phonon include paths reference the nonexistent include > directory "Phonon" which breaks the kde5

Re: [Nix-dev] haskell structure for all of nixpkgs

2016-04-24 Thread Tomasz Czyż
Hey Stewart, do you have any description of what you are exactly talking about? Personally I'm not following all the changes in packaging. If you could describe the key differences or just put some github links to show them that would be great. 2016-04-23 20:06 GMT+01:00 stewart mackenzie

Re: [Nix-dev] fix build for some kde-5 components

2016-04-24 Thread Tomasz Czyż
Karn: why not just PR on github? 2016-04-24 3:14 GMT+01:00 Karn Kallio : > > Several phonon include paths reference the nonexistent include > directory "Phonon" which breaks the kde5 build. The attached patch > fixes these replacing them with the correct "phonon"

Re: [Nix-dev] Separate repository for autogenerated lists of urls and hashes

2016-04-24 Thread Marc Weber
I personally think that "autogenerating" packages is the next huge step to be taken. This requires a database and dependency information for all information. Then all distros can benefit, not just nixos.org Marc Weber ___ nix-dev mailing list

[Nix-dev] Separate repository for autogenerated lists of urls and hashes

2016-04-24 Thread Freddy Rietdijk
Hi, Autogenerating lists with urls and hashes has been discussed before [1,2,3], but I like to bring it up again as I'm working on autogenerating a list with urls and hashes for Python's PyPI packages along with other meta data [4]. At this point I chose to only retrieve data for specific