mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
pkgs/top-level/haskell-packages.nix: drop trailing white space
svn path=/nixpkgs/trunk/; revision=21433
This commit is contained in:
parent
0a87f7f706
commit
170b98be32
@ -213,14 +213,14 @@ rec {
|
|||||||
inherit (pkgs) mesa;
|
inherit (pkgs) mesa;
|
||||||
inherit (pkgs.xlibs) libSM libICE libXmu libXi;
|
inherit (pkgs.xlibs) libSM libICE libXmu libXi;
|
||||||
};
|
};
|
||||||
|
|
||||||
GLUT = import ../development/libraries/haskell/GLUT {
|
GLUT = import ../development/libraries/haskell/GLUT {
|
||||||
inherit cabal OpenGL;
|
inherit cabal OpenGL;
|
||||||
glut = pkgs.freeglut;
|
glut = pkgs.freeglut;
|
||||||
inherit (pkgs) mesa;
|
inherit (pkgs) mesa;
|
||||||
inherit (pkgs.xlibs) libSM libICE libXmu libXi;
|
inherit (pkgs.xlibs) libSM libICE libXmu libXi;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk2hs = import ../development/libraries/haskell/gtk2hs {
|
gtk2hs = import ../development/libraries/haskell/gtk2hs {
|
||||||
inherit ghc mtl;
|
inherit ghc mtl;
|
||||||
inherit (pkgs) stdenv fetchurl pkgconfig gnome cairo;
|
inherit (pkgs) stdenv fetchurl pkgconfig gnome cairo;
|
||||||
@ -287,7 +287,7 @@ rec {
|
|||||||
haskellSrcMeta = import ../development/libraries/haskell/haskell-src-meta {
|
haskellSrcMeta = import ../development/libraries/haskell/haskell-src-meta {
|
||||||
inherit cabal haskellSrcExts;
|
inherit cabal haskellSrcExts;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPlatform2010100 = pkgs.lowPrio (import ../development/libraries/haskell/haskell-platform/2010.1.0.0.nix {
|
haskellPlatform2010100 = pkgs.lowPrio (import ../development/libraries/haskell/haskell-platform/2010.1.0.0.nix {
|
||||||
inherit cabal ghc fgl
|
inherit cabal ghc fgl
|
||||||
haskellSrc html
|
haskellSrc html
|
||||||
@ -948,7 +948,7 @@ rec {
|
|||||||
inherit cabal gtk2hs binary parsec regexPosix regexCompat utf8String;
|
inherit cabal gtk2hs binary parsec regexPosix regexCompat utf8String;
|
||||||
inherit (pkgs) libedit makeWrapper;
|
inherit (pkgs) libedit makeWrapper;
|
||||||
};
|
};
|
||||||
|
|
||||||
xmobar = import ../applications/misc/xmobar {
|
xmobar = import ../applications/misc/xmobar {
|
||||||
inherit cabal X11 mtl parsec stm utf8String X11_xft;
|
inherit cabal X11 mtl parsec stm utf8String X11_xft;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user