Loading pkgs/by-name/op/openjump/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,8 +24,10 @@ stdenv.mkDerivation (finalAttrs: { # TODO: build from source unpackPhase = '' runHook preUnpack mkdir -p $out/opt unzip $src -d $out/opt runHook postUnpack ''; nativeBuildInputs = [ Loading @@ -34,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: { ]; installPhase = '' runHook preInstall dir=$(echo $out/opt/OpenJUMP-*) chmod +x "$dir/bin/oj_linux.sh" Loading @@ -48,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: { findutils ] } runHook postInstall ''; meta = { Loading Loading
pkgs/by-name/op/openjump/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,8 +24,10 @@ stdenv.mkDerivation (finalAttrs: { # TODO: build from source unpackPhase = '' runHook preUnpack mkdir -p $out/opt unzip $src -d $out/opt runHook postUnpack ''; nativeBuildInputs = [ Loading @@ -34,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: { ]; installPhase = '' runHook preInstall dir=$(echo $out/opt/OpenJUMP-*) chmod +x "$dir/bin/oj_linux.sh" Loading @@ -48,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: { findutils ] } runHook postInstall ''; meta = { Loading