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
Will Dietz
855e0463ab
tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux
...
"platforms.gnu" has been linux-only since at least 17.03:
$ nix eval -f channel:nixos-17.03 lib.platforms.gnu
[ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ]
Unlike platforms.linux, platforms.gnu indicates "must use glibc"
which for the most part is not intended.
Replacing platforms.gnu with platforms.linux would be the same "today"
but let's err on preserving existing behavior and be optimistic
about platforms these packages work on.
2018-04-30 18:08:48 -05:00
xd1le
3579d7e2b2
guile-modules: stylistic nix expression changes to modules with sole
...
maintainer vyp
2017-09-24 22:29:29 +10:00
xd1le
796b69318f
guile-modules: add vyp as maintainer to unmaintained guile modules
2017-09-24 22:24:49 +10:00
Vladimír Čunát
714eabc5af
guile rev-deps: fix build by adding pkgconfig
...
Without it packages fail to find the headers, after guile has split
them into a separate output in 218713a
.
2017-02-18 08:23:07 +01:00
Drill Bear
71ea89f5e1
guile_ncurses: Use absolute path to load libguile-ncurses
2016-10-12 20:47:55 +01:00
Matthias Beyer
81a3a5b3d4
guile_ncurses: 1.4 -> 1.7
2016-05-16 16:12:21 +02:00
Ludovic Courtès
41b53577a8
unmaintain a bunch of packages
2015-01-13 22:33:49 +01:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Nixpkgs Monitor
c253a1fb40
guile_ncurses: update from 1.3 to 1.4
2013-12-16 01:36:18 +02:00
Jason "Don" O'Conal
2e55d2c1ef
guile_ncurses: fix build
2013-11-29 02:41:28 +00:00
Ludovic Courtès
b4c640d686
GNU Guile-Ncurses 1.3.
...
svn path=/nixpkgs/trunk/; revision=25772
2011-02-04 08:40:33 +00:00
Ludovic Courtès
72a6bbc02c
GNU Guile-Ncurses 1.2.
...
svn path=/nixpkgs/trunk/; revision=25646
2011-01-20 22:06:35 +00:00