pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "glee";
|
||||
rev = "f727ec7463d514b6279981d12833f2e11d62b33d";
|
||||
version = "20170205-${stdenv.lib.strings.substring 0 7 rev}";
|
||||
version = "20170205-${lib.strings.substring 0 7 rev}";
|
||||
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
|
||||
Reference in New Issue
Block a user