summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pango
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-23 11:00:05 +0000
committerPeter Simons <simons@cryp.to>2011-08-23 11:00:05 +0000
commit058055fd16f820b818090b1a0d8b7135f5bebc32 (patch)
tree996aa456e74299d944c1b53452b992cea196d285 /pkgs/development/libraries/haskell/pango
parent97de61b5b15afcf298bf9dc4306d8a2b7125a226 (diff)
haskell-packages: normalize all lists to state their elements in alphabetical order
svn path=/nixpkgs/trunk/; revision=28774
Diffstat (limited to 'pkgs/development/libraries/haskell/pango')
-rw-r--r--pkgs/development/libraries/haskell/pango/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/pango/default.nix b/pkgs/development/libraries/haskell/pango/default.nix
index 6e2cd31023200..aff6bdb731571 100644
--- a/pkgs/development/libraries/haskell/pango/default.nix
+++ b/pkgs/development/libraries/haskell/pango/default.nix
@@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
   sha256 = "1vp0hl4kpgcc3xphml1hmy04hqcn12y0ks03nn32g6g33ni9mwrb";
   buildDepends = [ cairo glib mtl ];
   buildTools = [ gtk2hsBuildtools ];
-  extraLibraries = [ pkgconfig glibc ];
+  extraLibraries = [ glibc pkgconfig ];
   pkgconfigDepends = [ cairo pango ];
   meta = {
     homepage = "http://www.haskell.org/gtk2hs/";