gmtk: remove, source not available anymore
This commit is contained in:
parent
a8a5d3dcf8
commit
78fe722656
@ -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;
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user