Ben Siraphob
|
5d566c43b4
|
pkgs/applications: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -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 |
|
Markus Kowalewski
|
d162c97a73
|
gosmore: add license
|
2020-06-11 18:27:33 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
volth
|
7b8fb5c06c
|
treewide: remove redundant quotes
|
2019-09-08 23:38:31 +00:00 |
|
Symphorien Gibol
|
d6aff3d65b
|
gosmore: fix build with gcc7
|
2018-03-18 00:48:36 +01:00 |
|
Pascal Wittmann
|
24e87b49b6
|
Change many homepage urls from http to https #30636
|
2017-11-10 22:13:46 +01:00 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
Matthias C. M. Troffaes
|
75d292f173
|
gosmore: once more fix broken hash and disable externals for now to prevent further breakage
|
2015-12-14 15:33:51 +00:00 |
|
Matthias C. M. Troffaes
|
b789856ce3
|
gosmore: r30811 -> r31801, fix sha256
|
2015-12-07 14:32:54 +00:00 |
|
Domen Kožar
|
94227eba3e
|
gosmore: fix build
|
2014-12-09 13:23:02 +01:00 |
|
Nikolay Amiantov
|
bddffb705f
|
gosmore: update, fix checksum
|
2014-11-19 15:35:33 +03:00 |
|
Michael Raskin
|
753ef6a635
|
Fix gosmore build - curl dropped curl/types.h
svn path=/nixpkgs/trunk/; revision=30317
|
2011-11-08 10:19:50 +00:00 |
|
Michael Raskin
|
91afbd159a
|
Update gosmore
svn path=/nixpkgs/trunk/; revision=24640
|
2010-11-10 14:57:38 +00:00 |
|
Michael Raskin
|
fb5e7e8096
|
Add gosmore, an application for viewing OpenStreetMap files
svn path=/nixpkgs/trunk/; revision=22226
|
2010-06-11 22:34:51 +00:00 |
|