Merge pull request #110716 from petabyteboy/feature/beam-fix
beamPackages: use callPackagesWith from nixpkgs lib
This commit is contained in:
commit
de121de16e
@ -6,7 +6,7 @@ let
|
|||||||
lib' = pkgs.callPackage ./lib.nix {};
|
lib' = pkgs.callPackage ./lib.nix {};
|
||||||
|
|
||||||
# FIXME: add support for overrideScope
|
# FIXME: add support for overrideScope
|
||||||
callPackageWithScope = scope: drv: args: lib'.callPackageWith scope drv args;
|
callPackageWithScope = scope: drv: args: lib.callPackageWith scope drv args;
|
||||||
mkScope = scope: pkgs // scope;
|
mkScope = scope: pkgs // scope;
|
||||||
|
|
||||||
packages = self:
|
packages = self:
|
||||||
|
Loading…
Reference in New Issue
Block a user