catclock: Add darwin support
This commit is contained in:
parent
ee16dba630
commit
3d3d607408
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://codefromabove.com/2014/05/catclock/;
|
homepage = http://codefromabove.com/2014/05/catclock/;
|
||||||
license = with licenses; mit;
|
license = with licenses; mit;
|
||||||
maintainers = with maintainers; [ ramkromberg ];
|
maintainers = with maintainers; [ ramkromberg ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user