]> git.immae.eu Git - github/fretlink/clever-tools-nix.git/commitdiff
Remove dead arguments
authorFrédéric Menou <frederic.menou@fretlink.com>
Wed, 20 Jun 2018 14:22:24 +0000 (16:22 +0200)
committerFrédéric Menou <frederic.menou@fretlink.com>
Wed, 20 Jun 2018 14:22:24 +0000 (16:22 +0200)
default.nix
nodegit.nix

index 3d380d0d682a638b623cee3d80515fe09908d132..3b2519f7c4b95c86fcb6e0214e56e16af3ee7426 100644 (file)
@@ -21,8 +21,6 @@ in
       sha256 = "adcae5af912dcbdc74d996b6e94767f24d16bf1bdcd5073797f999fe75b018a4";
     };
 
-    buildPhase = ":";
-
     libPath = stdenv.lib.makeLibraryPath libs;
 
     nodegitLibrary = stdenv.lib.makeLibraryPath [ nodegit ];
index 8e898ff7c7e93b89c2ffd7721343d6411d4beebf..aee9fcf6f109513c5b87fb8347488821d5552b5a 100644 (file)
@@ -27,8 +27,6 @@ in
       sha256 = "d022a88e58fa70f78b59b475fa6ecc6724d372a779b132264cf571f71bc50020";
     };
 
-    buildPhase = ":";
-
     libPath = stdenv.lib.makeLibraryPath libs;
 
     installPhase = ''