* Updated libnih and mountall.
svn path=/nixpkgs/branches/kde-4.7/; revision=27927
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{ stdenv, fetchurl, pkgconfig, dbus, expat }:
|
||||
|
||||
let version = "1.0.2"; in
|
||||
let version = "1.0.3"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libnih-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://code.launchpad.net/libnih/1.0/${version}/+download/libnih-${version}.tar.gz";
|
||||
sha256 = "0zi5qacppsipc03gqdr0vpgfqk17kxxxnrqzb6md12kixfahl33v";
|
||||
sha256 = "01glc6y7z1g726zwpvp2zm79pyb37ki729jkh45akh35fpgp4xc9";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig dbus expat ];
|
||||
|
||||
|
||||
meta = {
|
||||
description = "A small library for C application development";
|
||||
homepage = https://launchpad.net/libnih;
|
||||
|
||||
Reference in New Issue
Block a user