libkscreen: fix circular references

This commit is contained in:
Thomas Tuegel
2017-08-21 06:51:33 -05:00
parent 91b99ec929
commit 7c850a0fd6
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -71,6 +71,8 @@ let
propagateBin = propagate "bin";
callPackage = self.newScope {
inherit propagate propagateBin;
mkDerivation = args:
let
inherit (args) name;