From 4188992a09076b04b19e53774b6b45c14f245f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Wed, 20 Jun 2018 16:22:24 +0200 Subject: Remove dead arguments --- default.nix | 2 -- nodegit.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/default.nix b/default.nix index 3d380d0..3b2519f 100644 --- a/default.nix +++ b/default.nix @@ -21,8 +21,6 @@ in sha256 = "adcae5af912dcbdc74d996b6e94767f24d16bf1bdcd5073797f999fe75b018a4"; }; - buildPhase = ":"; - libPath = stdenv.lib.makeLibraryPath libs; nodegitLibrary = stdenv.lib.makeLibraryPath [ nodegit ]; diff --git a/nodegit.nix b/nodegit.nix index 8e898ff..aee9fcf 100644 --- a/nodegit.nix +++ b/nodegit.nix @@ -27,8 +27,6 @@ in sha256 = "d022a88e58fa70f78b59b475fa6ecc6724d372a779b132264cf571f71bc50020"; }; - buildPhase = ":"; - libPath = stdenv.lib.makeLibraryPath libs; installPhase = '' -- cgit v1.2.3