Re: [Nix-dev] how to write nix expressions for packages that have plugins

2014-10-16 Thread Corey O'Connor
the directory layout the application expects with all the plugins linked into the right folder. This package is then added to the environment of the user. Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Thu, Oct 16, 2014 at 8:17 AM, cdep.illab...@gmail.com cdep.illab

Re: [Nix-dev] Using selenium-server-standalone

2014-10-07 Thread Corey O'Connor
://github.com/coreyoconnor/nix_configs/blob/master/jenkins-node.nix#L43 There are some other attributes in that module that are not specific to running selenium server. Let me know if you have further questions. Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Tue, Oct 7

Re: [Nix-dev] Channel update knocks my box offline

2014-09-23 Thread Corey O'Connor
The closest I've seen to rollback killing the X session is caused by logind failing to start. In which case I delete everything under /tmp and reboot. IIRC logind complains about connecting to a socket. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Tue, Sep 23, 2014 at 3:09 PM

Re: [Nix-dev] GHC 7.8.2-binary.nix to bootstrap GHC HEAD

2014-05-18 Thread Corey O'Connor
/master/pkgs/top-level/haskell-defaults.nix#L180 This was sufficient to build a ghc claiming to be a 7.8.3 release and use this system-wide. (Though it's obviously not the actual 7.8.3 release!) Not the best solution, but was easy enough and sufficient. Cheers, Corey -Corey O'Connor coreyocon

Re: [Nix-dev] bumblebee and 32bit OpenGL on 64bit

2014-05-03 Thread Corey O'Connor
am going to try using primus. Which uses a slightly different method for overriding OpenGL. Hopefully this will work with wine. If not, well, then at least we'll have primus as an option for non wine programs. Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Thu

Re: [Nix-dev] bumblebee and 32bit OpenGL on 64bit

2014-05-03 Thread Corey O'Connor
://github.com/coreyoconnor/nixpkgs/commit/c5e090b1d38cfd4147e9f53a6bec8e375d997707 * https://github.com/coreyoconnor/nixpkgs/commit/50115e238d8951dcea3a69c7c2c1a49a18f260ed Will open pull request once a few things are cleaned up. Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http

Re: [Nix-dev] unable to expose libraries internal to GHC?

2014-04-16 Thread Corey O'Connor
before production approval, but good so far! Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Tue, Apr 15, 2014 at 11:15 PM, Raahul Kumar raahul.ku...@gmail.comwrote: Corey, would you mind posting your working vesion? If you can actually build GHC 7.8, I would be very

Re: [Nix-dev] unable to expose libraries internal to GHC?

2014-04-15 Thread Corey O'Connor
, no such luck. Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Mon, Apr 14, 2014 at 5:25 AM, Peter Simons sim...@cryp.to wrote: Hi Corey GHC 7.8.x installs a copy of xhtml, but it doesn't make that library visible to users. This choice causes us serious trouble that we

Re: [Nix-dev] fetchgit with ssh

2014-01-13 Thread Corey O'Connor
implemented. Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Mon, Jan 13, 2014 at 7:22 AM, Sönke Hahn soenkeh...@gmail.com wrote: Yes, that helps, thanks! It's actually not github, we are using bitbucket for internal repos, but bitbucket seems to have similar

Re: [Nix-dev] override ghc-paths to point to wrapped ghc?

2013-11-05 Thread Corey O'Connor
package DB then everything worked as expected. Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Mon, Nov 4, 2013 at 1:11 PM, Corey O'Connor coreyocon...@gmail.comwrote: ah ha! No I didn't. Thanks for the info :-) Cheers, Corey -Corey O'Connor coreyocon

Re: [Nix-dev] override ghc-paths to point to wrapped ghc?

2013-11-04 Thread Corey O'Connor
ah ha! No I didn't. Thanks for the info :-) Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Mon, Nov 4, 2013 at 11:09 AM, Peter Simons sim...@cryp.to wrote: Hi Corey, you realize that ghc-paths is patched in Nix, right? https://github.com/NixOS/nixpkgs

[Nix-dev] override ghc-paths to point to wrapped ghc?

2013-11-03 Thread Corey O'Connor
should not or cannot be overided? Seems like: So long as the override is first in the search path then everything will work out as expected. Is this wrong? Cheers, Corey Cheers, Corey -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ ___ nix-dev

Re: [Nix-dev] Nix 1.5.3 released

2013-06-19 Thread Corey O'Connor
On Tue, Jun 18, 2013 at 11:34 PM, Vladimír Čunát vcu...@gmail.com wrote: I don't know why this happens, the new cache on Amazon has worked very well for me so far (although I haven't used it so much yet). Note that the bump to 1.5.3 is NOT in binary cache yet (in the statically served one).

Re: [Nix-dev] Systemd branch merged

2013-02-03 Thread Corey O'Connor
Excellent stuff! I experienced no issues. I think, though I haven't actually measured it, the time to boot to X login is shorter. Cheers, -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Tue, Jan 22, 2013 at 10:19 PM, Florian Friesdorf f...@chaoflow.netwrote: Peter Simons sim

[Nix-dev] Help debugging a NPE in jenkins test in X11FontManager

2012-08-31 Thread Corey O'Connor
/coreyoconnor/nixpkgs/tree/d8f154f493c83b56feab34d14e724a197c285ce5/pkgs/development/tools/continuous-integration/jenkins -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ Full stack trace: java.lang.NullPointerException at sun.awt.X11FontManager.getDefaultPlatformFont(X11FontManager.java

Re: [Nix-dev] Cannot create an activity in KDE 4.8?

2012-08-07 Thread Corey O'Connor
I was missing pkgs.kde4.kactivities. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Sun, Aug 5, 2012 at 12:39 PM, Corey O'Connor coreyocon...@gmail.com wrote: Hi, I upgraded from KDE 4.7 to 4.8 recently. Since then I have been unable to create Activities. For instance

[Nix-dev] RFC: Adding IntelliJ IDEA community edition

2012-08-05 Thread Corey O'Connor
Hi All, The commit in question is here: https://github.com/coreyoconnor/nixpkgs/commit/f8a2ac5544624ab88e6743717979792f08468a06 Current issues: * Only patches the fsnotifier binary for the current platform. * The icon for the desktop item shows up as missing. * Perhaps should be a chain of

Re: [Nix-dev] Review Request: Adds memcached server to nixpkgs

2012-03-28 Thread Corey O'Connor
I do not have access to commit. Can somebody commit this for me. Oddly, I can also no longer add comments to the review. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Mon, Mar 26, 2012 at 6:07 AM, Shea Levy s...@shealevy.com wrote: This is an automatically generated e

Re: [Nix-dev] Review Request: Adds memcached server to nixpkgs

2012-03-25 Thread Corey O'Connor
. Changes --- adds Corey O'Connor (coconnor) to maintainers. Uses nickname in memcached meta. Description --- Adds memcached server to pkgs/servers Diffs (updated) - nixpkgs/trunk/pkgs/lib/maintainers.nix 33342 nixpkgs/trunk/pkgs/servers/memcached/default.nix PRE-CREATION

Re: [Nix-dev] Review Request: Adds memcached server to nixpkgs

2012-03-23 Thread Corey O'Connor
://reviewboard.loegria.net/r/15/diff/ Testing --- nix-env -i memcached Thanks, Corey O'Connor ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Review Request: Adds memcached server to nixpkgs

2012-03-22 Thread Corey O'Connor
server to pkgs/servers Diffs - nixpkgs/trunk/pkgs/servers/memcached/default.nix PRE-CREATION nixpkgs/trunk/pkgs/top-level/all-packages.nix 33342 Diff: http://reviewboard.loegria.net/r/15/diff/ Testing --- nix-env -i memcached Thanks, Corey O'Connor

Re: [Nix-dev] Review Request: Adds memcached server to nixpkgs

2012-03-22 Thread Corey O'Connor
;-) - Corey --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.loegria.net/r/15/#review10 --- On March 22, 2012, 7:30 p.m., Corey O'Connor wrote

Re: [Nix-dev] Review Request: Adds memcached server to nixpkgs

2012-03-22 Thread Corey O'Connor
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.loegria.net/r/15/#review8 --- On March 22, 2012, 7:30 p.m., Corey O'Connor wrote: --- This is an automatically

Re: [Nix-dev] Review Request: Adds memcached server to nixpkgs

2012-03-22 Thread Corey O'Connor
Diff: http://reviewboard.loegria.net/r/15/diff/ Testing --- nix-env -i memcached Thanks, Corey O'Connor ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] reviewboard

2012-03-18 Thread Corey O'Connor
. IMO, use of git avoids some problems just by being distributed. The patches can be recorded to many repositories even if the submitting user does not have access to the master repository. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com

Re: [Nix-dev] reviewboard

2012-03-18 Thread Corey O'Connor
I'll try this as a way to learn elisp ;-) -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] reviewboard ship it

2012-03-17 Thread Corey O'Connor
On Sat, Mar 17, 2012 at 8:00 PM, Shea Levy s...@shealevy.com wrote: On 3/17/12 10:37 PM, Corey O'Connor wrote: Thanks for the info! What happens when we hit Ship It? It adds a review that basically means I don't mind if you commit this. In a 'no-reply-is-no-ok' project like NixOS this kind

Re: [Nix-dev] SVN commit r32596

2012-03-14 Thread Corey O'Connor
Pass gnome.libgnome_keyring to evince. evince is already provided gnome.gnome_keyring. libgnome_keyring does not exist. I think gnome_keyring was updated to a version that is not compatible with evince. Maybe an evince upgrade is the way to go. On a side note: Using github would make tracking

Re: [Nix-dev] SVN commit r32596

2012-03-14 Thread Corey O'Connor
On Wed, Mar 14, 2012 at 2:28 PM, Yury G. Kudryashov urkud.ur...@gmail.com wrote: pkgs.libgnome_keyring, not pkgs.gnome.libgnome_keyring. Passed to evince. Let's see if it helps. Ah! Passing pkgs.libgnome_keyring works great! Looks like that is a solid patch. I'll submit just that in a bit. The

[Nix-dev] SVN commit r32596

2012-03-13 Thread Corey O'Connor
this. (Oddly I never received this email even though I'm subscribed to the list?) -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ Error: building bg/evince.xml if ! test -d bg/; then mkdir bg/; fii if [ -f C/evince.xml ]; then d=../; else d=/tmp/nix-build-vaz65x3iymjvrsh3xdmcaykrmml31693

Re: [Nix-dev] SVN commit r32596

2012-03-13 Thread Corey O'Connor
That commit was reverted on the stdenv-updates branch and never made it into trunk. Ah! Clearly not the culprit then. For me evince fails already with: checking for KEYRING... configure: error: Package requirements (gnome-keyring-1 = 2.22.0) were not met: No package 'gnome-keyring-1'

Re: [Nix-dev] How to handle the inclusion of binary in GHC stdlib?

2012-03-10 Thread Corey O'Connor
On Sat, Mar 10, 2012 at 9:32 AM, Andres Loeh ks...@andres-loeh.de wrote: Hi. Starting with GHC 7.2 the binary package has been included in the standard library. The same binary package is still available from hackage as well. If a haskell library is build via nix then the binary package

[Nix-dev] How to handle the inclusion of binary in GHC stdlib?

2012-03-09 Thread Corey O'Connor
to use the standard library version by default. Take, for instance, the hashed-storage package. Any ideas? -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman

Re: [Nix-dev] best process for building from source under development?

2012-03-03 Thread Corey O'Connor
/config.nix? -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Sat, Mar 3, 2012 at 7:07 AM, Mathijs Kwik math...@bluescreen303.nl wrote: I use myEnvFun for that in my ~/.nixpkgs/config.nix: webEnv = pkgs.myEnvFun {  name = webdev;  buildInputs = [pkgs.stdenv pkgs.jruby165

Re: [Nix-dev] best process for building from source under development?

2012-03-03 Thread Corey O'Connor
time you want to work on your project, you load that env and find all stdenv (and other packages you include) available to you. On Sat, Mar 3, 2012 at 8:27 AM, Corey O'Connor coreyocon...@gmail.com wrote: Hi All, Suppose I have a source directory for a product under development. I

[Nix-dev] best process for building from source under development?

2012-03-02 Thread Corey O'Connor
-vars from a partial build to the development source directory then sourcing this before the standard autoreconf, ./configure, make process. This progressed farther but died trying to locate autoheader which I would presume was in the standard build environment. Am I missing something? -Corey

Re: [Nix-dev] Github mirrors of nixos and nixpkgs

2012-03-01 Thread Corey O'Connor
Better than my purely manual process. I'll consider your repos to be more official than mine. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Wed, Feb 29, 2012 at 3:02 PM, Bryce L Nordgren bnordg...@gmail.com wrote: Mine are rebased hourly by an otherwise idle machine in my

Re: [Nix-dev] Github mirrors of nixos and nixpkgs

2012-02-29 Thread Corey O'Connor
Are these rebased automatically? If so then I will change my github mirrors to be forks of these? On Feb 29, 2012 8:41 AM, Bryce L Nordgren bnordg...@gmail.com wrote: I made these to start fiddling with the appliance concept. They are rebased every hour. They're not official in any way, but if

[Nix-dev] Unable to get gconfd to run

2012-02-29 Thread Corey O'Connor
gconf will report errors. In addition I have GConf under the list of dbus services. Any ideas? BTW is there an issue tracker for nixpkgs? -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-dev] libxul.pc references nspr.pc but nspr.pc does not exist

2012-02-28 Thread Corey O'Connor
`nspr.pc' to the PKG_CONFIG_PATH environment variable Package 'nspr', required by 'libxul', not found I can patch the nspr derivation to build a package config file. However I don't know how to instruct the system to notice and link to the config file properly. -Corey O'Connor coreyocon...@gmail.com

[Nix-dev] patch: add haskell package for darcs version of cabal-install

2012-02-28 Thread Corey O'Connor
I think I have been sending patches to the wrong mailing list. Is nix-...@cs.uu.nl the same as nix-dev@lists.science.uu.nl? -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ -- Forwarded message -- From: Corey O'Connor coreyocon...@gmail.com Date: Tue, Feb 28, 2012

[Nix-dev] patch: add haskell package for darcs version of cabal-install

2012-02-27 Thread Corey O'Connor
= [ pkgs.haskellPackages.cabalInstall_darcs ]; -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Directory containing haskell documentation?

2012-02-26 Thread Corey O'Connor
On Sun, Feb 26, 2012 at 1:54 AM, Peter Simons sim...@cryp.to wrote: no, there isn't. Each package has its documentation installed in    $out/share/doc/$name/html/index.html ..., so these files show up in your user profile of choice, of course, but there is no global index page that ties all

Re: [Nix-dev] Directory containing haskell documentation?

2012-02-26 Thread Corey O'Connor
Hm. does that include system packages? My user profile does not have any Haskell docs linked in. On Feb 26, 2012 11:13 AM, Peter Simons sim...@cryp.to wrote: Hi Corey, $out/share/doc/$name/html/index.html The $out you refer to is the individual packages output directory? Yes. If

Re: [Nix-dev] Directory containing haskell documentation?

2012-02-26 Thread Corey O'Connor
On Sun, Feb 26, 2012 at 12:21 PM, Peter Simons sim...@cryp.to wrote:   Hm. does that include system packages? I don't know, I never tried to install Haskell libraries as systemPackages. I see that /nix/var/nix/profiles/system/sw/share exists, though, so it's possible that Haskell

[Nix-dev] Difficulty in compiling and running koffice

2012-02-26 Thread Corey O'Connor
the Library key error is about. Any help? -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ Index: pkgs/applications/office/koffice/default.nix === --- pkgs/applications/office/koffice/default.nix (revision 32522) +++ pkgs

Re: [Nix-dev] Difficulty in compiling and running koffice

2012-02-26 Thread Corey O'Connor
On Sun, Feb 26, 2012 at 12:41 PM, Corey O'Connor coreyocon...@gmail.com wrote: kspread(30150)/kdeui (KIconLoader): Error: standard icon theme oxygen not found! This error was easy to resolve: Just add pkgs.kde4.oxygen_icons to the system! kspread(30150)/koffice (lib komain) KoDocumentEntry

Re: [Nix-dev] Directory containing haskell documentation?

2012-02-26 Thread Corey O'Connor
Hi Peter, On Sun, Feb 26, 2012 at 12:59 PM, Peter Simons sim...@cryp.to wrote: the NixOS module modules/config/system-path.nix does that. It appears that environment.pathsToLink is the option you are looking for. Adding /share/doc to the environment.pathsToLink array was exactly what I was

[Nix-dev] Using ./Setup install for haskell packages

2012-02-26 Thread Corey O'Connor
doesn't exist (use --force to override) HTTP-4000.2.2: dependency network-2.3.0.11-b9cda59a82b812ba28e469798a6b312d doesn't exist (use --force to override) HTTP-4000.2.2: dependency parsec-3.1.2-a6715965b792ffb81aeb3b18e0c709ac doesn't exist (use --force to override) -Corey O'Connor coreyocon

[Nix-dev] Directory containing haskell documentation?

2012-02-25 Thread Corey O'Connor
Howdy, On NixOS is there a directory that contains links to the documentation for all installed haskell packages? -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

Re: [Nix-dev] patch: add haskell library monads-tf

2012-02-24 Thread Corey O'Connor
it to nixpkgs. That will include replacing monads-fd with mtl. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Fri, Feb 24, 2012 at 12:23 AM, Peter Simons sim...@cryp.to wrote: Hi Corey, the monads-fd packages is labeled obsolete by the maintainer; apparently it's been

Re: [Nix-dev] patch: add haskell library monads-tf

2012-02-23 Thread Corey O'Connor
Answer to my own question: The naming convention is automagically enforced if cabal2nix is used. Which chooses the name monadsTf. Ignore the previous patch. Will re-send with corrected name. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Thu, Feb 23, 2012 at 10:10 PM, Corey

Re: [Nix-dev] patch: add haskell library monads-tf

2012-02-23 Thread Corey O'Connor
Fixed the patch but now it also contains monads-fd. I failed at editing the svn diff to only include monads-tf. Ah well. Both are handy! -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ On Thu, Feb 23, 2012 at 11:10 PM, Corey O'Connor coreyocon...@gmail.com wrote: Answer to my

Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-20 Thread Corey O'Connor
On Mon, Feb 20, 2012 at 6:35 PM, Marc Weber marco-owe...@gmx.de wrote: For nixos the svn remote I'm using is: [...]     url = https://nixos.org/repos/nix Don't mix up nix and nixos: That URL is the base SVN repo URL. That repo contains nix, nixos, nixpkgs, hydra etc. When setting up a SVN

[Nix-dev] nixos and nixpkgs repos on github

2012-02-17 Thread Corey O'Connor
has cloned the SVN repos. -Corey O'Connor coreyocon...@gmail.com http://corebotllc.com/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev