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 |
|
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
edef
|
dc87be5fb9
|
solvespace: 2.3-20190422 -> 2.3-20190501
This reverts the change in git commit hash handling, but is otherwise identical.
|
2019-05-01 09:06:36 +00:00 |
|
edef
|
b077fe4ffd
|
solvespace: 2.3-20180906 -> 2.3-20190422
|
2019-04-30 20:09:05 +00:00 |
|
edef
|
b5a2181899
|
solvespace: 2.3-20170808 -> 2.3-20180906
|
2018-10-06 14:07:36 +00:00 |
|
volth
|
7ec0471242
|
treewide: s/xlibs/xorg/g (#36889)
|
2018-03-13 10:16:03 +00:00 |
|
Alexander V. Nikolaev
|
1bc1909e5b
|
treewide: transition from mesa_glu to libGLU
|
2018-02-24 17:05:43 +02:00 |
|
Jörg Thalheim
|
9c89e52ff2
|
solvespace: add missing wrapGAppsHook
|
2017-12-09 16:38:36 +00:00 |
|
edef
|
2314ed72f1
|
solvespace: remove stray newline escape
|
2017-10-10 12:01:34 +02:00 |
|
John Ericson
|
ed14223f8c
|
treewide: Manual fix more pkg-config build-inputs
|
2017-09-21 15:49:54 -04:00 |
|
edef
|
208ca7ad96
|
solvespace: 2.3-20170416 -> 2.3-20170808
|
2017-08-17 14:11:10 +02:00 |
|
Johannes Frankenau
|
ff22d73d2e
|
solvespace: Fix path in desktop entry file
|
2017-07-17 11:24:10 +02:00 |
|
edef
|
87c1e48223
|
solvespace: 2.0 -> 2.3
|
2017-05-07 02:50:45 +03:00 |
|
Vladimír Čunát
|
7ccaa9e652
|
solvespace: fixup build with glibc-2.25
|
2017-02-22 16:45:08 +01:00 |
|
Tuomas Tynkkynen
|
bac26e08db
|
Fix lots of fetchgit hashes (fallout from #15469)
|
2016-06-03 17:17:08 +03:00 |
|
Robin Gloster
|
53b389327e
|
refactor to use autoreconfHook where possible
Close #12446.
|
2016-01-18 10:45:31 +01:00 |
|
Bjørn Forsman
|
2d17e52dc1
|
solvespace: download from github instead of gitorious
gitorious has shut down. Long live github.
|
2015-08-16 19:09:27 +02:00 |
|
Pascal Wittmann
|
8df0e0b151
|
Fixed many descriptions
|
2014-11-11 14:36:34 +01:00 |
|
Moritz Ulrich
|
fe3c2a56c8
|
New package: Solvespace.
A parametric 2D/3D CAD application.
|
2014-09-15 16:29:08 +02:00 |
|