* 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:
parent
a9a3aed0c2
commit
c3a52c32a4
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
--replace /usr/sbin/pm- ${pmutils}/sbin/pm-
|
--replace /usr/sbin/pm- ${pmutils}/sbin/pm-
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = "localstatedir=$(TMPDIR)/var";
|
installFlags = "historydir=$(TMPDIR)/foo";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://upower.freedesktop.org/;
|
homepage = http://upower.freedesktop.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user