mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
wallutils: use buildGoPackage
This commit is contained in:
parent
4a414f378b
commit
f14caea161
@ -1,8 +1,8 @@
|
||||
{ buildGoModule, fetchFromGitHub, lib
|
||||
{ buildGoPackage, fetchFromGitHub, lib
|
||||
, wayland, libX11, xbitmaps, libXcursor, libXmu, libXpm
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGoPackage rec {
|
||||
pname = "wallutils";
|
||||
version = "5.8.2";
|
||||
|
||||
@ -13,7 +13,7 @@ buildGoModule rec {
|
||||
sha256 = "1ghvcxsy5prj8l38r4lg39imsqbwmvn1zmiv7004j6skmgpaaawh";
|
||||
};
|
||||
|
||||
modSha256 = "0siw1g3fsk1xjri9k1pb03filax8an5sfza5db52krh80g9xasah";
|
||||
goPackagePath = "github.com/xyproto/wallutils";
|
||||
|
||||
patches = [ ./lscollection-Add-NixOS-paths-to-DefaultWallpaperDirectories.patch ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user