Commit Graph

14 Commits

Author SHA1 Message Date
Faye Chun
e3707b3670 mimic: update maintainer noneucat to fx-chun 2024-02-23 07:54:18 +11:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Fabián Heredia Montiel
0cf5d85f0c treewide: add gcc12 flags 2023-01-27 21:20:52 -06:00
Sergei Trofimovich
2c90bada3d mimic: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: cmu_indic_lang.o:cmu_indic_lang.h:54:  multiple definition of `cst_rx_not_indic';
      cmu_indic_lang.h:54: first defined here
2022-06-04 07:37:00 +01:00
Markus S. Wamser
4c168e4679 mimic: reorder attributes 2021-10-15 22:13:35 +02:00
Markus S. Wamser
827b7b962c mimic: 1.2.0.2 -> 1.3.0.1
* version bump
* adopt upstream renaming of repository
* add wrapper for alsaPlugins
2021-09-14 14:50:03 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03: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
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Jan Malakhovski
ce14636ae0 mimic: move defaults to package file
and fix some eol spaces.
2019-02-13 23:12:35 +00:00
Andy Chun @noneucat
69e96f65ed mimic: init at 1.2.0.2 2018-08-15 12:43:37 -07:00