2022-04-20 16:41:20 +02:00
|
|
|
# Copyright 2022 The TVL Contributors
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-10-31 18:54:31 +01:00
|
|
|
|
2020-02-25 19:40:25 +01:00
|
|
|
{ buildGoPackage }:
|
2019-10-31 18:54:31 +01:00
|
|
|
|
2020-02-25 19:40:25 +01:00
|
|
|
buildGoPackage {
|
2019-10-31 18:54:31 +01:00
|
|
|
name = "nixery-popcount";
|
|
|
|
|
2020-02-25 19:40:25 +01:00
|
|
|
src = ./.;
|
|
|
|
|
|
|
|
goPackagePath = "github.com/google/nixery/popcount";
|
|
|
|
doCheck = true;
|
2019-10-31 18:54:31 +01:00
|
|
|
}
|