Commit graph

15 commits

Author SHA1 Message Date
Markus Kowalewski 56bf82e8a1
molden: fix outdated URLs 2021-01-31 18:08:02 +01:00
zowoq 932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10: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 5dbe275aac
molden: 6.2 -> 6.3 2020-06-06 23:41:01 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Markus Kowalewski 5b0bbcbb6e
molden: 6.1 -> 6.2 2019-08-15 09:35:34 +02:00
Markus Kowalewski dce18eefd1
molden: 5.9.5 -> 6.1 2019-05-17 13:07:53 +02:00
Markus Kowalewski 6ea9c0243b
molden: 5.9.3 -> 5.9.5 2019-03-28 17:39:15 +01:00
markuskowa 9703765556 molden: 5.8.2 -> 5.9.3 (#55044) 2019-02-05 23:57:29 +02:00
Markus Kowalewski 04d283ecda
molden: patch to deactivate extension installer script 2018-08-19 11:29:31 +02:00
Markus Kowalewski 79bf57ca23
molden: 5.7 -> 5.8.2 2018-08-18 14:24:39 +02:00
Alexander V. Nikolaev 1bc1909e5b treewide: transition from mesa_glu to libGLU 2018-02-24 17:05:43 +02:00
Markus Kowalewski 1c1e49a5c5
molden: init at 5.7 2018-01-15 23:06:41 -08:00