Merge pull request #130765 from Stunkymonkey/open-ecard-phases

open-ecard: deprecate phases
This commit is contained in:
Sandro 2021-07-22 16:50:46 +02:00 committed by GitHub
commit db6dfe5f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
src = srcs.richclient;
phases = "installPhase";
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];