abook: set platforms to unix
This commit is contained in:
parent
bf756bff7d
commit
cc1e9f4257
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Text-based addressbook program designed to use with mutt mail client";
|
description = "Text-based addressbook program designed to use with mutt mail client";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = [ lib.maintainers.edwtjo ];
|
maintainers = [ lib.maintainers.edwtjo ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue