Fix .deepOverride on poppler, glib
By moving the default derivation into callPackage call, close #1115.
This commit is contained in:
committed by
Vladimír Čunát
parent
a13ed71b43
commit
78f7baf3b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user