Commit graph

14 commits

Author SHA1 Message Date
Alyssa Ross 6a1924c0aa parlatype: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00: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
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM 9b847cac0f parlatype: 2.0 -> 2.1 2020-06-30 11:06:51 +00:00
R. RyanTM 9c3997e05a parlatype: 1.6.2 -> 2.0 2020-03-20 23:37:16 -07:00
R. RyanTM 4008ba7b0c parlatype: 1.6.1 -> 1.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/parlatype/versions
2019-09-27 17:03:42 -07:00
R. RyanTM def82e9685 parlatype: 1.6-beta -> 1.6.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/parlatype/versions
2019-07-15 20:15:10 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jan Tojnar 97eb65324d treewide: no gnome aliases 2019-03-24 14:46:50 -04:00
Ryan Mulligan 01a84c19a0
Update pkgs/applications/audio/parlatype/default.nix
Using tag instead of specific commit revision.

Co-Authored-By: melchips <melchips@users.noreply.github.com>
2019-03-15 10:16:20 +01:00
Ryan Mulligan f245241a84
Update pkgs/applications/audio/parlatype/default.nix
Using pname as github repository name.

Co-Authored-By: melchips <melchips@users.noreply.github.com>
2019-03-15 10:15:34 +01:00
Ryan Mulligan 8513438f5a
Update pkgs/applications/audio/parlatype/default.nix
Removing the leading 'v' on the version attribute.

Co-Authored-By: melchips <melchips@users.noreply.github.com>
2019-03-15 10:14:59 +01:00
Ryan Mulligan eda06294c4
Update pkgs/applications/audio/parlatype/default.nix
Removing version from package name.

Co-Authored-By: melchips <melchips@users.noreply.github.com>
2019-03-15 10:14:19 +01:00
melchips f4909075db parlatype: init at version 1.6-beta 2019-03-13 18:03:26 +01:00