From e898c4f1d5441515c0cc62c32a68a2ce3845d04e Mon Sep 17 00:00:00 2001 From: Alexander Ried Date: Tue, 19 Apr 2016 23:53:47 +0200 Subject: [PATCH] libvirt: add comment about updating --- pkgs/development/libraries/libvirt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix index 1d1945af3194..16a4498f54ca 100644 --- a/pkgs/development/libraries/libvirt/default.nix +++ b/pkgs/development/libraries/libvirt/default.nix @@ -6,7 +6,7 @@ , dnsmasq, libnl, libpcap, libxslt, xhtml1, numad, numactl, perlPackages , curl, libiconv, gmp, xen }: - +# if you update, also bump pythonPackages.libvirt or it will break stdenv.mkDerivation rec { name = "libvirt-${version}"; version = "1.3.3";