[Nix-dev] dlopen in NixOS

2011-12-18 Thread Yury G. Kudryashov
Hi! Today I realized that Qt looks for many libraries using dlopen(). The list of libraries Qt tries to dlopen() include: * libXfixes * libcups * libGL * libgdk-x11-2.0 (QtWebKit for flash plugin) * libgtk-x11-2.0 (QtWebKit for flash plugin) * Various gnome/gtk libraries if compiled with GTK+ sty

Re: [Nix-dev] dlopen in NixOS

2011-12-18 Thread Lluís Batlle i Rossell
On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: > Hi! > > Today I realized that Qt looks for many libraries using dlopen(). The list > of libraries Qt tries to dlopen() include: > * libXfixes > * libcups > * libGL > * libgdk-x11-2.0 (QtWebKit for flash plugin) > * libgtk-x11-

Re: [Nix-dev] dlopen in NixOS

2011-12-18 Thread Yury G. Kudryashov
Lluís Batlle i Rossell wrote: > On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: >> Hi! >> >> Today I realized that Qt looks for many libraries using dlopen(). The >> list of libraries Qt tries to dlopen() include: > It did the same with openssl. I remember having committed so

Re: [Nix-dev] dlopen in NixOS

2011-12-18 Thread Lluís Batlle i Rossell
On Sun, Dec 18, 2011 at 01:28:34PM +0400, Yury G. Kudryashov wrote: > Lluís Batlle i Rossell wrote: > > > On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: > >> Hi! > >> > >> Today I realized that Qt looks for many libraries using dlopen(). The > >> list of libraries Qt tries

[Nix-commits] SVN commit: nix - r30951 - in nixpkgs/trunk/pkgs: development/libraries/haskell/HTTP development/libraries/haskell/haskell-platform development/libraries/haskell/network development/libr

2011-12-18 Thread Andres Loeh
Author: andres Date: Sun Dec 18 10:22:48 2011 New Revision: 30951 URL: https://nixos.org/websvn/nix/?rev=30951&sc=1 Log: Added Haskell Platform 2011.4.0.0. Added: nixpkgs/trunk/pkgs/development/libraries/haskell/HTTP/4000.1.2.nix nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-pla

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

2011-12-18 Thread Andres Loeh
Author: andres Date: Sun Dec 18 11:26:46 2011 New Revision: 30952 URL: https://nixos.org/websvn/nix/?rev=30952&sc=1 Log: Trying to fix the build of darcs for ghc-7.0.4. Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

[Nix-commits] SVN commit: nix - r30953 - nixpkgs/trunk/pkgs/applications/science/electronics/kicad

2011-12-18 Thread Lluís Batlle
Author: viric Date: Sun Dec 18 14:49:39 2011 New Revision: 30953 URL: https://nixos.org/websvn/nix/?rev=30953&sc=1 Log: Updating kicad. Modified: nixpkgs/trunk/pkgs/applications/science/electronics/kicad/default.nix Modified: nixpkgs/trunk/pkgs/applications/science/electronics/kicad/default.n

[Nix-dev] [***SPAM***] Re: garbage collecting source (was: btrfs-progs (was:contributing to nixpkgs/nixos))

2011-12-18 Thread Michael Raskin
>> It is one (documented) option of Nix + realising all dependencies of the >> system derivation > >How do I force nixos-rebuild to realize all dependencies? nix-store -r $(nix-store -q --deriver $(nix-instanctiate /etc/nixos/nixos -A system)) should work _

[Nix-dev] [REQUEST] Package for newly open sourced linux game, Beret

2011-12-18 Thread Mizery De Aria
I would like to help spread availability of a linux game that has been recently open sourced by encouraging it to be included in package repositories. I don't use Red Hat and am not familiar with RPM and would like to request if anyone else is available to prepare a package for the game. See http

Re: [Nix-dev] [REQUEST] Package for newly open sourced linux game, Beret

2011-12-18 Thread Shea Levy
Hello On 12/18/11 4:07 PM, Mizery De Aria wrote: I would like to help spread availability of a linux game that has been recently open sourced by encouraging it to be included in package repositories. I don't use Red Hat and am not familiar with RPM I assume you meant you don't use NixOS and

[Nix-commits] SVN commit: nix - r30954 - in nixpkgs/trunk/pkgs: games/beret top-level

2011-12-18 Thread Shea Levy
Author: shlevy Date: Mon Dec 19 02:13:38 2011 New Revision: 30954 URL: https://nixos.org/websvn/nix/?rev=30954&sc=1 Log: Add beret game Added: nixpkgs/trunk/pkgs/games/beret/ nixpkgs/trunk/pkgs/games/beret/default.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Added: nixpkg

Re: [Nix-dev] [REQUEST] Package for newly open sourced linux game, Beret

2011-12-18 Thread Shea Levy
I've packaged beret, revision ae029777be336eea5b6807f1d3e36b9fc48a77c7. See https://nixos.org/websvn/nix?op=comp&compare[]=%2F@30953&compare[]=%2F@30954 if you're curious about the details. Cheers, Shea On 12/18/11 7:36 PM, Shea Levy wrote: > Hello > > On 12/18/11 4:07 PM, Mizery De Aria wrote