arcan.prio: reformat expression

This commit is contained in:
AndersonTorres 2022-03-15 23:30:02 -03:00
parent 9aea52cf10
commit 271f38b401

View file

@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
pname = "prio";
version = "0.pre+unstable=2018-09-13";
version = "0.pre+date=2018-09-13";
src = fetchFromGitHub {
owner = "letoram";
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
hash = "sha256-Idv/duEYmDk/rO+TI8n+FY3VFDtUEh8C292jh12BJuM=";
};
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preInstall