Irene Knapp
d5a782c1e0
oneko: 1.2.sakura.5 -> 1.2.hanami.6; new upstream; add myself as maintainer
2021-05-31 08:46:42 -07: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
Robin Gloster
65395a7105
treewide: installTargets is a list
2019-12-30 13:29:27 +01: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
Frederik Rietdijk
1828a5c5ba
Merge master into staging-next
2018-11-30 17:46:21 +01:00
Matthew Bauer
a858113076
oneko: use imake setup hook
...
Simplifies some things here.
2018-11-28 20:14:33 -06:00
Patrick Hilhorst
43192446d9
oneko: switch around version and vname
...
Co-Authored-By: Synthetica9 <git@hilhorst.be>
2018-11-06 00:17:05 +01:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Josef Kemetmüller
ac02a1348f
oneko: enable darwin build
2018-04-20 01:08:23 +02:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux
2017-12-07 07:50:47 -05:00
Dominik Xaver Hörl
167a7c2ea3
oneko: set correct meta.platforms
2017-11-27 00:45:33 +01:00
Dominik Xaver Hörl
ecdc401cc3
oneko: init at 1.2.5
2017-11-23 14:07:20 +01:00