pfetch: fix 'dontbuild' attribute (-> "dontBuild"), touchup installPhase
This commit is contained in:
parent
10b1ba0c93
commit
8e48bafca1
@ -11,11 +11,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "180vvbmvak888vs4dgzlmqk0ss4qfsz09700n4p8s68j7krkxsfq";
|
||||
};
|
||||
|
||||
dontbuild = true;
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp pfetch $out/bin
|
||||
install -Dm755 -t $out/bin pfetch
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user