Commit graph

18 commits

Author SHA1 Message Date
R. RyanTM 5cd325c344 okteta: 0.26.4 -> 0.26.5 2021-02-05 07:50:17 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
R. RyanTM 048e885b29 kdeApplications.okteta: 0.26.3 -> 0.26.4 2020-08-06 19:25:28 +00:00
Martin Milata affebc8600 okteta: use qt5's mkDerivation 2020-04-22 15:22:37 +02:00
R. RyanTM 20a73c5434 kdeApplications.okteta: 0.26.2 -> 0.26.3 2020-02-09 13:59:25 +01:00
Christine Koppelt 854c969b57 add missing meta data 2019-10-08 20:54:38 +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
Will Dietz 3a7ff4e44d
okteta: 0.26.1 -> 0.26.2 2019-07-09 06:11:31 -05:00
R. RyanTM 4b96628380 kdeApplications.okteta: 0.26.0 -> 0.26.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/okteta/versions
2019-04-15 10:03:05 -07:00
R. RyanTM ab8030084f kdeApplications.okteta: 0.25.5 -> 0.26.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/okteta/versions
2019-04-01 21:11:37 -07:00
R. RyanTM 181623548c kdeApplications.okteta: 0.25.4 -> 0.25.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/okteta/versions
2019-01-02 18:33:10 -08:00
Peter Hoeg b823983d10 okteta: 0.25.3 -> 0.25.4 2018-10-11 11:51:09 +08:00
R. RyanTM b710f4a85c kdeApplications.okteta: 0.25.2 -> 0.25.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
okteta
2018-09-06 15:41:10 -07:00
Peter Hoeg c19cceca1c okteta: 17.12.3 -> 0.25.2 2018-08-20 10:08:46 +08:00
Yegor Timoshenko 5da73fc3ff okteta: add version attr, clean up 2018-05-25 15:48:26 -05:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Bastian Köcher 58f53dc4d4
okteta: Move into own package
Okteta was removed from kde applications and will now be released
independently. So, we currently use the released version from 17.12.3.
2018-04-25 09:35:49 +08:00