treewide: fix *Flags
This commit is contained in:
@@ -9,12 +9,13 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0xf0r6zxaqan1drz61nqf95p2pkiiihpvrjhrr9dx9j3vswyx31g";
|
||||
};
|
||||
|
||||
buildFlags = with stdenv;
|
||||
buildFlags = with stdenv; [ (
|
||||
if isDarwin then "osx"
|
||||
else if isFreeBSD then "freebsd"
|
||||
else "cpulimit";
|
||||
else "cpulimit"
|
||||
) ];
|
||||
|
||||
installFlags = "PREFIX=$(out)";
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://limitcpu.sourceforge.net/;
|
||||
|
||||
Reference in New Issue
Block a user