3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

21 commits

Author SHA1 Message Date
figsoda ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Jan Tojnar 777edf6a60 epgstation.updateScript: Fix eval and clean up
- `gnused` was not passed, use `callPackage` to prevent such issues in the future.
- Do not pass redundant attributes like `pname` or `version` to the script,
  `update.nix` already passes them as environment variables.
- Do not combine the scripts manually, we have combinators for that.
- Pass the path to update as an argument so that `update.nix`
  can ensure it is a writeable path instead a one in the Nix store.
2022-10-05 23:21:15 +02:00
Lily Foster dc642a9412 nodePackages: fix builds on x86_64-darwin
Follow-up to #193337 to fix several x86_64-darwin build failures due to
missing xcrun/xcodebuild
2022-10-01 00:46:46 +09:00
José Romildo Malaquias e78c23cf5b
Merge pull request #193248 from romildo/upd.generic-updater
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
Lily Foster e51b313775 epgstation: fix for node2nix npmv7 update 2022-09-28 12:41:47 -04:00
José Romildo 5c9e6f0134 {epgstation,mirakurun}: fix the update script
- The update scripts based on generic-updater now returns an attribute
set instead of just the command to update the package
2022-09-27 23:41:53 -03:00
midchildan 6a0c84d594
epgstation: keep old buildInputs in overrideAttrs 2022-05-14 15:24:01 +09:00
midchildan 834477e4d4
epgstation: move node-pre-gyp and node-gyp-build to buildInputs 2022-05-14 00:48:28 +09:00
midchildan dfeb273bfa
epgstation: fix build 2022-05-13 10:39:02 +09:00
Kira Bruneau 122b290dbe epgstation: use gitUpdater 2022-04-23 15:30:56 -04:00
Naïm Favier 9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
midchildan 697ea7c69c
epgstation: make updateScript create EditorConfig-compliant files 2022-03-12 15:10:39 +09:00
midchildan 227e4f4d0a
epgstation: 1.7.5 -> 2.6.20 2022-03-12 15:10:28 +09:00
José Romildo ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
Felix Buehler e9f78bd7ff epgstation: deprecate phases 2021-08-03 00:01:29 +02:00
Ben Siraphob 3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
midchildan e2a3a02b9b
epgstation: 1.7.4 -> 1.7.5 2020-10-21 00:05:48 +09:00
midchildan 323b47d96e
epgstation: add updateScript 2020-10-20 23:18:03 +09:00
midchildan 36c16fa7e3
nixos/epgstation: add module 2020-09-12 00:34:47 +09:00
midchildan b75887a4b1
epgstation: init at 1.7.4 2020-09-12 00:34:40 +09:00