Commit graph

7 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
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Samuel Leathers 2c2252247c lenmus: removing custom cmakeFlags 2017-09-19 16:07:03 -04:00
Samuel Leathers bd540d9370 lenmus: fixing build with gcc6 2017-09-04 09:05:51 -04: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
Ram Kromberg 3df0422083 lenmus: 5.4.1 -> 5.4.2 2016-07-26 20:14:06 +03:00
Ram Kromberg 697f0df394 lenmus: init at 5.4.1 2016-07-13 22:04:35 +03:00