Commit Graph

60 Commits

Author SHA1 Message Date
David McFarland
dbfac2ae59 godot: 4.6 -> 4.7 as default 2026-06-24 17:39:19 -03:00
Sam Cribbs
4d2c1e88b4 godot_4_7: init at 4.7-stable
Assisted-by: GitHub Copilot
2026-06-23 11:53:03 -07:00
David McFarland
a7b2af2f59 godot: 4.5.1-stable -> 4.6-stable 2026-01-26 12:23:09 -04:00
David McFarland
77fcbd9095 godot_4_6: init at 4.6-stable 2026-01-26 11:53:15 -04:00
Niklas Korz
fd5fbeb2cb godot: default to godot 4.5 2025-09-16 21:11:00 +02:00
Niklas Korz
966d5ad75a godot_4_5: init at 4.5-stable
https://godotengine.org/releases/4.5/

Co-authored-by: David McFarland <corngood@gmail.com>
2025-09-16 20:53:26 +02:00
David McFarland
54fee419c5 godot: package export templates 2025-05-10 20:50:00 -03:00
David McFarland
312201aeb3 godot-export-templates: rename to godot-export-templates-bin 2025-05-10 20:50:00 -03:00
Philip Taron
4d1a26b2ad godot: fix eval on Nix 2.3 2025-03-17 12:04:17 -07:00
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01:00
David McFarland
04fce5b868 godot_4: default to godot 4.4 2025-03-08 11:22:00 -04:00
David McFarland
a30f85f22c godot_4-export-templates: add version to derivation 2025-03-08 11:17:24 -04:00
David McFarland
1fd7e115a8 godot_4_4: init at 4.4-stable 2025-03-08 11:17:01 -04:00
David McFarland
57cb153e9f godot: support multiple versions 2025-03-08 11:17:00 -04:00
David McFarland
5e448a752f godot: move all packages into pkgs/development/tools/godot 2025-03-08 10:19:47 -04:00
Shiryel
e149ae2429 godot_4: init at 4.0-beta3 2022-10-23 18:00:52 -03:00
Artturin
f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
R. Ryantm
d0e2797516 godot: 3.5 -> 3.5.1 2022-09-28 19:07:49 +00:00
matthewcroughan
9c86dfdd61 godot: use wrapProgram instead of makeWrapper
This solves an accidental infinite recursion in wrapper generation caused by using makeWrapper on the same input and output path
2022-08-20 21:20:08 +01:00
Leiser Fernández Gallo
ae978f07c5 godot: 3.4.4 -> 3.5 (#186692)
Co-authored-by: matthewcroughan <matt@croughan.sh>
2022-08-19 22:06:25 +02:00
R. Ryantm
ebe2adcc71 godot: 3.4.2 -> 3.4.4 2022-04-07 23:42:13 +00:00
R. Ryantm
a2968d985b godot: 3.4 -> 3.4.2 2021-12-31 02:55:33 +00:00
dunklecat
8f5073b59e update formatting
https://nix-community.github.io/nixpkgs-fmt/
2021-11-13 08:11:10 +01:00
dunklecat
bd084e9b2a godot: 3.3.4 -> 3.4 2021-11-12 18:39:43 +01:00
dunklecat
c28ad41049 godot: 3.3.3 -> 3.3.4 2021-11-12 17:53:35 +01:00
creator54
b32b998d21 godot: 3.3.2 -> 3.3.3 2021-09-26 23:50:07 +05:30
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Robert Whitaker
8a8500c2ad godot: 3.2.2 -> 3.3.2 (#123126)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-30 04:17:22 +02:00
Ethan Edwards
ba656985fb godot: clean up code 2021-04-14 16:28:57 -04:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Fabian Thorand
a7cbe40289 godot: 3.2.2 -> 3.2.3 2020-10-02 21:00:16 +02:00
tilpner
20479cd349 godot: 3.2.1 -> 3.2.2 2020-07-07 22:17:58 +02:00
josephtheengineer
49f0b276f8 godot: 3.2 -> 3.2.1 2020-03-23 20:35:53 +10:00
Andrew Abbott
cf8bb29287 godot: 3.1.2 -> 3.2 2020-02-13 10:27:23 +11:00
André-Patrick Bubel
e2d24a023f godot: 3.1.1 -> 3.1.2 2019-12-04 20:55:39 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
b66537aafe godot: 3.1 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/godot/versions
2019-05-01 11:14:30 +02:00
tilpner
94717b7ee1 godot: 3.0.6 -> 3.1 2019-03-21 19:23:04 +01:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
R. RyanTM
0f5d197545 godot: 3.0.4 -> 3.0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/godot/versions
2018-09-06 22:04:59 -07:00
R. RyanTM
01c7edd4f4 godot: 3.0.3 -> 3.0.4 (#42507)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/godot/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4/bin/godot had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.0.4 with grep in /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4
- directory tree listing: https://gist.github.com/bdbe8596726721b6c715d84c81579c57
- du listing: https://gist.github.com/6235762e4766106db266094344e36ae7
2018-06-24 21:37:59 +02:00
R. RyanTM
013c414e64 godot: 3.0.2 -> 3.0.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/godot/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/4hkbcbl0sgbd9npxsdf1qyn46k7npxgg-godot-3.0.3/bin/godot had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.0.3 with grep in /nix/store/4hkbcbl0sgbd9npxsdf1qyn46k7npxgg-godot-3.0.3
- directory tree listing: https://gist.github.com/ed73ee8e6d32a2bca8e7187447417b7e
- du listing: https://gist.github.com/25aba4f04e5002d49d3e5b12c3eed088
2018-06-19 11:32:20 -07:00
James Kay
76f32d9b41 godot: add a dev output containing the gdnative headers 2018-05-02 11:24:32 +01:00
Corey O'Connor
39db8ac1d8 godot: add application metadata and man page to share. 2018-04-04 16:38:36 -07:00
James Kay
9508150198 godot: don't require gcc5 2018-03-19 14:51:36 +00:00
James ‘Twey’ Kay
4708b4e03b godot: fix stupid typo 2018-03-18 15:57:57 +00:00
James Kay
5fbbd5e02b godot: 3.0 -> 3.0.2 2018-03-16 19:54:32 +00:00
James Kay
998f42aa48 godot: restrict build platforms to [ "i686-linux" "x86_64-linux" ] 2018-03-16 19:46:54 +00:00
James Kay
7ba969f87e godot: stop build process from looking in global directories 2018-03-16 19:46:53 +00:00