treewide: remove inherited stdenv.lib

This commit is contained in:
Ben Siraphob
2021-01-27 12:44:43 +07:00
parent db4cede416
commit 3bbad8b041
32 changed files with 37 additions and 52 deletions
@@ -1,8 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkg-config, openssl, boost, gmp, procps }:
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, openssl, boost, gmp, procps }:
let
rev = "9e6b19ff15bc19fba5da1707ba18e7f160e5ed07";
inherit (stdenv) lib;
in stdenv.mkDerivation rec {
name = "libsnark-pre${version}";
version = lib.substring 0 8 rev;