Loading pkgs/by-name/do/doublecmd/package.nix +7 −6 Original line number Diff line number Diff line Loading @@ -10,17 +10,18 @@ libX11, libqtpas, wrapQtAppsHook, writableTmpDirAsHomeHook, }: stdenv.mkDerivation (finalAttrs: { pname = "doublecmd"; version = "1.1.25"; version = "1.1.26"; src = fetchFromGitHub { owner = "doublecmd"; repo = "doublecmd"; rev = "v${finalAttrs.version}"; hash = "sha256-8N1hgbTMIyExZfsxtJAWoT85LaU9pSv7GaXxQYWgEZ4="; tag = "v${finalAttrs.version}"; hash = "sha256-1rUAyI+Qe4I6F1T9KxMxHxedcARav6CE8W5qvWLu8Y0="; }; nativeBuildInputs = [ Loading @@ -28,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: { getopt lazarus wrapQtAppsHook writableTmpDirAsHomeHook ]; buildInputs = [ Loading @@ -42,15 +44,14 @@ stdenv.mkDerivation (finalAttrs: { postPatch = '' patchShebangs build.sh install/linux/install.sh substituteInPlace build.sh \ --replace '$(which lazbuild)' '"${lazarus}/bin/lazbuild --lazarusdir=${lazarus}/share/lazarus"' --replace-warn '$(which lazbuild)' '"${lazarus}/bin/lazbuild --lazarusdir=${lazarus}/share/lazarus"' substituteInPlace install/linux/install.sh \ --replace '$DC_INSTALL_PREFIX/usr' '$DC_INSTALL_PREFIX' --replace-warn '$DC_INSTALL_PREFIX/usr' '$DC_INSTALL_PREFIX' ''; buildPhase = '' runHook preBuild export HOME=$(mktemp -d) ./build.sh release qt5 runHook postBuild Loading Loading
pkgs/by-name/do/doublecmd/package.nix +7 −6 Original line number Diff line number Diff line Loading @@ -10,17 +10,18 @@ libX11, libqtpas, wrapQtAppsHook, writableTmpDirAsHomeHook, }: stdenv.mkDerivation (finalAttrs: { pname = "doublecmd"; version = "1.1.25"; version = "1.1.26"; src = fetchFromGitHub { owner = "doublecmd"; repo = "doublecmd"; rev = "v${finalAttrs.version}"; hash = "sha256-8N1hgbTMIyExZfsxtJAWoT85LaU9pSv7GaXxQYWgEZ4="; tag = "v${finalAttrs.version}"; hash = "sha256-1rUAyI+Qe4I6F1T9KxMxHxedcARav6CE8W5qvWLu8Y0="; }; nativeBuildInputs = [ Loading @@ -28,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: { getopt lazarus wrapQtAppsHook writableTmpDirAsHomeHook ]; buildInputs = [ Loading @@ -42,15 +44,14 @@ stdenv.mkDerivation (finalAttrs: { postPatch = '' patchShebangs build.sh install/linux/install.sh substituteInPlace build.sh \ --replace '$(which lazbuild)' '"${lazarus}/bin/lazbuild --lazarusdir=${lazarus}/share/lazarus"' --replace-warn '$(which lazbuild)' '"${lazarus}/bin/lazbuild --lazarusdir=${lazarus}/share/lazarus"' substituteInPlace install/linux/install.sh \ --replace '$DC_INSTALL_PREFIX/usr' '$DC_INSTALL_PREFIX' --replace-warn '$DC_INSTALL_PREFIX/usr' '$DC_INSTALL_PREFIX' ''; buildPhase = '' runHook preBuild export HOME=$(mktemp -d) ./build.sh release qt5 runHook postBuild Loading