* Fix the upower build in the case where /var/lib/upower doesn't exist

already (http://hydra.nixos.org/build/1646705).

svn path=/nixpkgs/trunk/; revision=30994
This commit is contained in:
Eelco Dolstra 2011-12-20 23:10:06 +00:00
parent a9a3aed0c2
commit c3a52c32a4

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
--replace /usr/sbin/pm- ${pmutils}/sbin/pm-
'';
installFlags = "localstatedir=$(TMPDIR)/var";
installFlags = "historydir=$(TMPDIR)/foo";
meta = {
homepage = http://upower.freedesktop.org/;