forked from mirrors/nixpkgs
arbtt: jailbreak to fix the build
This commit is contained in:
parent
09b7323abf
commit
2a6c7e2874
|
@ -21,6 +21,7 @@ cabal.mkDerivation (self: {
|
||||||
tastyGolden tastyHunit time transformers utf8String
|
tastyGolden tastyHunit time transformers utf8String
|
||||||
];
|
];
|
||||||
extraLibraries = [ libXScrnSaver ];
|
extraLibraries = [ libXScrnSaver ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://arbtt.nomeata.de/";
|
homepage = "http://arbtt.nomeata.de/";
|
||||||
description = "Automatic Rule-Based Time Tracker";
|
description = "Automatic Rule-Based Time Tracker";
|
||||||
|
|
Loading…
Reference in a new issue