Re: [Nix-dev] Wesnoth (SVN commit 27666)

2011-10-12 Thread Karn Kallio
On Wednesday, October 12, 2011 06:30:21 PM Vladimír Čunát wrote: Hi Karn. stdenv.mkDerivation rec { - pname = wesnoth; - version = 1.8.5; + name = wesnoth; + version = 1.8.6; - name = ${pname}-${version}; + pname = ${name}-${version}; I suppose you switched name

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

2011-11-21 Thread Karn Kallio
Author: kkallio Date: Tue Nov 22 04:38:14 2011 New Revision: 30520 URL: https://nixos.org/websvn/nix/?rev=30520sc=1 Log: koffice does not build with boost 1.48; use 1.47 instead. Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

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

2011-11-21 Thread Karn Kallio
Author: kkallio Date: Tue Nov 22 06:13:18 2011 New Revision: 30521 URL: https://nixos.org/websvn/nix/?rev=30521sc=1 Log: Wesnoth does not build with boost 1.48 Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r30578 - in nixpkgs/trunk/pkgs: development/compilers/opa development/ocaml-modules/cryptokit development/ocaml-modules/ocamlgraph development/ocaml-modules/ulex top-le

2011-11-27 Thread Karn Kallio
Author: kkallio Date: Sun Nov 27 23:58:46 2011 New Revision: 30578 URL: https://nixos.org/websvn/nix/?rev=30578sc=1 Log: Add OPA to Nixpkgs. Added: nixpkgs/trunk/pkgs/development/compilers/opa/ nixpkgs/trunk/pkgs/development/compilers/opa/default.nix

[Nix-commits] SVN commit: nix - r30582 - nixpkgs/trunk/pkgs/development/compilers/urweb

2011-11-28 Thread Karn Kallio
Author: kkallio Date: Mon Nov 28 15:12:02 2011 New Revision: 30582 URL: https://nixos.org/websvn/nix/?rev=30582sc=1 Log: Update urweb compiler to release 2027. Modified: nixpkgs/trunk/pkgs/development/compilers/urweb/default.nix Modified:

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

2011-11-28 Thread Karn Kallio
Author: kkallio Date: Mon Nov 28 15:52:46 2011 New Revision: 30584 URL: https://nixos.org/websvn/nix/?rev=30584sc=1 Log: Opa does not compile with ocaml before version 3.12.0 Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

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

2011-12-05 Thread Karn Kallio
Author: kkallio Date: Mon Dec 5 09:30:33 2011 New Revision: 30736 URL: https://nixos.org/websvn/nix/?rev=30736sc=1 Log: fix error: undefined variable 'llvmSVN' Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

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

2011-12-07 Thread Karn Kallio
Author: kkallio Date: Thu Dec 8 02:55:40 2011 New Revision: 30798 URL: https://nixos.org/websvn/nix/?rev=30798sc=1 Log: Add config option to sane for hotplugSupport. Default value of true prevents builds on non i686 due to assert. Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r31107 - nixpkgs/trunk/pkgs/development/compilers/clean

2011-12-26 Thread Karn Kallio
Author: kkallio Date: Tue Dec 27 01:48:57 2011 New Revision: 31107 URL: https://nixos.org/websvn/nix/?rev=31107sc=1 Log: Clean version 2.4 Modified: nixpkgs/trunk/pkgs/development/compilers/clean/default.nix Modified: nixpkgs/trunk/pkgs/development/compilers/clean/default.nix

[Nix-commits] SVN commit: nix - r31260 - nixpkgs/trunk/pkgs/misc/ghostscript

2012-01-03 Thread Karn Kallio
Author: kkallio Date: Wed Jan 4 00:26:48 2012 New Revision: 31260 URL: https://nixos.org/websvn/nix/?rev=31260sc=1 Log: Cause ghostscript to build libgs. This fixes the failed build of libspectre. Modified: nixpkgs/trunk/pkgs/misc/ghostscript/default.nix Modified:

[Nix-commits] SVN commit: nix - r31261 - in nixpkgs/trunk/pkgs/applications/editors: emacs-22 emacs-23 emacs-snapshot

2012-01-03 Thread Karn Kallio
Author: kkallio Date: Wed Jan 4 05:48:38 2012 New Revision: 31261 URL: https://nixos.org/websvn/nix/?rev=31261sc=1 Log: In Emacs site-start.el check that NIX_PROFILES is set. In the stdenv this is not set, which causes an elisp error which in turn makes builds depending on Emacs (eg gnuplot)

[Nix-commits] SVN commit: nix - r31396 - in nixpkgs/trunk/pkgs: development/libraries/libwpd top-level

2012-01-07 Thread Karn Kallio
Author: kkallio Date: Sat Jan 7 13:19:06 2012 New Revision: 31396 URL: https://nixos.org/websvn/nix/?rev=31396sc=1 Log: Openoffice.org does not build with libwpd 0.9. Added: nixpkgs/trunk/pkgs/development/libraries/libwpd/0.8.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r31397 - nixpkgs/trunk/pkgs/development/libraries/pangomm

2012-01-07 Thread Karn Kallio
Author: kkallio Date: Sat Jan 7 13:19:13 2012 New Revision: 31397 URL: https://nixos.org/websvn/nix/?rev=31397sc=1 Log: Fix failing pangomm build. Modified: nixpkgs/trunk/pkgs/development/libraries/pangomm/2.28.x.nix Modified: nixpkgs/trunk/pkgs/development/libraries/pangomm/2.28.x.nix

[Nix-commits] SVN commit: nix - r31398 - nixpkgs/trunk/pkgs/development/libraries/atkmm

2012-01-07 Thread Karn Kallio
Author: kkallio Date: Sat Jan 7 13:31:06 2012 New Revision: 31398 URL: https://nixos.org/websvn/nix/?rev=31398sc=1 Log: atkmm build was failing. Modified: nixpkgs/trunk/pkgs/development/libraries/atkmm/2.22.x.nix Modified: nixpkgs/trunk/pkgs/development/libraries/atkmm/2.22.x.nix

[Nix-commits] SVN commit: nix - r31467 - nixpkgs/trunk/pkgs/development/compilers/urweb

2012-01-10 Thread Karn Kallio
Author: kkallio Date: Tue Jan 10 15:23:05 2012 New Revision: 31467 URL: https://nixos.org/websvn/nix/?rev=31467sc=1 Log: Advance version of Ur/Web compiler to 20120110 Modified: nixpkgs/trunk/pkgs/development/compilers/urweb/default.nix Modified:

[Nix-commits] SVN commit: nix - r31798 - nixpkgs/trunk/pkgs/desktops/kde-4.8/l10n

2012-01-23 Thread Karn Kallio
Author: kkallio Date: Mon Jan 23 21:56:33 2012 New Revision: 31798 URL: https://nixos.org/websvn/nix/?rev=31798sc=1 Log: kde 4.8 release candidate uses unstable directory for download. Modified: nixpkgs/trunk/pkgs/desktops/kde-4.8/l10n/default.nix Modified:

[Nix-commits] SVN commit: nix - r31799 - in nixpkgs/trunk/pkgs: applications/networking/instant-messengers/psi top-level

2012-01-23 Thread Karn Kallio
Author: kkallio Date: Tue Jan 24 00:00:34 2012 New Revision: 31799 URL: https://nixos.org/websvn/nix/?rev=31799sc=1 Log: Get psi to compile with kde47 and kde48. Modified: nixpkgs/trunk/pkgs/applications/networking/instant-messengers/psi/default.nix

[Nix-commits] SVN commit: nix - r31801 - nixpkgs/trunk/pkgs/desktops/kde-4.8

2012-01-23 Thread Karn Kallio
Author: kkallio Date: Tue Jan 24 01:54:49 2012 New Revision: 31801 URL: https://nixos.org/websvn/nix/?rev=31801sc=1 Log: Get kdelibs from kde48 release candidate to build. Modified: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdelibs.nix Modified: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdelibs.nix

[Nix-commits] SVN commit: nix - r31802 - in nixpkgs/trunk/pkgs: applications/video/kdenlive development/libraries/mlt

2012-01-23 Thread Karn Kallio
Author: kkallio Date: Tue Jan 24 04:50:55 2012 New Revision: 31802 URL: https://nixos.org/websvn/nix/?rev=31802sc=1 Log: kdenlive builds for kde48 release candidate (and kde47). Added: nixpkgs/trunk/pkgs/applications/video/kdenlive/qtgl-header-change.patch Deleted:

[Nix-commits] SVN commit: nix - r31832 - nixpkgs/trunk/pkgs/desktops/kde-4.8

2012-01-24 Thread Karn Kallio
Author: kkallio Date: Tue Jan 24 22:26:10 2012 New Revision: 31832 URL: https://nixos.org/websvn/nix/?rev=31832sc=1 Log: As pointed out by Yury Kudryashov kde48.kdelibs does not in fact need pkgconfig Modified: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdelibs.nix Modified:

[Nix-commits] SVN commit: nix - r31990 - nixpkgs/trunk/pkgs/development/interpreters/racket

2012-02-02 Thread Karn Kallio
Author: kkallio Date: Thu Feb 2 22:41:21 2012 New Revision: 31990 URL: https://nixos.org/websvn/nix/?rev=31990sc=1 Log: Racket version 5.2.1 Modified: nixpkgs/trunk/pkgs/development/interpreters/racket/default.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/racket/default.nix

[Nix-commits] SVN commit: nix - r32679 - nixpkgs/trunk/pkgs/development/libraries/libzip

2012-02-28 Thread Karn Kallio
Author: kkallio Date: Tue Feb 28 16:26:55 2012 New Revision: 32679 URL: https://nixos.org/websvn/nix/?rev=32679sc=1 Log: Latest version of libzip places zipconf.h where mysqlworkbench cannot find it and so mysqlworkbench does not build. This links it to somewhere mysqlworkbench looks. I think

[Nix-commits] SVN commit: nix - r33803 - nixpkgs/trunk/pkgs/misc/sane-backends

2012-04-16 Thread Karn Kallio
Author: kkallio Date: Mon Apr 16 15:14:19 2012 New Revision: 33803 URL: https://nixos.org/websvn/nix/?rev=33803sc=1 Log: Sane backends URL seems to have changed. Also advance version to 1.0.22 Modified: nixpkgs/trunk/pkgs/misc/sane-backends/default.nix Modified:

[Nix-commits] SVN commit: nix - r33868 - nixpkgs/trunk/pkgs/development/libraries/eigen

2012-04-20 Thread Karn Kallio
Author: kkallio Date: Sat Apr 21 04:04:06 2012 New Revision: 33868 URL: https://nixos.org/websvn/nix/?rev=33868sc=1 Log: Eigen hash does not match. I wonder whether upstream replaced it? Modified: nixpkgs/trunk/pkgs/development/libraries/eigen/default.nix Modified:

[Nix-commits] SVN commit: nix - r33869 - nixpkgs/trunk/pkgs/development/libraries/qhull

2012-04-20 Thread Karn Kallio
Author: kkallio Date: Sat Apr 21 04:21:25 2012 New Revision: 33869 URL: https://nixos.org/websvn/nix/?rev=33869sc=1 Log: The hash for qhull has changed too. Modified: nixpkgs/trunk/pkgs/development/libraries/qhull/default.nix Modified:

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

2012-04-21 Thread Karn Kallio
Author: kkallio Date: Sat Apr 21 20:23:00 2012 New Revision: 33871 URL: https://nixos.org/websvn/nix/?rev=33871sc=1 Log: Fix download URL for Perl Graph package. Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix

[Nix-commits] SVN commit: nix - r33872 - nixpkgs/trunk/pkgs/servers/sql/mysql55

2012-04-21 Thread Karn Kallio
Author: kkallio Date: Sat Apr 21 22:36:15 2012 New Revision: 33872 URL: https://nixos.org/websvn/nix/?rev=33872sc=1 Log: Update mysql 5.5 to 5.5.23 and fix no longer responding URL. Modified: nixpkgs/trunk/pkgs/servers/sql/mysql55/default.nix Modified:

[Nix-commits] SVN commit: nix - r33873 - nixpkgs/trunk/pkgs/applications/video/dvdauthor

2012-04-21 Thread Karn Kallio
Author: kkallio Date: Sun Apr 22 00:25:20 2012 New Revision: 33873 URL: https://nixos.org/websvn/nix/?rev=33873sc=1 Log: Fix build of dvdauthor; also advance version to 0.7.0 Added: nixpkgs/trunk/pkgs/applications/video/dvdauthor/build-against-libpng15.patch Modified:

[Nix-commits] SVN commit: nix - r33874 - nixpkgs/trunk/pkgs/games/wesnoth

2012-04-21 Thread Karn Kallio
Author: kkallio Date: Sun Apr 22 05:31:22 2012 New Revision: 33874 URL: https://nixos.org/websvn/nix/?rev=33874sc=1 Log: Advance wesnoth version to 1.10.2; fixes old version failing build. Modified: nixpkgs/trunk/pkgs/games/wesnoth/default.nix Modified:

[Nix-commits] SVN commit: nix - r33881 - nixpkgs/trunk/pkgs/games/wesnoth

2012-04-22 Thread Karn Kallio
Author: kkallio Date: Sun Apr 22 18:56:30 2012 New Revision: 33881 URL: https://nixos.org/websvn/nix/?rev=33881sc=1 Log: Remove some commented out instructions. Modified: nixpkgs/trunk/pkgs/games/wesnoth/default.nix Modified: nixpkgs/trunk/pkgs/games/wesnoth/default.nix

[Nix-commits] SVN commit: nix - r33882 - nixpkgs/trunk/pkgs/development/compilers/mlton

2012-04-22 Thread Karn Kallio
Author: kkallio Date: Sun Apr 22 20:39:43 2012 New Revision: 33882 URL: https://nixos.org/websvn/nix/?rev=33882sc=1 Log: Fix mlton build: apply Marc Weber patch and update download URL. Modified: nixpkgs/trunk/pkgs/development/compilers/mlton/default.nix Modified:

[Nix-commits] SVN commit: nix - r33996 - nixpkgs/trunk/pkgs/applications/misc/mysql-workbench

2012-05-05 Thread Karn Kallio
Author: kkallio Date: Sun May 6 02:59:25 2012 New Revision: 33996 URL: https://nixos.org/websvn/nix/?rev=33996sc=1 Log: Apply patch from Michel Alexandre Salim advancing mysql workbench version to 5.2.39. Modified: nixpkgs/trunk/pkgs/applications/misc/mysql-workbench/default.nix Modified:

[Nix-dev] Agda build

2012-06-10 Thread Karn Kallio
The attached patch gets Agda to build with ghc 7.4.1. I wonder if Andres or Peter would review it for compatibility with the Haskell subsystem. diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index fc6c42f..7613007 100644 ---

Re: [Nix-dev] Agda build

2012-06-10 Thread Karn Kallio
Thanks for reviewing Peter. It occurs to me that maybe Agda should have a local mtl (as haskeline) ... Andres, would that avoid the earlier problem related to mtl in r34358? --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -387,6 +387,10 @@ let

Re: [Nix-dev] Agda build

2012-06-10 Thread Karn Kallio
After looking around in cabal2nix I think the attached patch might get Agda to build (with the latest mtl) diff -Naur cabal2nix-1.33/src/Cabal2Nix/PostProcess.hs cabal2nix-1.33-new/src/Cabal2Nix/PostProcess.hs --- cabal2nix-1.33/src/Cabal2Nix/PostProcess.hs 2012-06-03 14:25:45.0 -0430

Re: [Nix-dev] Switch haskellPackages to GHC 7.4.2 by default?

2012-06-17 Thread Karn Kallio
Hi guys, in my tests, GHC 7.4.2 compiles everything 7.4.1 compiles, too, so I wonder whether we might want to switch to the latest version as default compiler. I realize that this would sort-of break HP 2012.2.0.0 conformance, but is that really an issue for anyone? What do you think?

[Nix-dev] Build kde with boost 1.49

2012-07-19 Thread Karn Kallio
At least the kdepim part of kde does not build with the boost 1.50; the attached patch builds all of kde with boost version 1.49 (and the build succeeds). From b7c9207a1c1e331a4738d423af553fe40b5adf77 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Thu, 19 Jul 2012

[Nix-dev] Build only kde48 with boost 1.49

2012-07-21 Thread Karn Kallio
Fix the build of kdepim from kde 4.8.4 by using boost 1.49. An earlier related patch build kde47 with boost 1.49 too. From 53893884a4d5f01a5c5d4995646e5b896b0d4276 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Sat, 21 Jul 2012 15:02:50 -0430 Subject: [PATCH

[Nix-dev] lftp version update; fix missing tarball

2012-07-26 Thread Karn Kallio
Attached patch updates lftp to version 4.3.8; the version 4.3.1 in nixpkgs no longer has a tarball at the download site. From 1ba31897659d602f1b4fe9c8666f43934342cc52 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Thu, 26 Jul 2012 19:48:13 -0430 Subject: [PATCH

[Nix-dev] ghc: 7.6.1 update to release.

2012-09-09 Thread Karn Kallio
Patch updating ghc 7.6.1 to latest release. From 4553268a0ab9294e6679cbaf44c93b5a64141e9e Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Sun, 9 Sep 2012 22:41:31 -0430 Subject: [PATCH] ghc: 7.6.1 release update. --- pkgs/development/compilers/ghc/7.6.1.nix | 6

[Nix-dev] ghc wrapper

2012-09-12 Thread Karn Kallio
The attached patch allows for the change in the package database flag in GHC 7.6.1 (from package-conf to package-db). The change in flag combined with the -Werror option was causing build failures. From 2d73aae91cec2bdb377da324f3c9a0324fa07c3a Mon Sep 17 00:00:00 2001 From: Karn Kallio

Re: [Nix-dev] kde 4.7/4.8 breaks as boost150 is default

2012-09-28 Thread Karn Kallio
I personally have no stake in what the patch itself does, but IMO it'd be nice if the original author of the patch submitted it as a pull request so all the authorship information is tracked. That's up to him if he wants to do it, of course. Please include the patch if you find it useful. As

[Nix-dev] proofgeneral cannot find proof-site.el

2012-12-11 Thread Karn Kallio
Hi Karn Kallio, (or whomever took over the maintenance of proofgeneral) I just installed ProofGeneral-4.1 and when I issue the command 'proofgeneral' with no arguments it fails during startup with the error: Cannot open load file: /nix/store/vbxavv9hma2f8ayrxwqj0x28kaqr8dbh-ProofGeneral

[Nix-dev] system-config-printer patch

2013-01-24 Thread Karn Kallio
The latest version of system-config-printer seems to have introduced a dependency on pycurl. The attached patch includes this, fixing the build of kde, which depended on it through kdeadmin. diff --git a/pkgs/tools/misc/system-config-printer/default.nix

[Nix-dev] replace missing xen kernel patch

2013-01-29 Thread Karn Kallio
The old xen dom0 kernel 2.6.32 has been removed as obsolete; this breaks NixOS rebuilds. The attached patch replaces it with the kernel version currently used as the nixpkgs default .diff --git a/modules/virtualisation/xen-dom0.nix b/modules/virtualisation/xen-dom0.nix index 8e2c066..4c24c6a

[Nix-dev] patch nvidia-x11: fix build against latest kernel

2013-02-05 Thread Karn Kallio
The nvidia-x11 expression does not build against the latest kernel. The attached patch to the kernel version detection script fixes the build. commit 7e7b0b3c62a182fc790f7726698a42bc97169341 Author: Karn Kallio tierplusplusli...@gmail.com Date: Tue Feb 5 18:43:57 2013 -0430 nvidia-x11

[Nix-dev] NixOS build failure coming from websockify

2013-02-15 Thread Karn Kallio
The new NixOS websockify module modules/services/networking/websockify.nix tries to set the sslKey option default equal to the sslCert option, which breaks the man page build if the user has not set it (as sslCert has no default). The attached patch is a proposal that fixes the man page

[Nix-dev] PATCH: racket: fix raco docs

2013-04-01 Thread Karn Kallio
The attached patch to the racket expression in nixpkgs corrects a failure of the documentation to build noticed by Rommel Martinez. diff --git a/pkgs/development/interpreters/racket/default.nix b/pkgs/development/interpreters/racket/default.nix index 4a67135..d0e4fee 100644 ---

[Nix-dev] kde 4.10 patches

2013-05-03 Thread Karn Kallio
The attached patches get kde410.full to build. From 8636c95677490e198bee8a4e038501538a1bfe7c Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Thu, 2 May 2013 18:00:28 -0430 Subject: [PATCH 01/11] indilib: Advance to version 0.9.6. Note: this fixes build of kstars

[Nix-dev] racket: update to 5.3.4

2013-05-09 Thread Karn Kallio
Attached patch advances racket version to 5.3.4. From 9ff27e2476a5fe80dd115599335e0d635f7d0683 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Thu, 9 May 2013 16:03:53 -0430 Subject: [PATCH] racket: Advance version to 5.3.4. --- pkgs/development/interpreters/racket

[Nix-dev] patch: PAKCS update and build fix

2013-05-10 Thread Karn Kallio
The attached patch updates the version of PAKCS to 1.11.2, which also fixes the current build failure.From bbd93aa4594634480f34eb89dcc7217c3976ac8f Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Thu, 9 May 2013 15:10:26 -0430 Subject: [PATCH] pakcs: Advance

[Nix-dev] Haskell packages in the binary cache broken?

2013-05-14 Thread Karn Kallio
I think this is the nondeterministic compilation of GHC. The same inputs can lead to different package hashes, which makes it possible that the binary cache and your locally built results are incompatible. It is a quite annoying property of GHC in the context of Nix.

Re: [Nix-dev] Haskell packages in the binary cache broken?

2013-05-14 Thread Karn Kallio
Hi Peter, He means GHC's ABI hashes. GHC itself is known to be non-deterministic in certain cases. However, most of these issues have been fixed over the years, and in the context of Nix, I've never suffered from this issue in practice. So it would be interesting to verify if that's really

Re: [Nix-dev] Haskell packages in the binary cache broken?

2013-05-16 Thread Karn Kallio
Looking at the end of your stage-4 log we see that a build failed because containers-0.4.2.1-75f143aa39a3e77a1ce2300025bdd8ce is missing. That is part of ghc, and the nix hash of your ghc-wrapper is vlx3ikjjxlfvqjjlx74cg07p79y43mdq, which agrees with the Hydra trunk:

Re: [Nix-dev] Haskell packages in the binary cache broken?

2013-05-24 Thread Karn Kallio
Oh, that's so ugly. Can't the non-determinism be disabled somehow? Vlada I think that short of a patch to GHC itself there is nothing that can be done. Also such a patch would be a quite non-trivial effort, requiring extensive knowledge of the GHC implementation.

Re: [Nix-dev] Haskell packages in the binary cache broken?

2013-05-27 Thread Karn Kallio
I don't know where the non-determinism comes from, but if they just use a random generator, it would be enough to seed it e.g. from the hash of $out instead of the standard sources. As I understand, GHC has many uses of unsafeInterleaveIO in its implementation, so the order of effects

[Nix-dev] PATCH: fix racket build

2013-06-27 Thread Karn Kallio
The attached patch fixes the build of racket broken by the new libpng and advances to the latest version 5.3.5. From e9caf39509dc593db4829a949890364299b871e1 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Thu, 27 Jun 2013 18:40:42 -0430 Subject: [PATCH] racket: fix

[Nix-dev] Aldor

2013-07-17 Thread Karn Kallio
The dependently typed language Aldor (http://www.aldor.org/) was recently released as software libre. The attached patch adds the compiler to NixPkgs. From bc8682054f3ad1f15f5d64c3016c52d47958e270 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Wed, 17 Jul 2013 11

[Nix-dev] kdebindings build in KDE 4.10.5

2013-07-18 Thread Karn Kallio
From: Karn Kallio tierplusplusli...@gmail.com Date: Thu, 18 Jul 2013 13:19:13 -0430 Subject: [PATCH] kdebindings: Fix build in kde 4.10.5. Consists of removing patches that do not apply. --- .../kdebindings/perlqt-include-smokeqt.patch | 19 - .../kdebindings/perlqt-rewrite

[Nix-dev] Aldor patch updated

2013-07-24 Thread Karn Kallio
Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Wed, 24 Jul 2013 15:03:45 -0430 Subject: [PATCH] aldor: update to work with new build system. --- pkgs/development/compilers/aldor/default.nix | 22 -- 1 file changed, 12 insertions(+), 10 deletions

[Nix-dev] racket: update to latest version

2013-08-11 Thread Karn Kallio
The attached patch advances racket to the newly released version 5.3.6 From 2649832d0d6fdd91d6acae2f783bc057cc69426e Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Sun, 11 Aug 2013 16:08:01 -0430 Subject: [PATCH] racket: advance version to 5.3.6. --- pkgs

[Nix-dev] [***SPAM***] racket now supports libpng 1.6

2013-08-11 Thread Karn Kallio
Attached patch builds racket with libpng 1.6 which is supported as of racket version 5.3.6 From 8fbd8dd56e9be376eb2d54908fccd964c9990f73 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Sun, 11 Aug 2013 18:08:05 -0430 Subject: [PATCH] racket: libpng 1.6 now supported

[Nix-dev] [PATCH] pure: fix build with llvm 3.3

2013-10-09 Thread Karn Kallio
The attached patch gets the pure interpreter to build with llvm 3.3 by advancing to the latest release pure version 0.58. From 888d9ae5a35d1121e0f2d9e03e3d20b001b79635 Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Wed, 9 Oct 2013 14:39:19 -0430 Subject: [PATCH

Re: [Nix-dev] Updated package: hol

2013-10-10 Thread Karn Kallio
Dear All, Can someone checkin the attached? It is for applications/science/logic/hol It bumps the version to k.8 I couldn't get the dot documentation generation step to work. It doesn't really matter much, but if someone could look at this I would be grateful. At the end of the

[Nix-dev] [PATCH] eclipse Kepler

2013-10-10 Thread Karn Kallio
The attached patch adds the version 4.3.1 (Kepler) of the Eclipse SDK. From bd7bb0d5677b124e589383a9c28addf5786d1691 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Fri, 11 Oct 2013 00:07:08 -0430 Subject: [PATCH] eclipse: add Eclipse Classic version 4.3.1 (codename Kepler

[Nix-dev] scala 2.10.x

2013-11-09 Thread Karn Kallio
Attached patch with expression for scala 2.10.x branch. From 6a8dacb03b26986dd5e322b7866a0364d63f0602 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sat, 9 Nov 2013 17:14:05 -0430 Subject: [PATCH] scala: add expression for scala 2.10.x branch. --- pkgs/development/compilers

[Nix-dev] Fix libreoffice build

2013-12-21 Thread Karn Kallio
The attached patch fixes the libreoffice build by restoring the older version of mdds (it seems the current version is incompatible with the libreoffice liborcus). From 1cf3255a686ddc1cfc526074b1984c89ee7865fa Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sat, 21 Dec 2013

[Nix-dev] texlive patch

2014-02-02 Thread Karn Kallio
Some paths for texlive seem to have changed, breaking the build. The attached patch gets it to build again. From fccfb5318790d18d92543c8ca0076df97d0d1fda Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sat, 1 Feb 2014 21:20:48 -0430 Subject: [PATCH] texlive: Fix download file

[Nix-dev] farstream build fix patch

2014-02-02 Thread Karn Kallio
The attached patch gets the farstream expression to build; it is currently failing. From f794c8e37813e88d2ae7648564f094f0d93a18e5 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sun, 2 Feb 2014 17:24:04 -0430 Subject: [PATCH] farstream: Fix the build. --- pkgs/development

[Nix-dev] update telepathy-farstream for newest farstream

2014-02-02 Thread Karn Kallio
Attached patch updates the version of telepathy-farstream (to work with updated version of farstream). From 7972220435d819b9f86141f226f20a0284d8a5a8 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sun, 2 Feb 2014 18:56:46 -0430 Subject: [PATCH] Update telepathy_farstream

[Nix-dev] proofgeneral: fix build

2014-02-03 Thread Karn Kallio
Proofgeneral does not build with the newest texinfo; attached patch fixes build by using older texinfo. From 10afa1b2e50344296fee4903bb7b854c0b0f53fc Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Mon, 3 Feb 2014 09:58:48 -0430 Subject: [PATCH] proofgeneral: fix build

[Nix-dev] mlton: fix build of latest version

2014-02-03 Thread Karn Kallio
Attached patch adjusts the mlton expression to build with the 20130715 version. From 2e1cdf1726cfc4e3e6251030bbd33af299dc17af Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Mon, 3 Feb 2014 13:42:30 -0430 Subject: [PATCH] mlton: fix build with latest version. --- pkgs

[Nix-dev] pure: build interpreter with llvm 3.3

2014-02-03 Thread Karn Kallio
The Pure language interpreter does not build on linux with the current llvm 3.4, so the attached patch switches to use llvm 3.3. From 1cb1e6a7ab6f7336b27cfd45b574b0af4f90f175 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Mon, 3 Feb 2014 15:50:23 -0430 Subject: [PATCH] pure

[Nix-dev] pakcs: advance version and fix build

2014-02-03 Thread Karn Kallio
The PAKCS compiler version 1.11.2 expression was not building (I think due to incompatibility with SWI Prolog 6.6), the attached patch advances the version to the latest 1.11.3 and gets it to build again. From b4e9f5ab5e28323e023663a888a77cde1e9ce997 Mon Sep 17 00:00:00 2001 From: Karn Kallio

[Nix-dev] nvidia-x11

2014-02-11 Thread Karn Kallio
The attached patch advances the nvidia-x11 driver to the 331.38 version and patches it for the 3.13 kernel. From 0d5d3253ca1b0075277bb438356ba3868a4d1c8b Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Tue, 11 Feb 2014 10:44:59 -0430 Subject: [PATCH] nvidia-x11: bump version

[Nix-dev] xmlstarlet version update

2014-02-11 Thread Karn Kallio
Patch to advance xmlstarlet to latest version 1.5.0. From 23e88e21b0ccedb512ff940d5be13bfad8c29c0c Mon Sep 17 00:00:00 2001 From: Karn Kallio tierplusplusli...@gmail.com Date: Sun, 24 Mar 2013 14:38:43 -0430 Subject: [PATCH 1/2] xmlstarlet: advance version to 1.5.0 --- pkgs/tools/text/xml

[Nix-dev] pakcs hash change/version update

2014-03-30 Thread Karn Kallio
The PAKCS Curry compiler version 1.11.3 seems to have been updated (from development to current status) without changing the version name and by replacing the tarball. The attached patch updates the hash to match.From a97a6bfb1210e2346fd7bdd01d0973c13bdae9e8 Mon Sep 17 00:00:00 2001 From: Karn

[Nix-dev] aldor version update

2014-03-30 Thread Karn Kallio
The attached patch advances the aldor compiler to the latest version.From 136ad037074c482d10f81488e57d6b780d9b4241 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sun, 30 Mar 2014 21:54:43 -0430 Subject: [PATCH 2/2] aldor: update to 1.2.0 version in development. --- pkgs

[Nix-dev] Compilation of MLton on darwin

2014-04-11 Thread Karn Kallio
Hello, The current nixpkgs expression for mlton uses the mlton binary provided by mlton.org to bootstrap the compiler. I don't think it will work for any platform other than Linux. But I think mlton.org also distributes a binary for some other platforms besides Linux ... if there is one for

[Nix-dev] texlive and libarchive patches

2014-04-21 Thread Karn Kallio
Attached are 2 patches to update the version of texlive (old version files are not available on Debian server anymore) and correct the patch hash in libarchive. From 3120977aac2c55707e4413d3d21f15c5851ccdb1 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Mon, 21 Apr 2014 00

[Nix-dev] PATCH Mercury compiler expression

2014-05-14 Thread Karn Kallio
The attached patch adds an expression for the Mercury compiler (https://mercurylang.org) to the nixpkgs. From 9ada53c4c668f8f653898acebbed4f2c599a70c0 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Wed, 14 May 2014 15:15:34 -0430 Subject: [PATCH] Add the Mercury compiler

[Nix-dev] patch gnupg 2.1.1

2014-12-24 Thread Karn Kallio
Attached is a patch which ports the socket activation patch for gnupg to the version 2.1.1 From c72228743a3bb56ebe33f6613493fee27c835756 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Tue, 23 Dec 2014 21:50:04 -0430 Subject: [PATCH] gnupg: Port socket activation patch

[Nix-dev] patch gnupg 2.1.1

2014-12-24 Thread Karn Kallio
version to which it could be applied, since that had changed. Not removing the original patch file was a mistake. Attached is another patch removing the old file. From feb5e0862274ac8dbb3721b4a0ff09e14a420179 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Tue, 23 Dec 2014 21:50

[Nix-dev] openjdk currency date patch

2014-12-30 Thread Karn Kallio
The openjdk expression does not build right now because one of the currency definitions has just passed the limit of 10 years of validity. The attached patch extends the limit to 20 years to restore the build. From de684458bfeedfa3204ae6e89a972344e8bec2ad Mon Sep 17 00:00:00 2001 From: Karn

[Nix-dev] symbola font expression

2015-02-08 Thread Karn Kallio
The attached patch updates the nixpkgs expression for the symbola font to 7.19, also fixing a wrong hash (the source updated the font version using the same download url). From ee185f87ec5f251a0e9e3989d978a9b9626e70c6 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sun, 8 Feb

[Nix-dev] pybrowser : remove network tests

2015-01-18 Thread Karn Kallio
The pybrowser expression in nixpkgs fails in a chroot build when some tests depending on network access fail. The attached patch removes these tests, fixing the chroot build. From 5d38070ad808907c3a15f62a6e1ee1f3f0fb4c38 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sun

Re: [Nix-dev] Use Haskell for Shell Scripting

2015-01-31 Thread Karn Kallio
On Saturday, January 31, 2015 22:59:21 nix-dev-requ...@lists.science.uu.nl wrote: Send nix-dev mailing list submissions to nix-dev@lists.science.uu.nl To subscribe or unsubscribe via the World Wide Web, visit http://lists.science.uu.nl/mailman/listinfo/nix-dev or, via email,

[Nix-dev] pakcs

2015-01-06 Thread Karn Kallio
The attached patch advances the version of the pakcs (Portland Aachen Kiel Curry System compiler) from 1.11.3 to 1.11.4. It also fixes the broken build of the expression for the older version. From a8eaa6edcdcb0ca4329a6eb433ad729e7e2c1931 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal

[Nix-dev] botan

2015-01-09 Thread Karn Kallio
1c81a7c099889af2d1d0a11e5666184e2c87674b Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Fri, 9 Jan 2015 12:45:02 -0430 Subject: [PATCH] botan: use the tgz tarball (removing confusion with tbz). --- pkgs/development/libraries/botan/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[Nix-dev] mercury

2015-01-06 Thread Karn Kallio
The attached patch advances the version of the Mercury compiler from 14.01 to 14.01.1 From 0f41beac08dc98c52aafaf4d9e35b560c6fd6cb5 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Tue, 6 Jan 2015 21:09:15 -0430 Subject: [PATCH] mercury: Advance version of Mercury compiler from

[Nix-dev] mysql workbench

2015-01-04 Thread Karn Kallio
there is a patch to fix the build of gdal when the with-python option is given. From e37cad832949fbdf07e7c02f1cadc6992dba0162 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Wed, 31 Dec 2014 20:54:26 -0430 Subject: [PATCH 1/4] Add MySQL Connector C++, a mysql server client library

[Nix-dev] complete removal of obsolete kdelibs derivation

2015-03-28 Thread Karn Kallio
The attached patch completes the removal of the obsolete kdelibs derivation; otherwise kde will fail to build From d00a83fd669fc43ecffc0e35e30de582bc3bc84c Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sat, 28 Mar 2015 17:38:24 -0430 Subject: [PATCH] complete removal

[Nix-dev] symbola font update

2015-03-30 Thread Karn Kallio
The Symbola font has been updated to a new version 7.21 without renaming the file for download, which leads to a hash mismatch error. The attached patch updates the version fixing the hash mismatch build error. From 3a6266b78e6fd9660d07cad1d7192d55e718f6d2 Mon Sep 17 00:00:00 2001 From: Karn

[Nix-dev] pure interpreter

2015-03-31 Thread Karn Kallio
The attached patch fixes the build of the pure interpreter by using llvm 3.5 instead of 3.6, also advancing the version to the lastest released 0.64 From 34a2f7a8ba2372efa8d287817ea9d3065989c7e8 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Tue, 31 Mar 2015 01:50:31 -0430

[Nix-dev] gdal: add png support

2015-03-30 Thread Karn Kallio
There are some applications of gdal (such as for mysql workbench) that use the libpng; the attached patch adds this From c170b5be298615963b05cb3316b96fcc1e845cf4 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Mon, 30 Mar 2015 23:47:18 -0430 Subject: [PATCH] gdal: add libpng

[Nix-dev] indilib change and kde kstars

2015-03-29 Thread Karn Kallio
is no longer available, so the patch removes kstars from kde-4.14 Note that the kstars available from kdeApps 14.12 does build with INDIlib 1.0.0 From b2bd45b1018e20a8b89081d9930ff45e8e0a850c Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Sun, 29 Mar 2015 14:26:07 -0430 Subject

[Nix-dev] kde-4.14 smokegen patch

2015-03-29 Thread Karn Kallio
From: Karn Kallio kkal...@skami.org Date: Sun, 29 Mar 2015 18:04:53 -0430 Subject: [PATCH] kde-4.14 smokegen: prevent cmake from removing rpath on install --- .../kdebindings/smokegen-CMakeLists.txt-nix.patch | 23 -- 1 file changed, 13 insertions(+), 10 deletions(-) diff

[Nix-dev] Eclipse Mars version

2015-07-03 Thread Karn Kallio
The attached patch adds the recently released version 4.5 (Mars) of the eclipse editor. From 4f889516b2697321d545f05905773eb07b9af121 Mon Sep 17 00:00:00 2001 From: Karn Kallio kkal...@skami.org Date: Fri, 3 Jul 2015 00:07:59 -0430 Subject: [PATCH] eclipse: add version 4.5 (Mars). --- pkgs

[Nix-dev] xulrunner patch

2015-11-08 Thread Karn Kallio
The attached patch fixes the xulrunner build by updating the path to the configuration file, which has changed in the latest firefox release >From b376575615f6acf5105a184b85f79794d48029ce Mon Sep 17 00:00:00 2001 From: Karn Kallio <kkal...@skami.org> Date: Sun, 8 Nov 2015 14:29:57 -043

[Nix-dev] texlive archive

2015-09-29 Thread Karn Kallio
The textlive-new package currently does not build since there is not an anonymous ftp server at tug.ctan.org. The attached patch switches to an http server at http://ftp.math.utah.edu. >From 6396dfce744b2e0b1986116503adc1ade97e9a99 Mon Sep 17 00:00:00 2001 From: Karn Kallio <kkal...@ska

  1   2   >