discrete-scroll: init at 0.1.1

This commit is contained in:
bb2020
2020-08-27 13:47:08 +03:00
parent dd03272130
commit 026269906f
2 changed files with 39 additions and 0 deletions
+4
View File
@@ -88,4 +88,8 @@ in
ios-deploy = callPackage ../os-specific/darwin/ios-deploy {};
discrete-scroll = callPackage ../os-specific/darwin/discrete-scroll {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
})