zathuraPkgs: drop pkgs from callPackage input
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
stdenv,
|
||||
newScope,
|
||||
gtk3,
|
||||
useMupdf ? true,
|
||||
}:
|
||||
|
||||
lib.makeScope pkgs.newScope (
|
||||
lib.makeScope newScope (
|
||||
self:
|
||||
let
|
||||
callPackage = self.callPackage;
|
||||
@@ -13,7 +15,7 @@ lib.makeScope pkgs.newScope (
|
||||
{
|
||||
inherit useMupdf;
|
||||
|
||||
gtk = pkgs.gtk3;
|
||||
gtk = gtk3;
|
||||
|
||||
zathura_core = callPackage ./core { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user