Reorganize nix files
This commit is contained in:
parent
cb98d37133
commit
f0e6a9f195
3 changed files with 13 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, stdenv, glibc }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "inkpot-cli";
|
||||
|
|
@ -7,6 +7,12 @@ buildGoModule rec {
|
|||
src = ./.;
|
||||
vendorSha256 = "sha256-W+oAjjRYXoKM20nubO0y2yUA4WRjOn7zki3pIf9TMvc=";
|
||||
|
||||
buildInputs = [
|
||||
stdenv
|
||||
glibc.static
|
||||
];
|
||||
ldflags = "-linkmode external -extldflags -static";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line tool to customize Spotify client";
|
||||
homepage = "https://github.com/khanhas/spicetify-cli/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue