atomicparsely: fixed build
This commit is contained in:
parent
4f43b41240
commit
496371321b
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = with pkgs; [ unzip ];
|
buildInputs = with pkgs; [ unzip ];
|
||||||
patches = [ ./casts.patch ];
|
patches = [ ./casts.patch ];
|
||||||
setSourceRoot = "sourceRoot=${name}-source-${version}";
|
setSourceRoot = "sourceRoot=${product}-source-${version}";
|
||||||
buildPhase = "bash build";
|
buildPhase = "bash build";
|
||||||
installPhase = "install -D AtomicParsley $out/bin/AtomicParsley";
|
installPhase = "install -D AtomicParsley $out/bin/AtomicParsley";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user