Fix .deepOverride on poppler, glib

By moving the default derivation into callPackage call, close #1115.
This commit is contained in:
Marc Weber
2013-10-26 13:54:24 +02:00
committed by Vladimír Čunát
parent a13ed71b43
commit 78f7baf3b7
3 changed files with 8 additions and 8 deletions
@@ -54,7 +54,6 @@ let
};
} merge ]); # poppler_drv
in rec {
/* We always use cairo in poppler, so we always depend on glib,
so we always build the glib wrapper (~350kB).
We also always build the cpp wrapper (<100kB).
@@ -69,4 +68,5 @@ in rec {
NIX_LDFLAGS = "-lpoppler";
postConfigure = "cd qt4";
};
}
in { inherit poppler_glib poppler_qt4; } // poppler_glib