wip
This commit is contained in:
parent
c21b2e1358
commit
4c2f85ad62
8 changed files with 285 additions and 65 deletions
|
|
@ -51,9 +51,7 @@
|
|||
package =
|
||||
name: path:
|
||||
let
|
||||
pkg = (pkgs' pkgs).callPackage path {
|
||||
original = pkgs.${name} or null;
|
||||
};
|
||||
pkg = pkgs.lib.callPackageWith ((pkgs' pkgs) // { original = pkgs.${name} or null; }) path {};
|
||||
patches = scan (name: type: if lib.strings.removeSuffix ".patch" name != name then name else null) (
|
||||
name: path: path
|
||||
) path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue