listenbrainz-content-resolver: use shorter binary name
This commit is contained in:
parent
ac29bf917a
commit
b5bb0c3e80
|
@ -73,7 +73,7 @@ buildPythonPackage rec {
|
|||
|
||||
postInstall = ''
|
||||
mkdir -p $out/bin
|
||||
cp $src/resolve.py $out/bin/${pname}
|
||||
cp $src/resolve.py $out/bin/lb-content-resolver
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue