about summary refs log tree commit diff
path: root/pkgs/top-level/emscripten-packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-05-22emscriptenPackages.libxml2: fix build on darwinWill Cohen1-1/+4
2023-02-23emscriptenPackages: s/overrideDerivation/overrideAttrsArtturin1-3/+3
https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation > Do not use this function in Nixpkgs as it evaluates a Derivation before modifying it, which breaks package abstraction and removes error-checking of function arguments
2023-02-22treewide: manual fixups forArtturin1-1/+1
treewide: use toString on list NIX_CFLAGS_COMPILE treewide: move NIX_CFLAGS_COMPILE to the env attrset
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-3/+3
found with nixpkgs-lint
2022-05-16emscriptenPackages.zlib: use emscriptenStdenvWill Cohen1-11/+7
2022-03-30treewide: move autoconf, automake to nativeBuildInputsBen Siraphob1-2/+2
2021-10-04treewide: pkgs/**.nix: remove trailing whitespacesShamrock Lee1-21/+20
Manually remove trailing white spaces in `pkgs/**.nix` with the help of an editor Auto-generated nix expressions containing trailing whitespaces: * pkgs/development/haskell-modules/hackage-packages.nix * See issue https://github.com/NixOS/cabal2nix/issues/208 * pkgs/**/eggs.nix * I don't know how they are generated, but they seems to be Python-related.
2021-08-21emscriptenPackages.json_c: fix buildYureka1-4/+3
Co-authored-by: Alexander Khovansky <alex@khovansky.me>
2021-08-21emscriptenPackages.zlib: fix checksYureka1-1/+1
Co-authored-by: Alexander Khovansky <alex@khovansky.me>
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-5/+5
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-10toplevel: stdenv.lib -> libProfpatsch1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2019-11-07Fix package metadata like version and homepagedavidak1-3/+4
2019-08-28treewide: remove redundant recvolth1-1/+1
2018-03-18Emscripten 1.37.16 to 1.37.36 (#37291)Joachim Schiele1-23/+107
* trying to build emscriptenPackages not all fail * reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work * backup commit * much more targets are compiling now * added common revisioning * revision bump to 1.37.36 (not tested) * fixed xmllint * forcing unit testing, will implement the tests after i get home * json_c test working * added tests * tiny fixes * added documentation
2017-09-21misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson1-2/+1
Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-2/+4
Only acts on one-line dependency lists.
2016-11-08libxml2: supportPython -> pythonSupportFrederik Rietdijk1-1/+1
since that is more commonly used in Nixpkgs.
2016-08-29xmlmirror: move README.md to better placeMichiel Leenaars1-2/+2
2016-07-04adds support to build emscripten packages using nix:Joachim Schiele1-0/+103
example usage: - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.libxml2 - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.json_c - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.zlib - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.xmlmirror