nwjs: remove phases
This commit is contained in:
parent
327cb2e9f0
commit
768623e437
2 changed files with 0 additions and 4 deletions
|
@ -30,8 +30,6 @@ in stdenv.mkDerivation rec {
|
|||
"117gx6yjbcya64yg2vybcfyp591sid209pg8a33k9afbsmgz684c";
|
||||
};
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/nwjs
|
||||
cp -R * $out/share/nwjs
|
||||
|
|
|
@ -47,8 +47,6 @@ in stdenv.mkDerivation rec {
|
|||
"0nlpdz76k1p1pq4xygfr2an91m0d7p5fjyg2xhiggyy8b7sp4964";
|
||||
};
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
# we have runtime deps like sqlite3 that should remain
|
||||
dontPatchELF = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue