forked from mirrors/nixpkgs
tmpwatch: *Flags are lists
This commit is contained in:
parent
e41bead685
commit
4d4a2b4724
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "1m5859ngwx61l1i4s6fja2avf1hyv6w170by273w8nsin89825lk";
|
||||
};
|
||||
|
||||
configureFlags="--with-fuser=${psmisc}/bin/fuser";
|
||||
configureFlags = [ "--with-fuser=${psmisc}/bin/fuser" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://fedorahosted.org/tmpwatch/;
|
||||
|
|
Loading…
Reference in a new issue