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 |
|
Tuomas Tynkkynen
|
78122285c8
|
ums: Use makeLibraryPath
|
2016-06-07 21:18:38 +03:00 |
|
Niclas Thall
|
8b18b35266
|
ums 5.4.0 -> 6.2.2
|
2016-04-09 14:29:23 +02:00 |
|
zimbatm
|
69ce5cb656
|
use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
|
2016-02-28 12:07:42 +00:00 |
|
zimbatm
|
17348dc094
|
Remove all dots at end of descriptions
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
|
2016-02-27 17:30:29 +00:00 |
|
Niclas Thall
|
0c7bf8309c
|
ums: 5.3.1 -> 5.4.0
|
2016-01-09 14:09:35 +01:00 |
|
Niclas Thall
|
5bd92c0197
|
ums: init at 5.3.1, fixes #11485
|
2015-12-05 20:30:43 +01:00 |
|