Commit Graph

1932 Commits

Author SHA1 Message Date
Robert Scott
db5b502275
Merge pull request #173048 from W95Psp/ploticus-patch
ploticus: fix
2022-05-15 14:14:59 +01:00
Lucas Franceschino
aa8e4e5a0e ploticus: add Darwin support
thanks @risicle
2022-05-15 11:04:03 +02:00
Mario Rodas
5c65358c41
Merge pull request #171520 from Flakebi/amber
google-amber: 2020-09-23 -> 2022-04-21
2022-05-14 19:24:02 -05:00
Lucas Franceschino
8714f77b8b ploticus: fix 2022-05-14 18:11:23 +02:00
Sergei Trofimovich
38d8148d11 cuneiform: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: cgminer-driver-modminer.o:/build/source/miner.h:285:
      multiple definition of `bitforce_drv'; cgminer-cgminer.o:/build/source/miner.h:285:
      first defined here
2022-05-12 22:33:29 +01:00
Mustafa Çalışkan
f24cf4422d maintainers: change musfay to muscaln 2022-05-10 21:34:19 +03:00
teutat3s
8978e8072d
grim: upstream moved from GitHub to Sourcehut 2022-05-05 19:33:26 +02:00
Sebastian Neubauer
4953c6b5e9 google-amber: 2020-09-23 -> 2022-04-21
Amber stopped compiling with a compiler update, so take the chance to
update the package to a more recent commit.

Also update the pinned dependencies to their new version.
2022-05-04 13:16:34 +02:00
Sean D Gillespie
a656052b5d
Vulkan: Refactor (pkgconfig -> pkg-config)
Use pkg-config rather than pkgconfig
2022-05-03 21:50:21 -04:00
Vladimír Čunát
c480cc2895
Merge branch 'master' into staging-next-2022-04-23 2022-04-30 23:02:28 +02:00
yuu
7c345d1980 svgcleaner: init at unstable-2021-08-30 2022-04-29 09:32:19 -05:00
Vladimír Čunát
8caa1418f6
Merge branch 'master' into staging-next-2022-04-23 2022-04-28 18:04:16 +02:00
Jan Tojnar
47c29a2bbb
Merge pull request #167238 from alexshpilkin/pfstools
pfstools: fix build of pfsglview with newer cmake
2022-04-28 16:16:14 +02:00
papojari
f7fd2ee680
init: pixel2svg at 0.3.0 (#170487)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-28 10:54:33 +02:00
Sean D Gillespie
f089fdbc80
Vulkan: 1.2.198.0 -> 1.3.211.0
Update:
 * glslang
 * spirv-headers
 * spirv-toools
 * vulkan-extension-layer
 * vulkan-headers
 * vulkan-loader
 * vulkan-tools
 * vulkan-tools-lunarg
 * vulkan-validation-layers

Fixes #161060
2022-04-26 21:38:50 -04:00
github-actions[bot]
6f66eac9d1
Merge master into staging-next 2022-04-24 18:01:04 +00:00
zendo
50121730ca
pngtools: init at unstable-2022-03-14 (#169875) 2022-04-24 10:26:01 -05:00
Fabián Heredia Montiel
2b730c8d5c enblend-enfuse: 4.2 → unstable-2022-03-06 2022-04-23 12:16:42 -05:00
Artturi
785373a76f
Merge pull request #166605 from siraben/remove-redundant-stdenv 2022-04-22 20:25:38 +03:00
Samuel Rounce
8f25cec30f graphviz: 2.49.3 -> 2.50.0 2022-04-21 16:35:25 +01:00
Lassulus
1d49d852df
Merge pull request #159288 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.2 -> 5.4.3
2022-04-20 22:43:16 +01:00
Paul Mulders
2e5cf11842 cuneiform: fix build with gcc 11 2022-04-18 16:35:53 +02:00
Martin Weinelt
fa1bb283d8 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-16 23:14:55 +02:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
R. Ryantm
36873851dc sic-image-cli: 0.19.1 -> 0.20.0 2022-04-16 14:20:17 -04:00
Martin Weinelt
a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
4825764518
313e2a5124
quirc: fix darwin build
Some linux-only samples prevented this package from building on x86_64 and aarch64 darwin systems.
2022-04-13 00:56:27 -04:00
4825764518
e51d4a13bc
quirc: 2020-04-16 -> 2021-10-08 2022-04-13 00:50:29 -04:00
Ryan Mulligan
a3ade44e88
Merge pull request #168278 from dasisdormax/astc-encoder-require-64bit
astc-encoder: 3.5 -> 3.6
2022-04-11 12:50:29 -07:00
Maximilian Wende
597ebfcae2
astc-encoder: limit to 64-bit target architectures
Mark this package as supported only on 64 bit architectures, as the build fails for 32 bit targets. Maybe this can be fixed in the future
2022-04-11 15:47:03 +02:00
R. Ryantm
8f07a30e7d astc-encoder: 3.5 -> 3.6 2022-04-11 02:00:21 +00:00
Sandro Jäckel
507dc6bae6
pngcheck: fix meta.platforms not being flattened, remove zlib overwrite
zlib is build with static by default
2022-04-10 22:25:03 +02:00
Alexander Shpilkin
1cd122e7b6
pfstools: fix build of pfsglview with newer cmake
The CMake build configuration for pfsglview used an internal variable,
GLUT_glut_LIBRARY, to link with GLUT, which seems to have stopped
working when CMake was bumped from 3.21 in 3.22 in nixpkgs#147818. Use
the officially documented GLUT_LIBRARIES instead.
2022-04-04 23:51:27 +03:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging 2022-03-31 12:02:10 +00:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
github-actions[bot]
36198fe197
Merge staging-next into staging 2022-03-27 18:01:40 +00:00
R. Ryantm
389143bd7a sic-image-cli: 0.19.0 -> 0.19.1 2022-03-27 11:22:55 -04:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
Ryan Mulligan
2a01ab7354
Merge pull request #164710 from r-ryantm/auto-update/astc-encoder
astc-encoder: 3.4 -> 3.5
2022-03-21 10:01:19 -07: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
Nick Braga
06f09c3d3f wkhtmltopdf-bin: init at 0.12.6-1 2022-03-18 23:14:41 -04:00
R. Ryantm
7c26be24f3 astc-encoder: 3.4 -> 3.5 2022-03-18 13:12:55 +00:00
R. Ryantm
718c34857c agi: 2.2.0-dev-20220120 -> 3.1.0-dev-20220314 2022-03-15 00:47:24 +00:00
Sandro
8335e40dfd
Merge pull request #147442 from Smittyvb/init-pngoptimizer 2022-03-14 01:49:31 +01:00
Renaud
4137c8c3ce
Merge pull request #162186 from r-ryantm/auto-update/svgbob
svgbob: 0.6.5 -> 0.6.6
2022-03-10 23:20:57 +01:00
Bobby Rong
d8cbebf2e9
Merge pull request #163436 from dasisdormax/astc-encoder-3.4
astc-encoder: 3.3 -> 3.4
2022-03-10 12:45:14 +08:00
K900
4f81c2a1b7 treewide: more makeDesktopItem cleanups
Somehow missed those on the first pass
2022-03-09 19:11:38 +03:00
Maximilian Wende
80f8c65283
astc-encoder: patch files to use a fixed build year
The build year is included in the help output.
See the discussion in #162133.
2022-03-09 12:34:11 +01:00