gmtk: remove, source not available anymore

This commit is contained in:
Franz Pletz 2017-01-26 03:23:16 +01:00
parent a8a5d3dcf8
commit 78fe722656
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 0 additions and 20 deletions

View File

@ -1,16 +0,0 @@
{ stdenv, fetchurl, intltool, pkgconfig, gtk2, GConf, alsaLib }:
stdenv.mkDerivation rec {
name = "gmtk-1.0.9b";
src = fetchurl {
url = "http://gmtk.googlecode.com/files/${name}.tar.gz";
sha256 = "07y5hd94qhvlk9a9vhrpznqaml013j3rq52r3qxmrj74gg4yf4zc";
};
buildInputs = [ intltool pkgconfig gtk2 GConf alsaLib ];
meta = {
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -13542,10 +13542,6 @@ with pkgs;
gmpc = callPackage ../applications/audio/gmpc {};
gmtk = callPackage ../applications/networking/browsers/mozilla-plugins/gmtk {
inherit (gnome2) GConf;
};
gnome-mpv = callPackage ../applications/video/gnome-mpv { };
gollum = callPackage ../applications/misc/gollum { };