mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-22 19:05:41 +00:00
Stop moving unnecessary files
We no longer need to move the packages.py file if pridefetch has been packaged into an executable
This commit is contained in:
parent
4608c0b1da
commit
65ee1c997c
@ -22,7 +22,6 @@
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp ${./pridefetch} $out/bin/pridefetch
|
cp ${./pridefetch} $out/bin/pridefetch
|
||||||
cp ${./packages.py} $out/bin/packages.py
|
|
||||||
chmod +x $out/bin/pridefetch
|
chmod +x $out/bin/pridefetch
|
||||||
'';
|
'';
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user