spice-protocol: 0.12.7 -> 0.12.9
This commit is contained in:
parent
52b5acb2e4
commit
332826cce4
|
@ -1,13 +1,18 @@
|
||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "spice-protocol-0.12.7";
|
name = "spice-protocol-0.12.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
|
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
|
||||||
sha256 = "1hhn94bw2l76h09sy05a15bs6zalsijnylyqpwcys5hq6rrwpiln";
|
sha256 = "0xkqycpqpkxjlcg4fk1vyv2vjni60s0fjx5l57918q0mvlsgh319";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/lib
|
||||||
|
ln -sv ../share/pkgconfig $out/lib/pkgconfig
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Protocol headers for the SPICE protocol";
|
description = "Protocol headers for the SPICE protocol";
|
||||||
homepage = http://www.spice-space.org;
|
homepage = http://www.spice-space.org;
|
||||||
|
|
Loading…
Reference in New Issue