Merge pull request #111681 from SuperSandro2000/fix-galene

galene: Fix wrong input
This commit is contained in:
Sandro
2021-02-02 21:38:38 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, buildGoModule }:
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "galene";