Commit graph

5 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
Brian Schroeder 2deaa540c2 nixnote2: fix window icon and themes
This installs `theme.ini` into `shared` as described at baumgarr/nixnote2#320.
2018-11-15 09:48:27 -05: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
Hugo Tavares Reis 6e5cd9cbfb nixnote2: fix icon and version 2018-03-09 12:47:50 +01:00
Hugo Tavares Reis 27ce04207f nixnote2: init at 2.0.2 2018-02-20 13:46:44 +01:00