summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fbterm
Commit message (Collapse)AuthorAge
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* fbterm: fix cross-buildLinus Heckemann2019-10-27
|
* treewide: remove redundant recvolth2019-08-28
|
* fbterm: update meta dataMarkus Kowalewski2018-08-30
|
* fbterm: update source link towards the current Google's archive for Google CodeMichael Raskin2018-08-23
|
* fbterm: fix build on non-x86Linus Heckemann2017-11-14
|
* fbterm: fix buildMichael Raskin2017-10-08
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* fbterm: import Arch Linux patches to fix buildMichael Raskin2017-08-28
|
* fbterm: install terminfo definitionMichael Raskin2017-02-19
| | | | Hopefully helps with #22988
* Upstream tracking files for asymptote and fbtermMichael Raskin2012-12-04
|
* Update FBTerm to current URL of tarballMichael Raskin2012-12-04
|
* Making fbtermStdenv both crossbuild and natively build. It failed to build ↵Lluís Batlle i Rossell2012-01-07
| | | | | | without overriden patches. svn path=/nixpkgs/trunk/; revision=31405
* Updating fbterm.Lluís Batlle i Rossell2012-01-07
| | | | svn path=/nixpkgs/trunk/; revision=31399
* Fixing fbtermStdenv for cross buildingLluís Batlle i Rossell2010-11-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24881
* Adding a fbterm variant building with stdenv to get cross-build-abilityLluís Batlle i Rossell2010-11-26
| | | | | | | (I want it in the nanonote) svn path=/nixpkgs/branches/stdenv-updates/; revision=24880
* Updating fbtermMichael Raskin2009-10-27
| | | | svn path=/nixpkgs/trunk/; revision=17981
* Adding myself as a maintainer of some of the packagesMichael Raskin2009-08-04
| | | | svn path=/nixpkgs/trunk/; revision=16572
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* Make fbterm buildMichael Raskin2009-05-10
| | | | svn path=/nixpkgs/trunk/; revision=15530
* Added FBTerm - framebuffer terminal emulatorMichael Raskin2008-12-08
svn path=/nixpkgs/trunk/; revision=13596