about summary refs log tree commit diff
path: root/pkgs/applications/misc/makeself
AgeCommit message (Collapse)AuthorFilesLines
2022-01-02makeself: 2.4.2 -> 2.4.5R. RyanTM1-2/+2
(#144447)
2021-07-06makeself: disable tests for now, working around #110149Vladimír Čunát2-12/+4
I couldn't find an easy way to work around this while doing the tests, so let's disable them for now and work on fixing the sandbox shell instead (and re-enable tests after that is deployed; I hope).
2021-07-05makeself: try to finally solve issues with testsVladimír Čunát2-2/+13
Hopefully fixes #110149. I'm really annoyed with this on 21.05 now: https://hydra.nixos.org/build/147005675#tabs-buildsteps and this isn't the first time it's caused significant issues.
2021-05-17makeself: fix testsJonathan Ringer1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-15makeself: add which to inputsVladimír Čunát1-1/+2
I've been unable to reproduce the problem that repeatedly manifests on Hydra, but this change is cheap. Close #89343 (thanks).
2020-04-27makeself: 2.4.0 -> 2.4.2Keshav Kini2-50/+10
Upstream now provides a Makefile that builds a self-extracting installer and also has a test target. We don't need the self-extracting installer, but we might as well build it anyway as an additional test.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-5/+5
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-03makeself: backport megastep/makeself#142Keshav Kini2-1/+47
Currently, a self-extracting archive created by makeself will fail to properly execute on NixOS because the boilerplate Bash code it uses to clean up the temporary directory it extracted its contents into assumes that the `rm` command is installed at `/bin/rm`, which is not the case on NixOS. This commit, a backport of a pull request I made to the upstream repository at megastep/makeself#142, fixes the issue by causing the boilerplate code to call `rm` without specifying an absolute path, which allows the version of `rm` from one's current Nix environment to be used instead.
2018-05-03makeself: 2.3.1 -> 2.4.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/makeself/versions. These checks were done: - built on NixOS - ran ‘/nix/store/5j88qgnbbry87m8164s0a9agvz92z36q-makeself-2.4.0/bin/makeself -v’ and found version 2.4.0 - ran ‘/nix/store/5j88qgnbbry87m8164s0a9agvz92z36q-makeself-2.4.0/bin/makeself --version’ and found version 2.4.0 - found 2.4.0 with grep in /nix/store/5j88qgnbbry87m8164s0a9agvz92z36q-makeself-2.4.0 - directory tree listing: https://gist.github.com/5a4661783df3d9d6558c8f6670385b79
2017-10-23makeself: 2.2.0 -> 2.3.1jammerful1-6/+8
2016-06-14makeself: header wasn't being patched correctlyMatthew Bauer1-5/+11
2016-05-04makeself: fix patch to find the makeself header properlyDan Peebles1-1/+1
2014-07-22Add missing 's' in remaining meta.maintainer(s) attrsBjørn Forsman1-1/+1
2014-06-30makeself: bump to 2.2.0Wout Mertens1-9/+11
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-02-01new makeself: 2.1.5David Guibert1-0/+23
svn path=/nixpkgs/trunk/; revision=25743