Commit graph

10 commits

Author SHA1 Message Date
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
Maximilian Bosch e3b569965e
i3lock-pixeled: 1.2.0 -> 1.2.1 2019-06-20 17:58:41 +02:00
Maximilian Bosch 7c59058a2a
i3lock-pixeled: github -> gitlab
Additionally `pkgs` has been removed which makes possible overrides
*way* easier.
2018-06-08 18:16:20 +02:00
Maximilian Bosch 4314d14ea0
i3lock-pixeled: 1.1.0 -> 1.2.0
Simple feature release with some improvements.
See https://github.com/Ma27/i3lock-pixeled/releases/tag/1.2.0
2018-04-14 23:43:25 +02:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Maximilian Bosch 161e80e3fd
treewide: get rid of invalid buildPhases argument
I don't know where this comes from (I accidentally did that as well
once), but some derivations seem to use `buildPhases` rather than
`phases` in their derivations.

This kills all improper usages as the lack of a `phases` argument
didn't break the build, so this can be safely removed.
2017-11-08 21:38:06 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Jörg Thalheim 56835b1eea
i3lock-pixeled: fix spurious hash in replace command 2017-05-20 18:10:49 +01:00
Jörg Thalheim 1deb1a30c8
i3lock-pixeled: use substituteInPlace 2017-05-20 17:45:51 +01:00
Maximilian Bosch 1e317150ef
i3lock-pixeled: init at 1.1.0 2017-05-17 16:15:55 +02:00