leksah: move to haskell tools and add cabal to path

This commit is contained in:
Nikolay Amiantov
2015-04-16 15:52:46 +03:00
parent 5dec393125
commit 4c1afe5cce
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, ghcWithPackages, gtk3, makeWrapper }:
let
leksahEnv = ghcWithPackages (self: [ self.leksah-server self.leksah ]);
leksahEnv = ghcWithPackages (self: [ self.leksah-server self.leksah self.cabal-install ]);
in stdenv.mkDerivation {
name = "leksah";