Fix tarball

This commit is contained in:
Shea Levy 2015-05-20 14:09:15 -04:00
parent 824da827ac
commit e3ed4b590b
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig makeWrapper intltool curl gettext perl perlXMLParser
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 ];
patchPhase = ''

View File

@ -17,7 +17,7 @@ buildGoPackage rec {
buildInputs = [
goPackages.glog
goPackages.protobuf
goPackages.fsnotify
goPackages.fsnotify.v1
goPackages.httprouter
goPackages.prometheus.client_golang
goPackages.pushover

View File

@ -13,7 +13,7 @@ goPackages.buildGoPackage rec {
};
buildInputs = with goPackages; [
fsnotify
fsnotify.v1
prometheus.client_golang
];