Netsurf buildysstem: 1.8 -> 1.9

This commit is contained in:
AndersonTorres
2020-09-28 22:39:14 -03:00
parent 9438b04126
commit b055ec84fc
3 changed files with 29 additions and 24 deletions
@@ -0,0 +1,5 @@
{ lib, pkgs }:
lib.makeScope pkgs.newScope (self: with self; {
buildsystem = callPackage ./buildsystem.nix { };
})