mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
libivykis: 0.39 -> 0.40
This commit is contained in:
parent
63f7d53572
commit
8837b4a1c6
@ -3,16 +3,18 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libivykis-${version}";
|
||||
|
||||
version = "0.39";
|
||||
version = "0.40";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libivykis/${version}/ivykis-${version}.tar.gz";
|
||||
sha256 = "11d7sjbhcll932rlvx9sf3vk60b5bazmjf4vlr4qd9cz0cashizz";
|
||||
sha256 = "1rn32dijv0pn9y2mbdg1n7al4h4i5pwwhhihr9pyakwyb6qgmqxj";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook pkgconfig file protobufc ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ file protobufc ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://libivykis.sourceforge.net/";
|
||||
description = ''
|
||||
A thin wrapper over various OS'es implementation of I/O readiness
|
||||
notification facilities
|
||||
|
Loading…
Reference in New Issue
Block a user