mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
gamin added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10163
This commit is contained in:
parent
9b6e1c8c08
commit
fa4e1290dc
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
libXrender libXScrnSaver libXt libXtst libXv libXxf86misc libxkbfile zlib
|
||||
perl qt openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt expat
|
||||
libtool freetype bzip2 shared_mime_info alsaLib libungif cups
|
||||
gettext enchant openexr aspell stdenv.gcc.libc jasper heimdal
|
||||
gettext enchant openexr aspell stdenv.gcc.libc jasper heimdal fam
|
||||
] ++ kdesupport.all;
|
||||
buildInputs = [ cmake ];
|
||||
patchPhase = "cp ${findIlmBase} ../cmake/modules/FindIlmBase.cmake;
|
||||
|
12
pkgs/development/libraries/gamin/default.nix
Normal file
12
pkgs/development/libraries/gamin/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gamin-0.1.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.gnome.org/~veillard/gamin/sources/${name}.tar.gz";
|
||||
sha256 = "0fgjfyr0nlkpdxj94a4qfm82wypljdyv1b6l56v7i9jdx0hcdqhr";
|
||||
};
|
||||
|
||||
buildInputs = [python pkgconfig glib];
|
||||
configureFlags = "--enable-shared --disable-static --disable-debug";
|
||||
}
|
@ -1805,6 +1805,11 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
gamin = import ../development/libraries/gamin {
|
||||
inherit fetchurl stdenv python pkgconfig;
|
||||
inherit (gtkLibs) glib;
|
||||
};
|
||||
|
||||
geos = import ../development/libraries/geos {
|
||||
lib = lib_unstable;
|
||||
inherit fetchurl fetchsvn stdenv mkDerivationByConfiguration autoconf automake libtool swig which;
|
||||
@ -4687,6 +4692,7 @@ rec {
|
||||
saneBackends chmlib python libzip gmp sqlite libidn runCommand lib
|
||||
openbabel ocaml facile stdenv poppler_data jasper;
|
||||
cdparanoia = cdparanoiaIII;
|
||||
fam = gamin;
|
||||
inherit (xlibs)
|
||||
inputproto kbproto scrnsaverproto xextproto xf86miscproto
|
||||
xf86vidmodeproto xineramaproto xproto libICE libX11 libXau libXcomposite
|
||||
|
Loading…
Reference in New Issue
Block a user