Fix tarball
This commit is contained in:
parent
824da827ac
commit
e3ed4b590b
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig makeWrapper intltool curl gettext perl perlXMLParser
|
buildInputs = [ pkgconfig makeWrapper intltool curl gettext perl perlXMLParser
|
||||||
flex libgpod libid3tag flac libvorbis gtk3 gdk_pixbuf libglade gnome.anjuta
|
flex libgpod libid3tag flac libvorbis gtk3 gdk_pixbuf libglade gnome.anjuta
|
||||||
gnome.gdl gnome.gnome_icon_theme_symbolic gnome.gnome_icon_theme
|
gnome.gdl gnome.defaultIconTheme
|
||||||
hicolor_icon_theme ];
|
hicolor_icon_theme ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
@ -17,7 +17,7 @@ buildGoPackage rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
goPackages.glog
|
goPackages.glog
|
||||||
goPackages.protobuf
|
goPackages.protobuf
|
||||||
goPackages.fsnotify
|
goPackages.fsnotify.v1
|
||||||
goPackages.httprouter
|
goPackages.httprouter
|
||||||
goPackages.prometheus.client_golang
|
goPackages.prometheus.client_golang
|
||||||
goPackages.pushover
|
goPackages.pushover
|
||||||
|
@ -13,7 +13,7 @@ goPackages.buildGoPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with goPackages; [
|
buildInputs = with goPackages; [
|
||||||
fsnotify
|
fsnotify.v1
|
||||||
prometheus.client_golang
|
prometheus.client_golang
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user