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
commit ba5029b64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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