From d40917517feeaffc3d8e90cf8e06004623b0c5ff Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 21:52:17 +0200 Subject: version bump --- trivmix.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/trivmix.nix b/trivmix.nix index 14e480e..5fca173 100644 --- a/trivmix.nix +++ b/trivmix.nix @@ -1,10 +1,10 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, caseInsensitive, dataDefault, explicitException, filelock +{ mkDerivation, stdenv, caseInsensitive, dataDefault, explicitException, filelock , filepath, hinotify, jack, optparseApplicative, transformers }: -cabal.mkDerivation (self: { +mkDerivation { pname = "trivmix"; version = "2.6.2"; src = ./.; @@ -14,8 +14,5 @@ cabal.mkDerivation (self: { caseInsensitive dataDefault explicitException filelock filepath hinotify jack optparseApplicative transformers ]; - meta = { - license = self.stdenv.lib.licenses.publicDomain; - platforms = self.ghc.meta.platforms; - }; -}) + license = stdenv.lib.licenses.publicDomain; +} -- cgit v1.2.3