treewide: use dontUnpack
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
# colon is bash form of no-op (do nothing)
|
||||
unpackPhase = ":";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/runelite
|
||||
|
||||
Reference in New Issue
Block a user