arcan.prio: reformat expression

main
AndersonTorres 2 years ago
parent 9aea52cf10
commit 271f38b401
  1. 6
      pkgs/desktops/arcan/prio/default.nix

@ -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

Loading…
Cancel
Save