From 91e6fd0d224c961707d5c4980ee96f6c0f81de20 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 17 Mar 2014 05:12:27 +0100 Subject: axbo: Move src attribute to the top. No change in functionality, it just felt ugly to me :-D Signed-off-by: aszlig --- overrides/axbo/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/overrides/axbo/default.nix b/overrides/axbo/default.nix index 527c04be..d83e891d 100644 --- a/overrides/axbo/default.nix +++ b/overrides/axbo/default.nix @@ -4,6 +4,13 @@ stdenv.mkDerivation rec { name = "axbo-research-${version}"; version = "2.0.18"; + src = fetchurl { + url = let + urlversion = stdenv.lib.replaceChars ["."] ["_"] version; + in "https://www.dropbox.com/s/shy0yqcyivonobi/aXbo_unix_${urlversion}.sh"; + sha256 = "1zc3bpqfa5pdpl7masigvv98mi5phl04p80fyd2ink33xbmik70z"; + }; + buildInputs = [ oraclejre librxtx_java ]; unpackCmd = let @@ -67,11 +74,4 @@ stdenv.mkDerivation rec { WRAPPER chmod +x "$out/bin/axbo-research" ''; - - src = fetchurl { - url = let - urlversion = stdenv.lib.replaceChars ["."] ["_"] version; - in "https://www.dropbox.com/s/shy0yqcyivonobi/aXbo_unix_${urlversion}.sh"; - sha256 = "1zc3bpqfa5pdpl7masigvv98mi5phl04p80fyd2ink33xbmik70z"; - }; } -- cgit 1.4.1