Commit graph

24 commits

Author SHA1 Message Date
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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Linus Heckemann 7943967552 fbterm: fix cross-build 2019-10-27 17:06:59 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Markus Kowalewski 2ce11cc791
fbterm: update meta data 2018-08-30 00:19:08 +02:00
Michael Raskin 3afef4a3da fbterm: update source link towards the current Google's archive for Google Code 2018-08-23 20:55:03 +03:00
Linus Heckemann e50745712c fbterm: fix build on non-x86 2017-11-14 09:01:13 +00:00
Michael Raskin 76cec2dfa6 fbterm: fix build 2017-10-08 20:53:13 +02:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Michael Raskin fd3e1ce776 fbterm: import Arch Linux patches to fix build 2017-08-28 13:53:34 +02:00
Michael Raskin 511f82d6e5 fbterm: install terminfo definition
Hopefully helps with #22988
2017-02-19 17:29:48 +01:00
Michael Raskin 51bf29de63 Upstream tracking files for asymptote and fbterm 2012-12-04 14:55:19 +04:00
Michael Raskin 2ab2b27e93 Update FBTerm to current URL of tarball 2012-12-04 11:47:40 +04:00
Lluís Batlle i Rossell d126fe5806 Making fbtermStdenv both crossbuild and natively build. It failed to build without overriden patches.
svn path=/nixpkgs/trunk/; revision=31405
2012-01-07 16:11:20 +00:00
Lluís Batlle i Rossell 80717672b4 Updating fbterm.
svn path=/nixpkgs/trunk/; revision=31399
2012-01-07 14:41:04 +00:00
Lluís Batlle i Rossell f3beeca924 Fixing fbtermStdenv for cross building
svn path=/nixpkgs/branches/stdenv-updates/; revision=24881
2010-11-26 18:35:50 +00:00
Lluís Batlle i Rossell e18cbe33e6 Adding a fbterm variant building with stdenv to get cross-build-ability
(I want it in the nanonote)


svn path=/nixpkgs/branches/stdenv-updates/; revision=24880
2010-11-26 17:56:23 +00:00
Michael Raskin ab85fbeec4 Updating fbterm
svn path=/nixpkgs/trunk/; revision=17981
2009-10-27 23:49:59 +00:00
Michael Raskin 25b3fe32ad Adding myself as a maintainer of some of the packages
svn path=/nixpkgs/trunk/; revision=16572
2009-08-04 07:49:16 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber 52647ea3b0 FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Michael Raskin 63d9ef7a99 Make fbterm build
svn path=/nixpkgs/trunk/; revision=15530
2009-05-10 12:29:36 +00:00
Michael Raskin e66080438b Added FBTerm - framebuffer terminal emulator
svn path=/nixpkgs/trunk/; revision=13596
2008-12-08 12:44:42 +00:00