diff options
author | makefu <github@syntax-fehler.de> | 2019-04-04 15:37:35 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-04 15:39:48 +0200 |
commit | 854bd37b06a4bddcf5d71e7c6a2264eaac66c928 (patch) | |
tree | c197d14bce42ca62774a97073fba77f54ba0e505 /makefu/5pkgs/default.nix | |
parent | b162f79087cf0d02948a1cd76697e4958fd37e59 (diff) |
ma pkgs.bento4: rip (upstreamed)
init-host: put into configs to still be able to push to NUR
Diffstat (limited to 'makefu/5pkgs/default.nix')
-rw-r--r-- | makefu/5pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/default.nix b/makefu/5pkgs/default.nix index 8ae41427c..1ae10459f 100644 --- a/makefu/5pkgs/default.nix +++ b/makefu/5pkgs/default.nix @@ -1,4 +1,4 @@ -self: super: +self: super: with super.lib; with builtins; let # This callPackage will try to detect obsolete overrides. callPackage = path: args: let |