Added libsexy
svn path=/nixpkgs/trunk/; revision=9710
This commit is contained in:
parent
a64a749d1e
commit
a1c780ce79
17
pkgs/development/libraries/libsexy/default.nix
Normal file
17
pkgs/development/libraries/libsexy/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libxml2, glib, gtk, pango
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libsexy-0.1.11";
|
||||
#builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://releases.chipx86.com/libsexy/libsexy/libsexy-0.1.11.tar.gz;
|
||||
sha256 = "8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libxml2 glib gtk pango
|
||||
];
|
||||
|
||||
#configureFlags="";
|
||||
}
|
Loading…
Reference in New Issue
Block a user