mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
smartgithg: fix execution on nixos (#197927)
* smartgithg: fix execution on nixos * Update pkgs/applications/version-management/smartgithg/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
4fc5d982c9
commit
b621c3ab11
@ -34,7 +34,10 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix JRE_HOME : ${jre} \
|
--prefix JRE_HOME : ${jre} \
|
||||||
--prefix JAVA_HOME : ${jre} \
|
--prefix JAVA_HOME : ${jre} \
|
||||||
--prefix SMARTGITHG_JAVA_HOME : ${jre} \
|
--prefix SMARTGITHG_JAVA_HOME : ${jre} \
|
||||||
) \
|
)
|
||||||
|
# add missing shebang for start script
|
||||||
|
sed -i $out/bin/smartgit \
|
||||||
|
-e '1i#!/bin/bash'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user