Looking at the unixcw package, it says it includes cwcp
and xcwcp
.
I do find xcwcp
in my path, but not cwcp
.
How can that be?
Looking at the unixcw package, it says it includes cwcp
and xcwcp
.
I do find xcwcp
in my path, but not cwcp
.
How can that be?
says cw
cwgen
xcwcp
are available in path. maybe cw
is the cwcp
you’re looking for?
I am not familiar with unixcw.
There’s no package in nixpkgs that includes a command cwcp
.
If the nixpkgs package should have cwcp
per upstream docs, then I guess file a bug for it.
Thanks; that seems like a fix, it seems, but how can I use it?
I guess I can’t use unstable.unixcw, since it’s not in unstable, yet.
nix shell --option experimental-features 'nix-command flakes' github:eclairevoyant/nixpkgs-contrib/unixcw-fix#unixcw
you’ll now have all the unixcw commands in your current shell.
Yup; that works; thanks a bunch;)