mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
commit
f22a744945
@ -1,17 +1,17 @@
|
|||||||
{stdenv, fetchurl, gtk, pkgconfig}:
|
{stdenv, fetchurl, gtk, pkgconfig}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtkdialog-0.7.9";
|
name = "gtkdialog-0.8.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://linux.pte.hu/pub/gtkdialog/gtkdialog-0.7.9.tar.gz;
|
url = http://gtkdialog.googlecode.com/files/gtkdialog-0.8.3.tar.gz;
|
||||||
sha256 = "142k8fnh1b8jclm7my2rhk7n8j1b0xh76b2gg712r738r94qwka2";
|
sha256 = "ff89d2d7f1e6488e5df5f895716ac1d4198c2467a2a5dc1f51ab408a2faec38e";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk pkgconfig ];
|
buildInputs = [ gtk pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://linux.pte.hu/~pipas/gtkdialog/;
|
homepage = http://gtkdialog.googlecode.com/;
|
||||||
description = "Small utility for fast and easy GUI building from many scripted and compiled languages";
|
description = "Small utility for fast and easy GUI building from many scripted and compiled languages";
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user